.body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #882222;
}

.body p {
	font-size:13px;
	margin-top: 0px;
	margin-bottom: 16px;
}

.body ul {
	font-size:13px;
	margin-top:0px;
}

#topwrapper {
	margin-top: 0px;
	width: 100%;
	text-align: center;
	
}
#mainwrapper {
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	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: 6px;
}
#header h4 {
	font-size: 30px;
	color: #FFFFFF;
	background-color: #990000;
	margin-top: 0px;
	padding:4px 4px 4px 8px;
}


#leftcol {
	clear: left;
	float: left;
	margin-top: 0px;
	width: 170px;
	margin-left: 6px;
}
#leftcol h4 {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: #882222;
	width: 163px;
	font-size: 18px;
}
a:link {
	text-decoration: none;
	color: #882222;
}
a:visited {
	text-decoration: none;
	color: #992222;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

#content {
	margin-top: 0px;
	margin-left: 180px;
	padding-right: 36px;
	margin-bottom: 8px;
}
#footer {
	background-color: #882222;
	clear: both;
	padding-left: 8px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}

