@charset "UTF-8";
body {
	margin: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 */
	font-size: 100%;
	background-color: #fff;
	padding:0;
	background-image:url(../images/darkbg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	width: 850px;
	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. */
	position:relative;
	padding:0px;
	background-color: #FFF;
	background-image: url(../images/lightbg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
}
#mainContent {
	position:relative;
	width:850px;
	margin-top: 152px;
}
#header {
	background-repeat:no-repeat;
	background-color: #000;
	height: 22px;
	padding-left: 637px;
	width: 213px;
}
#headerNav {
	height: 32px;
	width: 90px;
	color: #9F3;
	font-size: 10pt;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0px;
	background-color: #666;
}
#headerNav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9F3;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
}
#headerNav a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9F3;
	text-decoration: none;
}
#headerNav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF3;
	text-decoration: none;
}
#headerNav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9F3;
	text-decoration: none;
}
#eadotcom {
	position:absolute;
	width:200px;
	height:142px;
	top: -146px;
	left: 5px;
}
h3 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size:100%;
	text-decoration:none;
}
h3 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
	font-size:150%;
}
h3 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size:150%;
}
h3 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}
#foot_container {
	background-repeat: no-repeat;
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position:relative;
	padding:0px;
	top: 0px;
	height: 54px;
	z-index: 2;
}
#footer {
	text-align: center;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 850px;
	left: -1px;
	position: absolute;
	background-color: #666;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	text-decoration: none;
	color: #9F3;
	z-index: 45;
}
#footer a:hover {
	text-decoration: underline;
}
pre.fixit {
	overflow:auto;
	border-left:1px dashed #000;
	border-right:1px dashed #000;
	padding-left:2px;
}

div > div#fixme {
	position: fixed;
}
div > div#fixed_footer {
	z-index:1000;
	position: fixed;
}
.smallerDetail {
	font-size: 9pt;
	color: #666;
}
.smlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #53969F;
	text-decoration: underline;
}
#Print_Header{
	display:none;
}
