body {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
color: #006699;
}

a:link{
color: #006699;
}




.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.whitetransparent {
	background-color:#ffffff;
	color:#000000;
		font-size: 13px;
	border-top: 2px none #990000;
	border-right: 2px dotted #990000;
	border-bottom: 2px none #990000;
	border-left: 2px dotted #990000;
	 }
	.news {
	background-color:#cccccc;
	color:#000000;
		font-size: 12px;
	border-top: 2px none #990000;
	border-right: 2px none #990000;
	border-bottom: 2px none #990000;
	border-left: 2px dotted #990000;
	list-style-type: square;





 
 }

 
/* Navigation Style */
 
 
.dropdown { position:relative; font-family: arial, sans-serif; width:934px; height:20px; border:1px solid #333333; font-size:12px; color:#ffffff; background:#333333; }
 
 
/* Basic List Styling (First/Base Level) */
 
.dropdown ul {padding:0; margin:0; list-style: none;}
 
.dropdown ul li {float:right; position:relative;}
 
.dropdown ul li a { border-right:1px dotted #666666; padding:8px 8px 8px 8px; display:block; text-decoration:none; color:#000; text-align:center; color:#fff;}
 
.dropdown ul li a:hover {color:#ffffff; background:#232323;}
 
 
 
/* Second Level Drop Down Menu */
 
.dropdown ul li ul {display: none;}
 
.dropdown ul li:hover ul { font-size:11px; display:block; position:absolute; top:31px; min-width:150px; left:-23px;}
 
.dropdown ul li:hover ul li a {display:block; background:#000; color:#ffffff; width:110px; }
 
.dropdown ul li:hover ul li a:hover {background:#666666; color:#ffffff;}
 
 
/* Third Level Drop Down Menu */
 
.dropdown ul li:hover ul li ul {display: none;}
 
.dropdown ul li:hover ul li:hover ul { display:block; position:absolute; left:102px; top:0; }
 
