/* ######### Style for Body 1 ######### */

.style1 {
	color: #316641;
	font:normal 11px Arial;
	text-decoration: none;
	padding: 0px 0px;	
}


.style1 a{
	color: #316641;
	padding: 0px 0px;
	margin: 0;
	font:normal 11px Arial;
	text-decoration: none;

}

.style1 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #79570c;
}



/* ######### Style for Body 2 ######### */

.style2 {
	color: #ECECEA;
	font:normal 12px Arial;
	text-decoration: none;
	padding: 0px 0px;	
}


.style2 a{
	color: #ECECEA;
	padding: 0px 0px;
	margin: 0;
	font:normal 12px Arial;
	text-decoration: none;

}

.style2 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
}


/* ######### Style for Body 3 ######### */

.style3 {
	color: #0E2A17;
	font:normal 12px Arial;
	text-decoration: none;
	padding: 0px 0px;	
}


.style3 a{
	color: #79570c;
	padding: 0px 0px;
	margin: 0;
	font:normal 12px Arial;
	text-decoration: none;

}

.style3 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #897232;
}




/* ######### Style for Body 4 ######### */

.style4 {
	color: #0E2A17;
	font:normal 14px Arial;
	text-decoration: none;
	padding: 0px 0px;	
}


.style4 a{
	color: #0E2A17;
	padding: 0px 0px;
	margin: 0;
	font:normal 14px Arial;
	text-decoration: none;

}

.style4 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #79570c;
}




/* ######### Style for Body 5 ######### */

.style5 {
	color: #9B8355;
	font:normal 12px Arial;
	text-decoration: none;
	padding: 0px 0px;	
}


.style5 a{
	color: #9B8355;
	padding: 0px 0px;
	margin: 0;
	font:normal 12px Arial;
	text-decoration: none;

}

.style5 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #79570c;
}


/* ######### Style for Body 6 ######### */

.style6 {
	color: #000000;
	font:normal 11px Arial;
	text-decoration: none;
	padding: 0px 0px;	
	margin: 0;
}


.style6 a{
	color: #79570c;
	padding: 0px 0px;
	margin: 0;
	font:normal 11px Arial;
	text-decoration: none;

}

.style6 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #897232;
}




/* ######### Style for Body 7 ######### */

.style7 {
	color: #316641;
	font:normal 12px Arial;
	text-decoration: none;
	padding: 0px 0px;	
	margin: 0;
}


.style7 a{
	color: #316641;
	padding: 0px 0px;
	margin: 0;
	font:normal 12px Arial;
	text-decoration: none;

}

.style7 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #000000;
}






/* ######### Style for Body 8 ######### */
.style8 {
	color: #0B3B19;
	font:normal 18px Arial;
	text-decoration: none;
	padding: 0px 0px;	
}

.style8 a{
	color: #79570c;
	padding: 0px 0px;
	margin: 0;
	font:normal 12px Arial;
	text-decoration: none;

}

.style8 a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #897232;
}





/* ######### Style for Drop Menu ######### */

#dropmenudiv{
	color: #292510;
	font:normal 12px Arial;
	text-decoration: none;
	
	width: 150px;
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	line-height:20px;
	z-index:100;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#316641,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}

#dropmenudiv a{
	color: #292510;
	font:normals 12px Arial;
	text-decoration: none;
	

	display: block;
	text-indent: 0px;
	border-bottom: 2px solid #316641;
		border-bottom-lenght: 150px;
	padding: 0px 25;
	text-decoration: none;

}
	
#dropmenudiv a:hover{ /*hover background color*/

background-color: cdc3a9;
	border-bottom: 2px solid #79570c;
		border-bottom-lenght: 150px;
}