@charset "UTF-8";
body {
	background: #666666;
	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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 860px; /* 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. */
	background-color: #3C0005;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #3C0005;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/images/EA01h.jpg);
	height: 519px;
}
.oneColFixCtrHdr #footer {
	background-color: #3C0005;
	width: 1200px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 165px;
	margin-left: -165px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 1200px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	text-align: center;
}
.smallerFont {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.bigFont {
	font-size: 36px;
}
.oneColFixCtrHdr #container #header h1 .smallerFont {
	font-family: Tahoma, Geneva, sans-serif;
}
.oneColFixCtrHdr #container #mainContent #MenuBar1 {
	padding-left: 10px;
}
