HTML {height: 100%; width: 100%;}
BODY {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color: #FBFBFB;
 background-image: url('images/TopBandBackground.gif');
 background-repeat: repeat-x;
 font-family: Verdana;
 font-size: 12px;
 line-height: 25px;
 color: #414141;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 12px;
 line-height: 25px;
 font-family: Verdana;
 color: #414141;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 padding-left: 0px;
 padding-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-size: 12px;
 line-height: 25px;
font-family: Verdana;
 color: #414141;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #414141;
 text-decoration: underline;
}

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: none;
 color: #000000;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Verdana;
 font-size: 31px;
 line-height: 32px;
 font-weight: normal;
 color: #363636;
 margin: 0px;
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
}
H2, H2 a{
 font-family: Verdana;
 font-size: 15px;
 line-height: 17px;
 font-weight: bold;
 color: #46000c;
 margin: 0px;
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
}
H3, H3 a{
 font-family: Verdana;
 font-size: 11px;
 line-height: 16px;
 font-weight: bold;
 color: #0a354c;
 margin: 0px;
 padding-top: 20px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
}

/*** This is your left column. ***/
.sideContent {
 padding-top: 10px;
 font-size: 11px;
 line-height: 16px;
}
.sideContent p{
 padding-left: 28px;
 padding-right: 28px;
 font-size: 11px;
 line-height: 16px;
}
.sideContent H1 {
 padding-top: 18px;
 padding-left: 28px;
 padding-right: 28px;
 font-size: 13px;
 font-weight: bold;
 line-height: 14px;
 color: #474747;
 padding-bottom: 6px;
}
.sideContent H2 {
 padding-left: 28px;
 padding-right: 28px;
 font-size: 12px;
 font-weight: bold;
 line-height: 12px;
 padding-bottom: 2px;
}
.sideContent H3 {
 padding-left: 28px;
 padding-right: 28px;
 font-size: 11px;
 font-weight: bold;
 line-height: 12px;
}
.sideContent a:link, .sideContent a:visited{
 color: #46000c;
 text-decoration: underline;
}
.sideContent a:hover{
 color: #210107;
 text-decoration: none;
}
/*** This is your right column. ***/
.sideContentRight {
 font-size: 11px;
 line-height: 16px;
}
.sideContentRight p{
 font-size: 11px;
 line-height: 16px;
}
.sideContentRight H1 {
 font-size: 13px;
 font-weight: bold;
 line-height: 14px;
 color: #474747;
 padding-bottom: 6px;
}
.sideContentRight H2 {
 font-size: 12px;
 font-weight: bold;
 line-height: 12px;
 padding-bottom: 2px;
}
.sideContentRight H3 {
 font-size: 11px;
 font-weight: bold;
 line-height: 12px;
}
.sideContentRight a:link, .sideContent a:visited{
 color: #163465;
 text-decoration: none;
}
.sideContentRight a:hover{
 color: #0d2142;
 text-decoration: none;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 text-align: center;
 vertical-align:bottom;
 line-height: 25px;
}
#pageFooter{
 text-align: center;
 padding-bottom: 30px;
 font-size: 12px;
 color: #898989;
}
#pageFooter a:link, #pageFooter a:visited{
 font-size: 12px;
 color: #898989;
 text-decoration: none;
}
#pageFooter a:hover{
 font-size: 12px;
 color: #3a3a3a;
 text-decoration: none;
}
#footerLinks {
 margin-top: 20px;
}
#pageFooterNav a:link, #pageFooterNav a:visited{
 font-size: 12px;
 color: #898989;
 text-decoration: none;
}
#pageFooterNav a:hover{
 color: #898989;
 color: #3a3a3a;
 text-decoration: none;
}
/*** Main Navigation Links ***/
.navTop {
}
.navTop a:link, .navTop a:visited {
 text-align: center;
 font-size: 13px;
 text-decoration: none;
 color: #FFFFFF;
 line-height: 50px;
}
.navTop a:hover{
 text-decoration: none;
 color: #dbdbdb;
}
.navTopSelected a:link, .navTopSelected a:visited, .navTopSelected a:hover{
 text-align: center;
 font-size: 13px;
 text-decoration: none;
 color: #FFFFFF;
}

/*** Top Bar Navigation Links ***/
.navTopBar {
 color: #FFFFFF;
}
.navTopBar a:link, .navTopBar a:visited {
 font-size: 13px;
 text-decoration: none;
 color: #FFFFFF;
 line-height: 30px;
}
.navTopBar a:hover{
 text-decoration: none;
 color: #dbdbdb;
}
.navTopBarSelected a:link, .navTopBarSelected a:visited, .navTopBarSelected a:hover{
 text-align: center;
 font-size: 13px;
 text-decoration: none;
 color: #FFFFFF;
}
