html,body {
	text-align: left;
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	margin: 0;
	}

p {	
	margin-top: 0px;
	line-height: 20px;
	}

ul {
	margin: -5px 0 15px 50px;
	}	

li {
	font: 10pt/14pt arial;
	color: #333333;
	line-height: 20px;
	margin-left: -23px;
	margin-bottom: 12px;
	padding: 0 0 0 0;
	text-align: left;
	}
	
hr {
	height: 1px;
	color: #999999; 
	margin-top: -5px;
	}

/* HEADINGS */

h1 {
	font-weight: bold;
	font-size: 180%;
	color: #333333;
	margin: 0 0 10px 0;
	}
	
h2 {
	color: #555555; 
	font-size: 120%;
	padding: 0px 0px 0px 0px;
	margin: 0 0 3px 0;
	}

h3 {
	font-size: 100%;
	margin: 0 0 3px 0;
	color: #555555;
	}
	

/* LINKS */
a, a:link, a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #015f82;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #666666;
	}
	
#footer a, #footer a:link, #footer a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #666666;
	}

/* LAYOUT */	

#container {
	width:830px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#navbar {
	position: relative;
	left: 15px;
	width: 150px;
	height: auto;
	float: left;
	}
	

#topnav {
	width: 770px;
	height: 70px;
	position: absolute;
	left: 25px;
	top: -23px;
	z-index: 1;
	}
	
#topnav_survey {
	width: 770px;
	height: 70px;
	position: absolute;
	left: 29px;
	top: -23px;
	z-index: 1;
	}

#header_home {
	width:830px;
	height:340px;
	}

#header {
	width:830px;
	height:115px;
	}

#header_survey {
	width:830px;
	height:88px;
	}

#main {
	position: relative;
	top: 0px;
	left: 15px;
	width: 600px;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	padding: 20px 20px 15px 20px;	
	float: left;
	}
	
#main_survey {
	position: relative;
	top: 0px;
	left: 15px;
	width: 770px;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	padding: 5px 20px 15px 20px;	
	float: left;
	}
	
#main_survey h1 {
color: #FFFFFF;
margin-bottom: 0px;
}

td.section {
background-color: #666666;
}
	
tr.shade {
background:#e5e5e5;
}

input.btn{
width: 150px;
height: 35px;
font-size: 16px;
font-weight: bold;
}


#home_left {
	position: relative;
	top: 0px;
	left: 15px;
	width: 200px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	margin: 20px 0 30px 0;
	padding: 0px 25px 10px 20px;
	border-right: 1px solid #CCCCCC;
	float: left;
	}		

#home_right {
	height: auto;
	margin: 20px 0px 0px -3px;
	padding-left: 25px;
	width: 395px;
	float: right;
	}

	
/* FOOTER */

#footer {
	position: relative;
	top: 0;
	left: 180px;
	margin: 0px;
	padding: 15px 0 0 0;
	width: 625px;
	clear: both;
	text-align: center;
	border-top: 1px solid #DDDDDD;
}

#footer p {
	font-size: 85%;
	text-align: center;
	color: #999999;
}

#footer a {
	font-weight: normal;
}
	