@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%;
	font-family: Helvetica, Arial, sans-serif;
	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;
}
#headerBar {
	background-color: #000;
	height: 22px;
	position:relative;
}
#gooplus a {
	position: absolute;
	left:2px;
	top:2px;
	text-decoration: none;
}
#res a, #res a:link, #res a:active, #res a:visited {
	color: #fff;
	height: 30px;
	width: 90px;
	text-align: center;
	vertical-align:middle;
	display:block;
	background-color: #888;
	left:637px;
	top:0px;
	position:absolute;
	font-size: 12px;
	text-decoration: none;
	padding-top:15px;
	border-bottom: 4px #9F3 solid;
	
	-webkit-transition-property:color, background, padding-top,; 
	-webkit-transition-duration: 100ms, 100ms; 
	-webkit-transition-timing-function: linear, ease-in;
	box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
}

#res a:hover {
	height: 45px;
	width: 90px;
	padding-top:35px;
	background-color: #333;
	color: #9F3;
	text-decoration: none;
}

#eadotcom {
	position:absolute;
	width:200px;
	height:142px;
	top: -146px;
	left: 5px;
}
h3 a:link {
	color: #000;
	font-weight:normal;
	text-decoration:none;
}
h3 a:hover {
	color: #444;
	font-size:150%;
}
h3 a:active {
	color: #fff;
	font-size:150%;
}
h3 a:visited {
	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-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-size: 9pt;
	font-style: italic;
	color: #53969F;
	text-decoration: underline;
}
#Print_Header{
	display:none;
}

