body {
	background: black;
	color: black;
	text-align: center;
	text-size: 14pt;
	margin: 0;
	padding: 0;
	margin-left: 150px;
	margin-right: 150px;
}
.page_content {
	font-family: "Times New Roman", Times, serif;
		font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	border: medium none #C0C0C0;
	overflow: auto;
	float: none;
	cursor: auto;
	list-style-type: circle;
	list-style-position: inside;
	table-layout: fixed;
}

a:link {color:silver}
a:visited {color:red}
a:active {text-decoration:underline color:black}
a:hover {text-decoration:underline color:black}

#masthead {
}

#top_nav {
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	color: #FFFFFF;
	border: medium groove #FFFFFF;
	font-weight: bold;
	min-width: 970px;
}

#container {
	min-width: 970px;
}

#right_col {
	width: 200px;
	float: right;
	color: white;
}

#page_content {
	margin-right: 200px;
}

#footer {
	clear: both;
	color: #FFFFFF;
}
