/* CSS Document */

body {
	color: #333333;
	background-color: #d9caa3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*line-height: 12pt;*/
	
}

h1 {
	color: #2b4b20;
	font-size: 14pt;
	font-weight:bold;
	line-height: 25pt;
}



a:link {
	color: #000000;


}

a:visited {
	color: #000000; 
	
}

a:hover {
	color: #2b4b20;
	
}

.green {
	color: #2b4b20;
	font-size: 10pt;
}



/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:375px;
	margin-left: -40px;
	margin-top:-13px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}
