* {
padding: 0;
margin: 0;
}
html {
overflow-y: scroll; /* scrollbar fix */
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 22px;
	padding: 0;
	background-color: #019c02;
	text-align: left;
}
#container {
margin: 10px auto;
position: relative;
background-color: #FFFFFF;
font-size: 10pt;
overflow: hidden;
width:764px;
} 	
* html #container {
height: 1%;
position: relative;
}
#container h1 {
font-size: 1.7em;
clear: both;
padding: 0 10px;
}
#container p {
padding: 0 10px 0.75em;
}
#container.footer{
	text-align: center;
	font-size:10pt;
}
.tl {
background-image: url(circle.gif);
width: 10px;
height: 10px;
float: left;
font-size: 0;
}
.tr {
background-image: url(circle.gif);
background-position: 10px 0px;
width: 10px;
height: 10px;
float: right;
font-size: 0;
}
.bl {
background-image: url(circle.gif);
background-position: 0px 10px;
width: 10px;
height: 10px;
float: left;
font-size: 0;
}
.br {
background-image: url(circle.gif);
background-position: 10px 10px;
width: 10px;
height: 10px;
float: right;
font-size: 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: underline;
	color: #000;
}
a img {border: none; } 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#list ul {
	list-style-type: disc;
	list-style-image: inherit;
	list-style-position: inside;
	margin: 0 20px;
}
/*Menu stuff*/
#menu{
	width:100%;
	margin:0 40px 0px;
}
#menu ul{
	list-style:none;
}
#menu li{	
	list-style:none;
	display:block;
	float:left;
	margin:0 2px;
}
#menu li a{
	display:block;
	float:left;
	height:20px;
	color:black;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:url(images/menls.gif) no-repeat left;
	line-height:20px;
	padding:0 0 0 9px;
	text-decoration:none;
}
#menu li a span{
	display:block;
	float:left;
	background:url(images/menrs.gif) no-repeat right;
	height:20px;
	color:black;
	line-height:20px;
	padding:0 12px 0 0px;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/menls.gif) no-repeat left;
	height:20px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/menrs.gif) no-repeat right;
	color:#fff;
	height:20px;
}
#menu li a.current{
	display:block;
	float:left;
	height:20px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:url(images/menls.gif) no-repeat left;
	line-height:20px;
	padding:0 0 0 9px;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(images/menrs.gif) no-repeat right;
	height:20px;
	color:#fff;
	line-height:20px;
	padding:0 12px 0 0px;
}

/* extras */
.surveyContent{
padding:10px;
}
.surveyContent ul{
margin-bottom:12px;
}
.surveyContent li{
margin-left:30px;
}
.smallFont{
font-size:9px;
color:#666666;
margin-bottom:0;
}