body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

}
div#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;

}
div#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #939331;
	font-weight: bolder;
	

}
div#toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #666666;
	text-align: left;
}
div.line{
	float: left;
	background-color: #939331;
	background-image: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 1px;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;


}
div#form {
float:left;
top:10px;
position:relative;
	left: 75px;
	margin-right: auto;
	margin-left: auto;
}
div#form p{


	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #721B1B;
	text-align: left;
	max-width:600px;
}
div#rightside {
	position: relative;
	float: left;
	left: 200px;
	
	
}
div#leftside {
	position: relative;
	float: left;

}
div#bottom {
	position: relative;
	float: left;

}
div#bottombar {
	float: left;
	background-color: #757526;
	background-image: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: -1;
	height: 100px;
	position: relative;
	top: 50px;
	left: 0;
	right: 0;
}
div#bottom_info {
	position: relative;
	top: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: normal;



}
div#bottom_info a:link {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
div#bottom_info a:visited {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
div#bottom_info a:hover {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
div#contacttext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #721B1B;
	font-weight: bold;
	text-align: center;
	max-width:800px;
}
.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border: 1px solid #939331; 
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#E7E7B4; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}