body {
	background-color: #0D4640;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input,select,textarea { color: #0D4640; padding:2px; margin-top: 4px; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}

a { color: #908455; text-decoration: none; font-weight: bold;}
a:visited { color: #908455;  text-decoration: none; font-weight: bold;}
a:hover { color: #092F2B;  text-decoration: none; font-weight: bold;}
a.white { color: #FFF; text-decoration: none; font-weight: bold;}
a.white:visited { color: #FFF; text-decoration: none; }
a.white:hover { color: #75A688; text-decoration: none; }

.style1 {
	color: #0D4640; 
	font:24px "Times New Roman", Times, serif; 
	font-weight: bold; 
	font-style:italic;
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
z-index:100;
border-right: 1px solid #000;
margin-top: -1px;
background-color: #0D4640;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited{
width: auto;
background-color: #0D4640;
display: block;
font-size:12px;
color: #FFFFFF; 
height:28px; 
line-height:24px; 
text-decoration:none; 
text-indent:10px;  
border-bottom: 1px solid #000;
border-left: 1px solid #000;
text-decoration: none;
font-weight: bold;
}

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

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

