/* CSS Document */
	
body { 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif ;
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}
	

#nav {	
	position: absolute;
	left: 51px;
	top: 100px;
	z-index: 10;
	}

	#nav a, #nav a:visited {
		color: #BBBBBB;
		text-decoration: none;
		letter-spacing: 1px;
		}
		
	#nav a:hover {
		color: #396F35;
		text-decoration: none;
		}
		
	#nav ul {
		z-index: 10;
		left: 0;
		margin-left: 0px;
		}
	
	#nav li {
		font-size: 12px; 
		color: #999999;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		white-space: nowrap;
		float: left;
		list-style-type: none;
		margin: 0px;
		padding: 6px 18px;
		}
		
	#nav li.active {
		background-color: #EDF2DE;
		}
	
	#nav a.active {
		color: #396F35;
		}	
		
		
#subnav {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 0px;
	position: absolute;
	left: 145px;
	top: 155px;
	width: 800px;
	text-transform: lowercase;
	color: #666666 ;
	z-index: 15;
	}

	#subnav a, #subnav a:visited {
		color: #ACBC63;
		text-decoration: none;
		font-style: italic;
		}
		
	#subnav a:hover {
		color: #396F35;
		text-decoration: none;
		}
		
	
#mainBody {
	position: absolute;
	left: 146px;
	top: 273px;
	width: 774px;
	font-size: 13px;
	z-index: 20;
	}
	
	#mainBody h1 {
	color:#396F35;
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: -45px;
	top: -45px;
	font-weight: normal;
	position: relative;
	font-style: italic;
	margin: 0px 0px -35px 0px;
	}
	
	#mainBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#396F35;
	text-transform:uppercase;
	font-size: 13px;
	line-height: 9px;
	margin: 0px 0px -5px 0px;
	padding-top: 23px;
	}
	
	#mainBody p {
	font-family: Arial, Helvetica, sans-serif;
	color: #8a8282;
	font-size: 13px;
	line-height: 16px;
	}
	
	#mainBody ul {
	margin-top: -10px;
	margin-bottom: -5px;
	color: #8a8282;
	}
	
	#mainBody a, #mainBody a:visited {
	color: #396F35;
	text-decoration: none;
	}
		
	#mainBody a:hover {
	color: #396F35;
	text-decoration: underline;
	}
	
#mainBodyimg {
	float: right;
	padding: 0px 0px 10px 30px;
	}	
	
	
#homeImage	{
	position: absolute;
	left: 39px;
	top: 158px;
	z-index: 2;
	}
	
#homeFooter	{
	position: absolute;
	left: 146px;
	top: 727px;
	z-index:95;
	}	
	
#footerIndex {
	position:relative;
	color: #acbc63;
	font-size: 11px;
	left: -35px;
	top: -5px;
	width: 750px;
	z-index: 99;
	}	
	
	#footerIndex a, #footerIndex a:visited {
		color: #ACBC63;
		text-decoration: underline;
		}
		
	#footerIndex a:hover {
		color: #396F35;
		text-decoration: none;
		}	
	
	
#footerImageIndex {
	position:relative;
	left: -150px;
	z-index: 98;
	}	
	
	
#footer {
	position:relative;
	color: #acbc63;
	font-size: 11px;
	left: -35px;
	top: -5px;
	width: 750px;
	z-index: 99;
	}	
	
	#footer a, #footer a:visited {
		color: #ACBC63;
		text-decoration: underline;
		}
		
	#footer a:hover {
		color: #396F35;
		text-decoration: none;
		}	
	
	
#footerImage {
	position:relative;
	z-index: 98;
	left: -146px;
	}		