html
{
	background-color: #068c68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

body
{
	background-color: #068c68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

a
{
	color: #330000;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
}

#PageWrapper
{
	background-color: #FFFFFF;
	width: 810px;
	color: #330000;
	margin-right: auto;
	margin-left: auto;
}

#PageHeader
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 77007f;
}

#LeftNavBar
{
	text-align: left;
	width: 150px;
	padding-top: 10px;
}

#MainNavMenu
{
	list-style-type: none;
	left: -15px;
}

.MainNavMenuItem
{
	list-style-type: none;
	left: -15px;
	font-size: 0.9em;
}

#MainContent
{
	float: right;
	text-align: left;
	width: 650px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.TagLine
{
	font-size: 1.2em;
	font-weight: bold;
}

.BlockHeading
{
	font-size: 1.2em;
	font-weight: bold;
}

.BlockBody
{
	font-size: 1.1em;
}

.clearFloat
{
	clear: both;
}

#PageFooter
{
	text-align: center;
	background-color: #7F0077;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFFFFF;
	font-size: 1.1em;
}

.footerText
{
	font-size: .7em;
}

