.body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #999999;
}
#topwrapper {
	margin-top: 0px;
	width: 100%;
	text-align: center;
	background-color: #999999;
}
#mainwrapper {
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding-left: 0px;
	border-left: solid #990000 1px;
	border-right: solid #990000 1px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border-top: solid #990000 1px;
}
.floatleft {
	float: left;
	margin-right: 6px;
}

#header {
	margin-top: 0px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-bottom-width: 0px;
	padding-bottom: 8px;
}
#header h4 {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #990000;
	margin-top: 0px;
}


#leftcol {
	clear: left;
	float: left;
	margin-top: 0px;
	width: 150px;
	margin-left: 6px;
}
#leftcol h4 {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: #990000;
	width: 143px;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

#content {
	margin-top: 12px;
	margin-left: 156px;
	padding-right: 8px;
}
#footer {
	background-color: #990000;
	clear: both;
	padding-left: 160px;
	color: #FFFFFF;
	font-size: 12px;
}
