html {
	background-color:#E7E7E9;
}

body {
	padding:0;
	margin:0;
}

#middle_col {
	width:900px;
	background-color:white;
}

#content {
	text-align:left;
	width:870px;
	background-image:url('images/steel_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#c_table {
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	line-height:16px;
	letter-spacing:0px;
}

img {
	border:0px;
}

#footer {
	font-family:Tahoma;
	font-size:8pt;
	text-align:left;
}

#footer a {
	text-decoration:none;
	color:black;

}

#footer a:hover {
	text-decoration:underline;
	color:black;

}

.formbox {
	font-family:Verdana;
	color:#333333;
	border:1px solid #005ea5;
	height:24px;
	padding:4px 4px 0 4px;
	margin:3px;
	font-size:8pt;
}

.formtext {
	font-family:Verdana;
	color:#333333;
	border:1px solid #005ea5;
	padding:4px 4px 0 4px;
	margin:3px;
	font-size:8pt;
}

ul { list-style-type: none; }

li {
	list-style-image:url('images/blueball.gif');
}