body {
	margin:0px 0px 20px 0px;
	font-family:arial;
	font-size:10pt;
	color:#999;
}

#body {
	text-align:center;
	width:100%;
}
#header {
	text-align:left;
	background:url('img/header.gif') no-repeat top left;
	width:837px;
	height:124px;
	padding:184px 0px 0px 33px;
}
#header #nav {
	width:805px;
	margin:0px;
	padding:0px;
}
#header #nav li {
	float:left;
	list-style-type:none;
	padding-right:35px;
}
#header #nav li a {
	color:#174287;
	font-weight:bold;
	text-decoration:none;
}
#content {
	text-align:left;
	width:810px;
	margin-top:-40px;
	padding: 10px 30px 10px 30px;
}
#footer {
	text-align:left;
	background:url('img/footer.gif') no-repeat top left;
	width:870px;
	height:250px;
}
.formfield{
	width:350px;
	font-family:arial;
	font-size: 10pt;
	font-weight:normal;
}
textarea{
	width:350px;
	height:200px;
	font-family:arial;
	font-size: 10pt;

}