@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 153px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footer_content {
	width: 100%;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.small_text {
	font-size: 10px;
}

.big_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1C5B91;
	font-weight: bold;
}

#table_bg {
	background-image: url(../images/table_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 225px;
}
/* FORM STUFF */

div.row {
	clear: both;
	padding-top: 2px;
	font-size: 10px;
  }

div.row span.label {
	float: left;
	width: 80px;
	text-align: right;
	font-size: 10px;
  }

div.row span.formw {
	float: right;
	width: 236px;
	text-align: left;
	font-size: 10px;
  } 
  
ul {
padding-left: 2em;
}
ul li {
	text-indent: 3em;
	list-style-position:inside;
	
}