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: #FFFFFF;
	width: 980px;
	padding-left: 0px;
}

.CenterWrapper
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;	
	height: 100%
}

.Header {
	margin-top: 8px;
	background-image: url(Images/HeaderBackground.jpg);
	background-repeat: repeat-x;
	vertical-align: absolute-middle;	
	font-weight: bold;
	font-size: 10px;
	float:left; 
	width: 980px; 
	height: 44px;
	text-align: center;
	clear:both;
}

.HeaderContent
{
	vertical-align: middle;
	position: relative;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
	left: 10px;
	right: 10px;
	float: left;
	height: 44px;
}

.NavLinkTable
{
	height: 44px;
	vertical-align: middle;
}

.NavLinks
{
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	height: 44px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}

.SearchBar
{
	height: 44px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	width: 225px;
}

.HeaderLeft
{
 	background-image:url(Images/HeaderLeft.jpg);
	width: 43px;
	height: 44px;
	float: left;
}

.HeaderRight
{
	background-image:url(Images/HeaderRight.jpg);
	width: 25px;
	height: 44px;
	float: right;
}


.Banner
{
	background-image:url(Images/Banner.jpg);
	width: 980px;
	height: 222px;
	float: left;
	margin-left: 2px;
}

.MainContentWrapper
{
	clear: left;
	padding-top: 10px;
}

.ContentTop
{
	background-image: url(Images/TopImage.jpg);
	background-repeat: no-repeat;
	clear:both;
	height: 24px;
	width: 980px;
	
}

.ContentMiddle
{
	background-image: url(Images/Middle.jpg);
	background-repeat: repeat-y;
	clear:both;
	width: 980px;
}

.ContentReal
{
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
}

.ContentBottom
{
	background-image: url(Images/Bottom.jpg);
	background-repeat: no-repeat;
	clear:both;
	height: 19px;
	width: 980px;
}

.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;
}

