/*CSS Document*/
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	border-style: none;
	background: none;
}
/*Header Styles*/
#header
{
	display: none;
}
#left
{
	display: none;
}
#content
{
	padding: 5px;
	margin: 10px 50px;
	border-left: none;
}
/*Text Styles*/
h1, h2, h3, h4
{
	color: #000;
	background-color: inherit;
}
div.weblink
{
	display: block;
	text-align: center;
	text-decoration: underline;
}
/*Footer Styles*/
#footer
{
	display: none;
}
.botnav
{
	display: none;
}
