@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
a:active {
	color:#000;
	text-decoration: underline;
}

#mainDiv {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:960px;
}

#headerDiv {
	clear: both;
	width:960px;
	height:40px;
	background-image:url(../images/eoa_header.png);
	background-repeat: no-repeat;
}
#headerNav {
	width: 600px;
	margin-left: 75px;
	margin-top: 23px;
	font-size: 0.9em;
}
.headerDivider {
	color: #28a9e0;
	font-weight: bold;
}

#mainImageDiv {
	clear: both;
	width:960px;
	height:358px;
}

#bodyTextDiv {
	clear: both;
	float: left;
	width:890px;
}

#textBox {
	width: 815px;
	float: right;
	font-size: 1.1em;
	line-height: 1.3em;
}

#bodyTrailerDiv {
	float: right;
	width:348px;
}

#footerDiv {
	clear: both;
	width:960px;
	height:113px;
}
