@charset "utf-8";
body {color:#FFFFFF; background-color:#000033; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.content {padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:5px; background-image:url(../images/body.jpg);}
.nav {height:39px;}
.footer {clear:both; font-size:11px; text-align:center; background-color:#000033; padding-top:5px;}
.scroll {overflow:auto; height:435px; width:880px; padding-right:10px;}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #999900;
}
a:active {
	color: #FFFFFF;
}

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

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

.chromestyle ul{
border: 0px;
width: 100%;
padding: 0px;
margin: 0px;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;

margin: 0ox;
text-decoration: none;

}

.chromestyle ul li a:hover{

}

.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;
color:#FFFFFF;
top: 0px;
font-family:Arial, Helvetica, sans-serif; font-size:11px;
line-height:15px;
z-index:100; background-color: #000033;
width: 170px;
visibility: hidden;
margin-top:-1px;
}


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

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

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