body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}
div.center {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
br {
	line-height: 20px;
}
a {
	color: #990000;
}
a:hover {
	color: #333333;
}
a img {
	border: 1px solid ;
	margin: 2px;
}
a:hover img {
	border: 3px solid #000000;
	margin: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #990000;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	color: #000000;
	background: #CCCCCC;
}
h3 {
	font-size: 12px;
	color: #990000;
}
h4 {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	background: #990000;
	font-style: italic;
	text-align: center;
	padding: 3px;
}
h4 a {
	color: #fff;
}
h4 a:hover {
	color: #ccc;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
table.members td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
}
table.members th {
	font-size: 12px;
	color: #990000;
}
#nav {
	background: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 8px;
	text-align: center;
	width: 900px;
	top: 100px;
	position: absolute;
}
#nav a {
	color: #990000;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #990000;
	background: #FFFFFF;
	padding: 1px 2px 2px 3px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #333333;
	background: #999999;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #FFFFFF;
}
#header {
	position: absolute;
	top: 10px;
	width: 900px;
	background: #990000;
	text-align: center;
}
#headertitle {
	background-color: #990000;
	color: #FFFFFF;
	width: 900px;
	font-size: 32px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	left: 0px;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
#content {
	background: #FFFFFF;
	position: absolute;
	top: 130px;
	width: 900px;
}
#contentmain {
	text-align: left;
	padding: 10px;
	color: #000000;
}