﻿body 
{
	background-color: #B22329;
	font-family: Arial, Times New Roman;
}

#container
{
	position: absolute;
background-color: White;	
width: 922px;
margin: 10px auto;
line-height: 110%;
border: 2px solid gray;
}
#HeadLinks
{
	position: absolute;
	top: 270px;
	left: 15px;
	font-size: 13pt;
	font-family: Charter BT, Times New Roman;
	}
#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}


#content
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
text-align: justify;
}
#footer
{
clear: both;
text-align: center;
padding: .5em;
font-size: 7pt;
background-color: Gray;
border-top: solid 2px #B22329;
border-bottom: solid 2px White;
}
h1
{
	font-family: Impact;
	margin: 0;
}
a
{
	color: #B22329;
	text-decoration: none;
	}
a:hover
{
	background-color: Gray;
	color: Black;
	}
.boxHead
{
	background-color: Gray;
	color: White;
	text-align: center;
	border: solid 1px Black;
}

.boxBody
{
	border: solid 1px Black;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	background-color: #E1E2E4;
}
.SmallText
{
	 font-size: 8pt;
	}


