/* CSS Document */

body	{
	background-image:url(imgs/bg.gif);
	color: #137934;
	margin: 20px 0 0 20px;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif, verdana, lucida;
	font-size:11px;
	line-height:18px;
	padding-bottom: 25px;
	}
	
p {
line-height: 16px;
}


#wrapper {
background:#fff;
}
	
#header	{
	background: #000;
	height:112px;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#logo {
position:absolute;
left:20px;
top:20px;	
}


/* navigation elements */
	
#nav	{
	background: #ACD913;
	border: 0;
	margin-bottom:30px;
	padding: 0;
	text-align:center;
	height: 30px;
	}

#nav td a {
display: block;
font-weight:bold;
font-family:"Lucida Grande", arial, sans-serif, verdana;
border-right:1px white dotted;
color:#fff;
text-decoration: none;
text-align:center;
line-height:30px;
}

#nav td a:hover {
color:#fff;
background: #137934;
}
	
	
/* body area */
	
	
#pagebody	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	background: #fff;
	clear: both;
	}

	
/* main content */


#maincontent	{
vertical-align:top;
padding: 0px 39px 20px 60px;
margin:0;
background:#fff;
text-align:left;	
width: 760px; 
voice-family: "\"}\"";
voice-family:inherit;
width:660px;
}


html>#maincontent 	{
	width: 360px;
}

.rightimg {
float:right;
display:inline;
margin-right:-20px;
margin-left:45px;
margin-bottom:0;
}	

.leftimg {
float:left;
display:inline;
margin-right:45px;
margin-bottom:20px;
}	

/* footer */

#footer {
background:#000;
width:760px;
color:#fff;
height:70px;
}

#footertxt {
padding: 20px 30px 20px 50px;
background:#000;
color:#fff;
font-size:11px;
text-align:left;	
width: 760px; 
voice-family: "\"}\"";
voice-family:inherit;
width:680px;
}

html>#footertxt	{
	width: 680px;
}

#footertxtRH {
float:right;
margin-top:-30px;
}

#footertxt a:link, a:visited, a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #f00;
	background: transparent; 
	}

#footertxt a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #f00;
	background: transparent; 
	}

	
	/* Type styling */

#maincontent h1 {
	font-weight: normal; 
	font-family:Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size:22px;
	color: #137934;
	}
	
	#maincontent h2 {
	font-weight: bold; 
	font-family:Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size:14px;
	color: #137934;
	margin-top:10px;
	}
	
	#maincontent p+h2 {
	margin-top:30px;
	}
	
	#maincontent h3 {
	font-weight: bold; 
	font-size:11px;
	color: #137934;
	margin-top:10px;
	}
	
	#maincontent h4 {
	font-weight: bold; 
	font-size:11px;
	color: #137934;
	margin-top:10px;
	}
	
	#maincontent h4+p {
	margin-top:-10px;
	}
	
	#maincontent h5 {
	font-weight: bold;
	font-size:11px;
	color: #137934;
	background: transparent;  
	}
	
	#maincontent h6 {
	font-weight: bold;
	font-size:11px;
	color: #137934;
	background: transparent;  
	margin-left: 6px;
	padding: 0px 0px 0px 14px;
	background: url(imgs/arrow3.gif) no-repeat 0px 5px;
	}
	
	
	#maincontent h6+h6 {
	margin-top:-10px;
	}
	
				
	#maincontent a:link, a:visited, a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #ACD913;
	background: transparent; 
	}
	
	.blue {
	color:#137934;
	}

#maincontent a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #137934;
	background: transparent; 
	}
	
#maincontent ul li, ol li {
margin-top:8px;
line-height:16px;
}

	
