
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	background: #152a59;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5b5d5c;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

.container {
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.footercontainer {
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#c4d7e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.nav{
width:901px;
height:43px;
background-color:#e6e6e6;
padding:0px 0px 0px 0px;
text-align:center;
}

.footer{
padding:25px 30px 25px 30px;
}

.logo{
padding: 24px 0px 25px 41px;

}

.title{
font-size:14px;
font-weight:bolder;
color:#00529b;
padding:0px 0px 8px 0px;

}

.sublogo{
text-align:right;
padding: 24px 41px 0px 41px;

}

.header{
text-align:left;
padding: 0px 40px 17px 0px;
margin: 0px 40px 32px 40px;
border-bottom:#0c1b3c 1px solid;
}

a:link {color:#0066CC; text-decoration:none;}
a:visited {color:#0066CC; text-decoration:none;}
a:hover {color:#0099FF; text-decoration:none;}
