body
{
	padding: 0px;
	font-size: 14px;
	margin: 0px;
	font-family: "times", "times new roman", serif;
	text-align: center;
	background-color: #000000;
}
#page
{
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-left: 5px solid #AA9D00;
	border-right: 5px solid #AA9D00;
	border-bottom: 5px solid #AA9D00;
	background-color: white;
}
#content
{
	width: 604px;
	float: right;
	padding: 10px;
	position: relative;
}
#menu
{
	background-color: #52006B;
	width:141px;
	border-right: 5px solid #AA9D00;
	border-bottom: 5px solid #AA9D00;
	text-align: left;
	padding-bottom: 50px;
	margin: 0;
	float: left;
	position: relative;
}
#menu a
{
	width:141px;
	color: #AA9D00;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	text-align: center;
}
#menu a:link, #menu a:visited
{
	background-color: #52006B;
}
#menu a:hover, #menu a:active
{
	background-color: #CE1821;
}
#footer
{
	clear: both;
	padding: 10px;
	text-align: center;
	color: #AA9D00;
	font-size: 10px;
}
.contenttable, .contenttable th, .contenttable td
{
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 12px;
}
a:link, a:visited
{
	color: #52006B;
}
a:hover, a:active
{
	color:  #CE1821;
}
.fastfacts
{
	font-weight: bold;
}
.factstable, .factstable th, .factstable td
{
	border: 0;
	font-size: 14px;
}