body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #039;
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
	width: 60%;
}
h1, h2, h3 {
	font-size: 18px;
	color: #157CC1;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3.pheading {
	color: #f68d38;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 13px;
}

ol, ol li {
	margin: 0px;
	padding: 0px;
}
ol {
	padding-left: 20px;
	margin-left: 8px;
	margin-bottom: 18px;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#main {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}

#top_left {
	display: inline;
	float: left;
	width: 440px;
}

#top_right {
	float: left;
	width: 460px;
	position: relative;
}
#introtxt {
	position: relative;
	left: 20px;
	top: 20px;
	width: 90%;
}
.intromsg {
	font-size: 15px;
	color: #3b4044;
	line-height: 18px;
}
.txtbody {
	position: relative;
	top: 20px;
	clear: left;
	margin-bottom: 40px;
}

#maincontent {
	clear: left;
	position: relative;
	top: 20px;
	background-image: url(images/pure_rightimg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#formarea {
	position: relative;
	top: 30px;
	clear: left;
	margin-bottom: 60px;
}
.control_wrapper_1 {
	float: left;
	margin-right: 4px;
	width: 65px;
	margin-bottom: 14px;
}
.control_wrapper_2 {
	float: left;
	margin-right: 16px;
}
.txtfield {
	color: #333;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtarea {
	color: #333;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	height: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	width: 662px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#form_row_2 {
	clear: left;
}
.bt_align {
	float: left;
	position: relative;
	left: 68px;
}
.thanksmsg {
	font-size: 13px;
}
.smalltxt {
	font-size: 10px;
	color: #666;
}


#footer {
	position: relative;
	top: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 8px;
}

