body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.overall {
	padding: 0px;
	width: 800px;
	text-align: left;
	height: 100%;
	margin: 0px;
}
.leftcol {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 200px;
}
.rightcol {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 575px;
	float: right;
}
.overall .rightcol .box {
	margin: 5px;
	width: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.overall .leftcol .box {
	margin: 5px;
	width: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boxtitle {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	background-color: #000000;
	background-repeat: repeat-x;
	width: 100%;
	font-variant: small-caps;
	padding-bottom: 8px;
	padding-left: 5px;
}
a {
	color: #990000;
}
