body {
	margin: 0 0 0 0;
	padding: 0px;
	background-image: url(../images/seamless_backgrnd.gif);
	background-repeat: repeat;
	text-align: center;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 0px;
	MARGIN: 0px;
}

/* holder styles */
#holder {
	width: 850px;
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

/* content styles */
#main_nav {
	height: 25px;
	width: 788px;
	background-color: #FFFFFF;
}

#main_nav a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

#main_nav a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

#main_nav2 a:hover {  
	color: #00FF00;
	text-decoration: none;
}

#main_content {
	width: 790px;
	padding-top: 3px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-image: url(../images/2nd_survey_back.jpg);
	background-repeat: repeat;
}
	/* there will be multiple divs floating in here */
	
#main_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #CC3300;
	margin: 10px 0px 10px 0px;
	font-weight: bolder;
	text-align: center;
	letter-spacing: -1px;
}

#main_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #003366;
	margin: 6px 20px 10px 20px;
}

#main_content_rightcol {
	float: right;
	width: 370px;
	margin: 6px 8px 20px 8px;
	text-align: left;
}

#main_content_rightcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin: 6px 10px 10px 10px;
	font-variant: normal;
}

#main_content_rightcol table {
	height: 225px;
	width: 100%;
}

#main_content_leftcol {
	float: left;
	width: 370px;
	margin: 6px 8px 20px 8px;
	text-align: left;
}

#main_content_leftcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin: 6px 10px 10px 10px;
	font-variant: normal;
}

#main_content_leftcol table {
	height: 225px;
	width: 100%;
}
	
/* footer styles */
#footer {
	height: 27px;
	width: 828px;
	vertical-align: middle;
	color: #333333;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

#footer a:link { 
	color: #003399;
	text-decoration: none;
}

#footer a:visited { 
	color: #003399;
	text-decoration: none;

}

#footer a:hover, #mainlinks a:active, #mainlinks a:focus {  
	color: #003399;
	text-decoration: underline;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.hilited_text p {
	background-color: #FFFF99;	
	padding: 0px 20px 0ps 20px;
}

<style type="text/css">
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
</style> 