* 
{ 
	border: none; 
}
html,body
{
	background-color: #003E7E; 
    font-family: Helvetica,"New Century",sans-serif;
	color: #000;
}

#everything
{
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    padding: 5px;
    background-color: #DDD;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
}
#header
{
	color: #000;
	background-color:#DDD;
	text-align: left;
	position: relative;
	font-size: +2em;
	font-variant:small-caps;
	padding-top:5px;
	padding-bottom:5px;
	height:200px;
}
#nav
{
	background-color: #DDD;
	color: #000;
	height: 30px;
	text-align: left;
	position: relative;
	z-index:9;
}
#left-nav
{
	margin-top: 0px;
	width: 265px;
	min-height: 100px;
	float: right;
}
#content
{
	float:left;
	width: 735px;
	margin-top: 10px;
	min-height: 300px;
}

#footer
{
	clear:both;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom:15px;
	width: 990px;
	height: 175px;
}
#body-content
{
	color: #000;
	background-color:#DDD;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
#dropdown
{	
	margin: 0;
	padding: 0;
}
	
#dropdown li
{	
	float: left;
	list-style: none;
}

#dropdown li a
{	display: block;
	background: #069;
	padding: 5px 12px;
	text-decoration: none;
	width: 174px;
	/*width:140px;*/
	color: #EAFFED;
	white-space: nowrap;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	border-width:1px;
	border-color:black;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style:solid;
	/*border: 1px dotted black;*/
}

#dropdown li a:hover
{	
	background: #1A4473
}
	
#dropdown li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:9;
}
		
#dropdown li ul li
{	float: none;
	display: inline
}
		
#dropdown li ul li a
{	
	width: 174px;
	/*width:140px;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #9F1B1B;
}
		
#dropdown li ul li a:hover
{	
	background: #7F1616
}

a
{
	color:#00F;
}
a:hover
{
	color:#F00;

}
/* rotator in-page placement */
div.rotator {
	position:relative;
	height:100px;
	margin-left: 15px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #CCC;
	padding: 4px;
	background: #FFF;
}
 div.rotator ul li.show {
	z-index:5;
}

#article
{
	margin-left:5px;
	margin-top: 5px;

}


