﻿html
{
    width: 100%;
    height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #EAEAEA;
    font-size: 9pt;
    font-family: Verdana, Arial, Sans-Serif;
}

#divContainer
{
    margin: 0 auto;
    width: 920px;
}

#divHeader
{
    height: 125px;
    width: 910px;
    margin: 0 auto;
    background-image: URL("Images/header.png");
    background-repeat: no-repeat;
    text-align: right;
    padding-top: 55px;
    padding-right: 10px;
    font-weight: bold;
}

#divLinks
{
    text-align: center;
    background-image: URL("Images/links.png");
    background-repeat: repeat-x;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 920px;
    height: 50px;
}
 
#divLinks ul
{
    margin: 0;
    padding: 0;
}
 
#divLinks ul li
{
    display: inline;
}
 
#divLinks ul li a
{
    display: block;
    float: left;
    width: 92px;
    color: #FF9C22;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
}
 
#divLinks ul li a:hover
{
    color: #FFBD22;
    text-decoration: underline;
}
 
.lnkStd a
{
    background-image: URL("../Images/linkbg.png");
    line-height: 50px;
    height: 50px;
}
 
.lnkStd2L a
{
    background-image: URL("../Images/linkbg.png");
    line-height: 18px;
    padding-top: 6px;
    height: 44px;
}
 
.lnkStd a:hover
{
    background-image: URL("../Images/linkbgh.png");
}
 
.lnkStd2L a:hover
{
    background-image: URL("../Images/linkbgh.png");
}
 
.lnkStdL
{
    line-height: 50px;
}
 
.lnkStdL a:hover
{
    background-image: URL("../Images/linkbghb.png");
}

#divContent
{
    padding: 15px;
    text-align: left;
}

h1, h2
{
    color: #070C74;
}

h2
{
    font-size: 11pt;
}
