body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin:0px;
	font-size:12px;
	background-color:#E0DEB5;
	color:#7F7F7F;
}
form	{
	margin:0px;
}
h1	{
	margin:0px;
	color:#676733;
	font-size:22px
}
h2	{
	font-size:18px;
	color:#676733;
	margin:0px;
}
td.nav {
	background-image:url(/images/nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F9F9F9;
	height:36px;
	border-bottom:#999965 11px solid;
	text-align:center;
}
td.main {
	background-image:url(/images/main-paperless.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:243px;
	background-color:#77110F;
	vertical-align:top;
}
td.end {
	background-image:url(/images/bottom-bg.jpg);
	background-repeat:repeat-x;
}
td.content	{
	border-left:#B1B18B 2px solid;
	border-right:#B1B18B 2px solid;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:15px;
}
td.form	{
	vertical-align:top;
	width:170px;
	padding-bottom:30px;
}
td.formbg	{
	background-color:#EEEED6;
	border-left:#9D9C7D 2px solid;
	border-right:#9D9C7D 2px solid;
}
td.content-main	{
	padding-left:30px;
	vertical-align:top;
	color:#333333;
	padding-bottom:30px;
	line-height:1.2;
}
td.greenbar	{
	background-color:#BBBB87;
	height:2px;
}
td.text1	{
	padding-top:10px;
	vertical-align:top;
}
td.top	{
	vertical-align:top;
}
td.h2	{
	padding-top:40px;
}
td.copyrightpad	{
	padding-top:6px;
}
td.navtext	{
	text-align:center;
}
td.formnames	{
	text-align:center;
}
a.nav	{
	color:#000000;
	font-size:13px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.nav:hover	{
	text-decoration:underline;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6A0304;
}
#title	{
	width:236px;
	padding-left:411px;
	padding-top:10px;
	padding-right:256px;
	vertical-align:top;
	text-align:left;
	color:#333333;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}
div.formspace	{
	padding-top:8px;
	margin:0px;
}
div.formpad	{
	padding-bottom:8px;
	padding-top:8px;
	margin:0px;
}
img.support	{
	padding-right:25px;
}



.copyrightpad ul	{
	margin:0px;
}
.copyrightpad ul li {  
  display:inline;
  margin-right:20px;
}

/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:4px;
}



/* makes labels bold */
.labels {
	font-weight:bold;
}



/* centers the continue button */
.continue-button {
	text-align:center;
}



/* you may modify the individual text areas with this */
.form-02 input, .form-04 input, .form-06 input {
	font-size:12px;
	width:50px;
}



/* modifies the space around the continue button */
.continue-button input {
	padding-top:4px;
}



#field_name, #field_email, #field_subject, #field_message, #field_captcha {
	margin:8px 0px 8px 0px;
}
#field_name input, #field_email input, #field_subject input, #field_message textarea {
	width:200px;
	padding:4px 0px 4px 4px;
}
#field_message textarea {
	width:300px;
}
.error_alert {
	color:#FF0000;
}









