a	 { color: #003307; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold; text-decoration: underline }
a:visited	 { color: #2f5e35; font-weight: bold; text-decoration: underline }
a:hover	 { color: #005e0c; font-weight: bold; text-decoration: underline }
h1	{ color: #002200; font-size: 16px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold }
h2	{ color: #002200; font-size: 15px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold }
h3	{ color: #002200; font-size: 12px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold }
h4	{ color: #002200; font-size: 13px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold }
h5	{ color: #002200; font-size: 12px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold }
h6	{ color: #002200; font-size: 11px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold }
p,td	{ color: #060606; font-size: 11px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; }
i	{ color: #060606; font-size: 11px }
li	{ color: #060606; font-size: 11px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif }
.white	{ color: white; font-size: 11px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif }
.white	a{ color: white; text-decoration: underline}
.white	a:hover{ color: #fba200; text-decoration: underline}
.white	a:visited{ color: #ccc; text-decoration: underline}
.content	{ color: white; font-size: 11px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif }
.print	{ color: #fff; font-size: 12px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif }
.error	{font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;font-size: 11px;color: #ff0000}
.footer	{ color: #fff; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold }
.label   { color: white; font-size: 10px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-style: italic; font-weight: normal }

.title  { color: #EEEEEE; font-size: 11px; font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; font-weight: bold; text-decoration: none }
body	{ background-color: #003307; margin: 0 }

div.main{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:700px;
}
div.body{
float:left;
width: 464px;
}
div.wrap{
margin-left: 10px;
margin-right: 10px;
background: #FDEECE;
padding: 0px;
}
div.wrap2{
padding: 2px 10px 0px 10px;
}
div.nav{
	text-align: center;
}
span.navobj{
	border: solid 1px;
	border-color: #FFF;
	padding: 8px;
}
div.right{
	float:right;
	padding: 0px;
	margin:0px;
}
div.adinfo{
	color: #FFF;
	padding: 10px;
	border:solid 2px;
	border-bottom: 0px;
	font-size: 11px; 
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}
div.moreinfo{
width:235px;
}
div.adinfo	a{ color: white; text-decoration: underline}
div.adinfo	a:hover{ color: #fba200; text-decoration: underline}
div.adinfo	a:visited{ color: #ccc; text-decoration: underline}
div.spacer{
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
div.footer{
	text-align:center;
	width: 100%;
	color: white;
	font-size: 10px;
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	clear: both;
}
img{
	border:0px;
	vertical-align: bottom;
}
div.logo{
text-align:center;
}
#navigation {
	color: #000;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px
}
#navigation li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
#navigation a, a.active{
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}
#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}
#navigation a.active:hover {
	color: #fff;
	text-decoration: none;
}
#subnav a, a.active{
	font-size:11px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 11px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
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-color: #CCC;
}