body, html {font-family: Arial; padding: 0; margin: 0 auto; height: 100%; width: 100%;}
body {background-color: #FFFFFF; background-image: url(images/header_bg.gif); background-position: top;	background-repeat: repeat-x;}
#ContentWrapper {border: 0px; width: 1000px;}
#Header {height: 196px; width: 1000px;}
.HeaderLeft {float: left; height: 196px; width: 645px;}
.HeaderRight {float: right; height: 196px; widht: 350px;}
.HeaderText {color: #0e233e; font-family: times; font-size: 50px; text-align: left; padding-top: 50px;}
.ContentArea {float: left; color: #263679; padding-left: 10px; padding-right: 10px; text-align: left; width: 560px;}
.Content {float: left; padding-bottom: 20px; width: 1000px;}
.text {font-family: arial; font-size: 14px; color: #0e233e; padding: 10px;}
.footer {background-image: url(images/footer_bg.jpg); background-position: top; background-repeat: repeat-x; background-color: #285480; float: left; height: 100px; width: 100%;}

/*-----------*/
/*FooterLinks*/
/*-----------*/
#FooterLinks
{
	color: #263679;
	height: 20px;
	font-family: arial;
	font-size: 12px; 
	text-align: center; 
	padding: 10px;
	width: 1040px;
}
.FooterLinks
{
    color: #263679;
    font-size: 12px;
	text-decoration: none;
}
a.FooterLinks:link
{
    color: #263679;
}
a.FooterLinks:visited
{
    color: #263679;
}
a.FooterLinks:active
{
    color: #263679;
}
a.FooterLinks:hover
{
	color: #449439;
    text-decoration: underline;
}
