body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 12px;
	background-color: white;
}

a
{
	border-style: none;
	color: #2F67D0;
	text-decoration: none;
}

a:hover
{
	color: #4FD02F;
	text-decoration: underline;
}

img
{
	border-style: none;
}

.HeightWrapper
{	
	height: 100%;
	position: absolute;	
	background-color: white;
	width: 900px;
	padding-left: 0px;
}

.CenterWrapper
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	height: 100%
}

.Header {
	background-image: url('HeaderTop.jpg');
	vertical-align: bottom;
	font-weight: bold;
	font-size: 10px;
	width: 900px; 
	height: 86px;
	text-align: right;
}

.NavLinks
{
	float: right;
	margin-top: 65px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}

.HeaderImage
{
	background-image: url('HeaderBottom.jpg');
	width: 900px;
	height: 202px;
	clear: right;
}

.Content
{
	background-color: #F2F2F2;
	width: 884px;
	margin-left: 6px;
	margin-top: 202;
	border: solid 1px #D4D4D4;
}

.Content-Padded
{
	margin: 20px;
}

.Footer
{
	margin-top: 10px;
	color:#666666;
	font-size:9px;
	text-align: center;
}

.Title
{
	font-size: 18px; color: #576fa5;
}

.EditLinks
{
}

.editoptions
{
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}

.navlinkinside
{
}

.printfooter
{
	display: none;
}

.Left
{
	float: left;
	width: 50%;
	clear: left;
}

.Right
{
	float: right;
	width: 48%;
	clear: right;
}

