div.Clear
{
	clear:both;
	overflow:hidden;
}

div#OuterTop
{
	height:135px;
	width:100%;
}

div#OuterBottom
{
	height:620px;
	width:100%;
	background-position:center;
}

div#HeaderPanel
{
	width:932px;
	height:135px;	
}

div#HeaderLogo
{
	width:312px;
	height:135px;
	float:left;
}

div#HeaderServices
{
	width:620px;
	height:103px;
	background-color:blue/*#e20025;*/;
	float:left;
}

div#ContentMain
{
	width:932px;
	background-color:#ffffff;
	
}

div#ContentLeft
{
	width:312px;
	float:left;
	background-color:#e20025;
}

div#ContentRight
{
	width:620px;
	float:right;
}

div#LoginBox
{
	background-image:url(/Images/leftloginpanelbackground.jpg);
	background-repeat:no-repeat;
	background-position:0px -3px;
	width:312px;
	height:280px;
	position:relative;
	margin:0px;
	padding:0px;
}

div#MainContent
{
	background-color:#ffffff;
	width:620px;
}

div#BottomFooter
{
	background-color:#000000;
	font-size:10px;
	color:#ffffff;
	width:932px;
	height:47px;
	padding-top:12px;
}

div#BottomFooter a
{
	color:#ffffff;
	text-decoration:none;	
}

div#FooterLogo
{
	float:left;
	margin-left:20px;
}

#FooterLinks
{
	
	color:#ffffff;
}

#FooterLinks ul
{
	margin:0px;
	padding:0px;
	display:block;
	float:right;
	list-style-type:none;
	margin-right:104px;
}

#FooterLinks ul li
{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 9px;
	background-image:url(/Images/FooterLinksBg.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

#FooterLinks ul li.Last
{
	background-image:none;
	margin-right:4px;
}

#FooterLinks ul li a
{
	color:#ffffff;
	text-decoration:none;
}

#FooterLinks ul li a:hover
{
	text-decoration:underline;
}

div#Copyright
{
	float:right;
	margin-right:16px;
	color:#848484;
	padding-top:6px;
}

#WebMail
{
	float:right;
	margin-right:18px;
}

#WebMail a:hover
{
	text-decoration:underline
}



img.MetroIcon
{
	margin-right:20px;
}

div#PageContent
{
	margin:15px 40px 15px 50px;
}

 table.TopLoginTable
 {
	color:#ffffff;
	font-size:11px;
 }
 
 table.BottomLoginTable
 {
	width:265px;
	margin-left:25px;
	margin-top:20px;
 }
 
table.BottomLoginTable td
{
	font-size:14px;
	color:#ffffff;
}

.LoginTextbox
{
	border:solid 1px #000000;
	width:150px;
}

.SubHeading
{
	margin-left:10px;
}


.MoreLink a
{
	text-decoration:none;
	color:Red;
	font-weight:bold;
}