@charset "utf-8";
body { background-color: #000066; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin-top: 0px;
}

#container {margin-left:auto; margin-right:auto; width:796px; color:#000033; background-color:#FFFFFF;}
#container-index {margin-left:auto; margin-right:auto; width:796px; color:#000033; background-image:url(../images/back-left-nav.jpg);}
#header {height:183px;}
#nav {width:796px;background-color:#000033;}
#top {height:177px;}
.left {float: left; padding-left:10px; padding-right:15px; padding-top:10px; color:#ccccff; width:291px; height:569px;}
.right {float:right; background-image: url(../images/body-back.jpg); height:569px; width:425px; padding-left:25px; padding-right:25px; padding-top:10px;  color:#000033; text-align:justify;}
#content {background-color:#FFFFFF; padding-left:25px; padding-bottom:10px; padding-right:25px; text-align:justify;}

ul {font-size:11px;}
h1 {font-size:14px; color: #003399;}
h2 {font-size:12px;}

#footer { text-align:center; padding-top:10px; clear:both; font-size:10px;background-color:#000066; color:#FFFFFF;}

.left a:link {
	color: #ccccff;
	text-decoration:none;
}
.left a:visited {
	color: #ccccff;text-decoration:none;
}
.left a:hover {
	color: #FFFFFF;text-decoration: underline;
}
.left a:active {
	color: #ccccff;text-decoration:none;
}

a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000099;
}

#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #ccccff;
}
#footer a:active {
	color: #FFFFFF;
}




.chromestyle{
width: 796px; height:22px;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(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: #ffffff;
padding: 4px 4px;
margin: 0;
text-decoration: none;
border-right: 0px solid #6699cc; font-size:12px;
}

.chromestyle ul li a:hover{
background: url(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 #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size:11px;

font-family:Verdana, Arial, Helvetica, sans-ser
line-height:18px;
	z-index:100;
	background-color: white;
	width: 308px;
	visibility: hidden;

}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(../images/back-left-nav.jpg); color:#FFFFFF;
}
