body {
	background-color: #006cb6;
	padding-left:15px;
}

* {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.navtd {
white-space:nowrap;
padding:3px 8px 3px 8px;
border-right:1px solid #CCCCCC;
}

.navtd2 {
white-space:nowrap;
padding:3px 8px 3px 8px;
}

A.nav:LINK, A.nav:VISITED {
color:#666666;
text-decoration:none;
}

A.nav_sub:LINK, A.nav_sub:VISITED {
color:#999999;
text-decoration:none;
}

a.nav:hover, a.nav_sub:hover {
color:#333333;
}

A.nav_body:LINK, A.nav_body:VISITED {
color:#02548d;
text-decoration:none;
font-size:11px;
}

A.more:LINK, A.more:VISITED {
color:#ea5c04;
text-decoration:none;
float:right;
font-size:10px;
}

.sig {
float:right;
margin-right:10px;
color:#ea5c04;
font-size:10px;
text-align:right;
}

.rt_top {
background-image:url(../images/blue_arrow.gif);
background-position:left top;
background-repeat:no-repeat;
padding:5px 4px 4px 18px;
color:#ea5c04;
font-size:13px;
font-weight:bold;
}

.rt_top_sub {
padding:5px 4px 4px 4px;
color:#ea5c04;
font-size:11px;
font-weight:bold;
}

.rt_content_sub {
padding:3px 4px 3px 4px;
line-height: 14px;
color:#696a6c;
}

.rt_content {
padding:3px 10px 3px 18px;
line-height: 14px;
color:#696a6c;
}

.rt_bottom {
background-color:#FFFFFF;
height:3px;
}

.main_red {
color:#ea050d;
font-weight:bold;
line-height:19px;
font-size:12px;
}

.main_content {
clear:both;
line-height:16px;
padding-top:2px;
}

.blue_content {
clear:both;
line-height:16px;
padding-top:2px;
background-color:#e3e7f4;
padding:6px;
}

.main_blue {
color:#02548d;
font-weight:bold;
line-height:16px;
font-size:12px;
}

.title_right {
background-color:#648bc7;
color:#fff200;
font-size:16px;
text-align:center;
vertical-align:middle;
font-weight:bolder;
}

ul,ol {
margin:5px 5px 5px 20px;
}

.form_label {
font-weight:bold;
padding:6px 22px;
}

.req {
color:#ea5c04;
font-weight:bold;
}

.req2 {
color:#02548d;
font-weight:bold;
}

.orange, A.orange:active, A.orange:visited, A.orange:active{
color:#ea5c04;
font-size:13px;
font-weight:bold;
text-decoration:none
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(../../assets/images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(../../assets/images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "  ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

position:absolute;
top: 0;
border: 1px solid #4971b7; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4971b7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
