body {
	margin: 0px;
	padding: 0;
	background-color: #fff;
	font-family:  Verdana, Helvetica, sans-serif; font-size: 13px; 
}

body, input, select, textarea { 
	color: #556C7B;	
	text-decoration: none;
}

h1 {
font-family:  Verdana, Helvetica, sans-serif; font-size: 14px; 
color:#009137; 
}

h1 a {
font-family:  Verdana, Helvetica, sans-serif; font-size: 14px; 
color:#82CF2B; 
}

.content{ 
	color: #556C7B; 
	
	text-decoration: none;
	line-height: 18px;

}

.content a{ 
	color: #005725; 

	text-decoration: none;
	line-height: 18px;
}
.content a:hover{ 
		text-decoration: underline;
	line-height: 18px;
}

#container { 



	width: 1068px; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto; 

	
}

#footer {
	

	clear: both;
	width: 1068px;
	height: 175px;
	margin: 0px 6px 0px 6px;
}

#logo {
	position: relative;
background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	width: 1068px;

	height: 270px;
}

#nav{
 	position: absolute;
	left: 20px;
	bottom: 98px; 
	margin: 0;
	padding: 0;
}
#nav li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li a{
  display: block;
  float: left;
  height: 34px;
  width: 151px;   
	font-size: 12px; 
  background-image: url(images/nav-bg.gif);
  background-repeat: no-repeat;
  background-position: bottom;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	color: #fff;
	margin-right: 1px;
}

#nav li a:hover{
  background-image: url(images/nav-bg-hover.gif);
}



#contentcontainer {
	  
	   	width: 1068px;
	   
	   	background-image: url(images/content-bg.jpg);
	   	background-repeat: no-repeat;
	   	padding: 15px;
}

#content {
	position: relative;
	width: 1020px;
text-align: left;
margin: 10px;



}

.right-img{
  float: right;
}



#bottommenu { position: relative; 
  border-top: 1px solid #ccc;
	width: 1068px; 
	height: 41px; 
	float: left;
}
#bottomcontent {
	position: relative;
	width: 500px;


	color: #8E9AA2;
	margin: 5px 0px 0px 20px;
	left: 317px;
}
.bottomcontent {

	color: #8E9AA2;
	text-decoration: none;
}
.bottomcontent a{

	color: #8E9AA2;
	text-decoration: none;

}
.bottomcontent a:hover{

	color: #82CF2B;
	text-decoration: none;
}

#formdesc {
	position: relative;
	text-align: right;
	padding-right: 10px;
	width: 250px; 
	height: 25px; 
	float: left;

}
#formfield {
	position: relative;
	width: 200px; 
	height: 25px; 
	float: left;
}

#formfield_textarea{
      	position: relative;
	width: 200px; 
	height: 155px; 
	float: left;
	margin-top: 3px;
}

.form_wrapper{
  
  width: 500px;
  margin-left: 50px;
}

.form_wrapper_left{
  
  width: 500px;
  margin-left: 50px;
  float: left;
  
}
  
  .form_wrapper_right{
  
  width: 370px;
  margin-left: 50px;
  float: left;
  
}  