body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #39F;
	text-decoration: none;
}

a:hover {
	color: #06F;
	text-decoration: underline;
}

td {
	font-size: 11px;
}

#main {
	margin: 0px auto;
	display: block;	
	width: 800px;
	margin-top: 25px;
	position: relative;
}

#header {
	height: 93px;
	width: 464px;
}

#leftcol {
	float: left;
	position: relative;
	z-index: 1;
}

#rightcol {
	margin-left: 305px;
	position: relative;
	z-index: 5;
	margin-bottom: 10px;	
}

#content {
	padding: 7px 7px 7px 15px;
	font-size: 11px;
	color: #666;
	position: relative;
	display: block;
}

h2 {
	font-size: 14px;
	color: #09F;
	margin: 10px 0px 10px 0px;
}

.faq {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	color: #39F;	
}

.faqtext {
	margin-left: 5px;
	margin-bottom: 30px;
}

.testimonial {
	border: solid #999;
	border-width: 0px 1px 1px 0px;
	padding: 20px;
	margin-bottom: 25px;
	width: 480px;
	color: #333;
}


input {
	font-size: 11px;
	font-family: Arial, Hevetica, sans-Serif;
}

select {
	border: #999 solid 1px;
	font-size: 11px;
	font-family: Arial, Hevetica, sans-Serif;		
}

textarea {
	border: #999 solid 1px;
	font-size: 11px;
	font-family: Arial, Hevetica, sans-Serif;	
}

.label {
  width: 75px;
}

.field {
  width: 300px;
}

.error {
  font-weight: bold;
}

.fineprint {
	font-size: 9px;
	margin-top: 7px;
	color: #CCC;
}

#footer {
	font-size: 10px;
	color: #999;
	border-top: 1px solid #CCC;
	height: 50px;
	padding: 7px;
	position: relative;
	display: block;
	clear: both;
}

#footer02 {
	position: absolute;
	z-index: 2;
	right: 5px;
}

