/* CSS Document */

* {
   padding:0;
   margin:0;
}

body, html
{ 
	margin-top: 10px;
	padding: 0px;
	font-size: 13px;	
	text-align: center;
	font-family: Arial;
	color: #031F45;
	background-color: #FFFFFF;	
}

#MainWrapper
{
   width: 951px;
	text-align:left;
	margin:auto auto;		
}

#Header
{
   float: left; 
	width: 951px;
	height: 82px;
	text-align: right;
}

#Logo
{
	float: left;
	width: 300px;
	height: 82px;
}

#Menu
{
	float: right;
	width: 651px;
	margin-top: 63px;
}

#Menu a
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 0px solid #CCCCCC; 
}

#Menu a:hover
{
	border-bottom: 4px solid #CCCCCC; 
}

#Menu a.Active
{
	border-bottom: 4px solid #CCCCCC; 
}

#MainFooter
{
	float: left;
	width: 951px;
	height: 32px;
	background-color: #E2007A;
}

#MainFooterMenu
{
	float: left;
}

#MainFooterMenu a
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 33px;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 0px solid #FFFFFF; 
}

#MainFooterMenu a:hover
{
	border-bottom: 4px solid #FFFFFF; 
}

#MainFooterMenu a.Active
{
	border-bottom: 4px solid #FFFFFF; 
}

#Print
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

img
{
	border: 0px;
}
