body {
	background-color: black;
	}

#page {
	width: 770px;
	margin: 0 auto;
	}

#banner {
	width: 770px;
	}

#nav {
	width: 770px;
	}

#spacer20 {
	width: 770px;
	height: 20px;
	}
	
#contentBox {
	background: #222222;
	overflow: auto;
	height: 100%;
	}
	
#fins {
	float: left;
	width: 296px;
	background-color: #222222;
	}

#content {
	float: left;
	width: 471px;
	height: 100%;
	border-left: solid 3px black;
	background-color: #222222;
	}
	
#footerNav {
	float: left;
	width: 770px;
	}
	
h2.content {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin: 10px 0 0 10px;
	}
	
h2.content2 {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px 10px;
	}

p.content {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 13px;
	color: white;
	line-height: 18px;
	margin: 10px 10px 0 10px;
	}

ul.content {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 13px;
	color: white;
	line-height: 18px;
	margin-top: 0;
	}
	
table.content {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 14px;
	}
	
p.footerNav {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 10px;
	text-align: center;
	color: white;
	line-height: 24px;
	margin: 10px 10px 0 10px;
	}

a:link, a:active, a:visited {
	color: #0173ff;
	text-decoration: none;
	}

a:hover {
	color: white;
	text-decoration: underline;
	}