﻿body{
text-align:center;
}

.class1 a:link {color: #333333; text-decoration: underline; }
.class1 a:visited {color: #333333; text-decoration: underline; }
.class1 a:hover {color: #ff0000; text-decoration: none; }
.class1 a:active {color: #0000ff; text-decoration: underline; }



div.main{
width:100%;
margin-right:auto;
margin-left:auto;
clear:both;
}

div.left, div.right, div.center{
float: left;
background-color:#ffffff;
}        
        
div.left{
clear: left;
width :282px;
}

div.center{ 
width :412px;
}

div.right{ 
width :180px;
clear:right; }

div.SubheadDark{
background-color:#0049A5;
color:#ffffff;
padding: 0px 0px 0px 4px;
margin:2px 1px 0px 1px;
font-family: arial, sans-serif;
font-weight:bold;
font-size:10pt;
height: auto;
text-align: center;
}

div.SubDark{
margin:0px 1px 0px 1px;
border: solid 1px #0049A5;
padding: 4px 4px 4px 4px;
font-family: arial, sans-serif;
font-size:10pt;
height: auto;
text-align: center;
}

div.footer{
width: 874px;
clear: both;
font-size:10pt;
background-color:#0049A5;
border: 5px solid "white";
color:white;
text-align: center;
}

div.header{
clear: both;
}

.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{
border: 1px solid #BBB;
width: 100%;
background-color:#0066CC; /*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:#ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#999999; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #0066CC;
width: 200px;
visibility: hidden;
}


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

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

