﻿@charset "UTF-8";
/* CSS Document */

body {
    background: #00204e center;
    font-family:Helvetica, Arial, Sans-Serif;
    font-size:12px;
    
}
#tMain{
    width:990px;
    margin:0 auto;
}
#main{
    width:100%;
}
#container{
	margin:0;
}
#pageMain{
    width:960px;
    background-color:#ffffff;
    height:600px;
}
.menu{
    width:100%;
    background-color:#00204e;
    height:35px;
    font-size:13px;
}
.menu .spacer{
    width:50px;
    padding-right:4px;
    text-align:right;
}
.menu a, .menu a:visited, .menu a:active{
    white-space: nowrap;
    padding-left:54px;
    font-family:Helvetica, Arial, Sans-Serif;
    color:#ffffff;
    text-decoration:none;
}
.menu a:hover{
    background:url('../images/blue-square-bgnd.gif') no-repeat;
    text-decoration:none;
	color:#ADC6DE;
}
.nav
{
    padding-top: 20px;
    color: #0065bd;
    font-size: 13px;
    padding-right: 22px;
    white-space: nowrap;
}

.nav a, .nav a:visited, .nav a:active{
     color:#0065bd;
     text-decoration:none;
    padding-left:15px;
}
.nav a:hover{
     color:#0065bd;
     text-decoration:none;
    background:url('../images/blue-square-nav-bgnd.gif') no-repeat;
}
.navSpacer{
    padding-top:18px;
    text-align:right;
}
.menu .activeLink{
    color:#adc6de;
}
.menu .activeLink a, .menu .activeLink a:visited, .menu .activeLink a:active{
    background:url('../images/blue-square-bgnd.gif') no-repeat;
    color:#adc6de;
    text-decoration:none;
}
.menu .activeLink a:hover{
    color:#adc6de;
    text-decoration:none;
}
#tNav{
    margin-right:20px;
    height:144px;
}
#tNav .navActive{
    padding-top: 20px;
    font-size: 13px;
    padding-right: 22px;
    color:#00204E;
    white-space: nowrap;
}
#tNav .navActive a, .navActive a:visited, .navActive a:active{
     color:#00204E;
     text-decoration:none;
    padding-left:15px;
    background:url('../images/blue-square-nav-bgnd.gif') no-repeat;
}
#tNav .navActive a:hover{
     color:#00204E;
     text-decoration:none;
    background:url('../images/blue-square-nav-bgnd.gif') no-repeat;
}

#tPageBody{
    width:100%;
    background:url('../images/silver-bgnd.jpg');
}
#tFooter{
    color:#ffffff;
    font-size:11px;
}
#footerLeft{
    padding-left:20px;
}
#footerRight{
    padding-right:28px;
    text-align:right;
}
.blueBar{
    color:#3f577a;
    width:100%;
}
.whiteBar{
    height:5px;
    width:100%;
    background-color:#ffffff;
}
#footerNav{
    font-size:11px;
    text-align:right;
    padding-right:28px;
}
#footerNav a, #footerNav a:visited, #footerNav a:active{
    color:#ffffff;
    text-decoration:none;
}
#footerNav a:hover{
    text-decoration:underline;
}
#homeCopy{
    font-size:17px;
    color:#0065bd;
    line-height:30px;
    padding-right:112px;
}
#homeSquare{
    width:30px;
    padding-left:28px;
    padding-top:6px;
}
#homeCopy a, #homeCopy a:visited, #homeCopy a:active{
    font-weight:bold;
    text-decoration:none;
    color:#0065bd;
}
#homeCopy a:hover{
    color:#00204E;
}
#tBottomBorder{
    height:60px;
    min-height:60px;
    width:100%;
    background:url('images/silver-bgnd.jpg') repeat-y;
}
#pageHeader{
    font-weight:bold;
    color:#0065bd;
    font-size:17px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:60px;
}
#pageCopy{
    font-size:13px;
    line-height:28px;
    padding-left:60px;

}
#pageCopy a, #pageCopy a:visited, #pageCopy a:active{
    font-weight:bold;
    text-decoration:none;
    color:#000000;
}
#pageCopy a:hover{
	color:#0065bd;
}
#pageCopy .blueBold{
    font-size:13px;
    font-weight:bold;
    color:#0065bd;
}
ul
{
    margin-left:8px;
    text-indent:8px;
    padding-left:8px;
    line-height:26px;
    margin-top:0px;
}
ul li
{
    margin-left: 0px;
    text-indent:0px;
    padding-left:0px;
}
#tRightMenu{
    padding-left:5px;
    font-size:16px;
}
#tRightMenu th{
    color:#0065bd;
    font-size:28px;
    font-weight:normal;
    text-align:left;
    padding-top:0px;
    padding-bottom:0px;
}
#tRightMenu th a,#tRightMenu th a:visited,#tRightMenu th a:active {
    color:#0065bd;
    text-decoration:none;
}
#tRightMenu th a:hover{
}
#tRightMenu td{
    padding-top:7px;
    padding-bottom:7px;
    width: 253px;
}
#tRightMenu td a, #tRightMenu td a:visited, #tRightMenu td a:active{
    color:#00204e;
    text-decoration:none;
    padding-left:13px;
}
#tRightMenu td a:hover{
    color:#0065bd;
    text-decoration:none;
    background: url('../images/blue-square-right-bgnd.gif') no-repeat;
}
#tRightMenu td a.activeLink {
	color:#0065bd;
	text-decoration:none;
    background: url('../images/blue-square-right-bgnd.gif') no-repeat;
}
#tRightMenu .blueBox{
    text-align:center;
    width:0px;
}
#leftCell{
    width:660px;
}
#dividerCell{
    width:35px;
    text-align:center;
}
#rightCell{
    width:265px;
}