@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	padding-top:1%;
}

#container { 
	position:relative;
	width: 1024px;;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:580px;	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*///////////MAIN TEXT/HEADER div and styles////////////////////////*/
#mainContent {
	width:1024px;
	min-height:580px;
	/*background-image: url(images/content.png); */
	background-repeat:no-repeat;
	position: relative;
}

#footer a, alink, {
	position:relative;
	bottom:0px;
	width: 1024px;
	height:50px;
	left: 0px;
	text-align:center;
	letter-spacing:2px;
	}
.footer a, a:link, a:hover, a:visited {
	text-align:right;
	color:#004C88;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	width:1024px;
	padding-right:73px;
	}	
.footer a:hover {
 	color:#3599CC;
	text-decoration:underline;
	}
