* { padding: 0; margin: 0; }

<!--
.style3 {
	font-family: Verdana;
	font-size: 11px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000; }
-->

a:link {
	color:#0000CC;
}
a:visited {
	text-decoration:none;
	color:#0000CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->

body {
 font-family: Verdana;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	width: 921px;
	color: #333;
	padding: 0px;
	border-bottom: 1px solid #000099;
	height: 100px;
	margin: 10px 0px 0px 0px;
	background-color: #E6E6E6;
}
}
#content {
	width: 900px;
	color: #000000;
	border: 1px solid #000099;
	margin: 1px 0px 0px 0px;
	height: 100%;
	padding: 10px;
	background-color: #FFFFFF;
}
#footer {
	width: 900px;
	color: #333;
	border: 1px solid #000099;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #ffffff;
}




.halfmoon ul{
	padding: 5px 9px 4px 9px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 0px solid #929492;
	border: 1px solid #ccc;
	background-color: #333333;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0px;
margin-right: 0px; /*distance between each tab*/
border-left: 1px solid gray;
color: white;
font-size: 13px;
background: #333333 url(Navigation/media/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover, .halfmoon a{
	background-color: #FF4A4A;
	text-decoration:underline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	border: 1px solid #657f27; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #999999;
	width: 120px;
	visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #FF4A4A;
}

#wrapper #content font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}