@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #AEBFD2;
	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: left;
} 
img
{  border-style: none;
}
 hr {
	border: 0;
	color: #0066CC;
	background-color: #0066CC;
	height: 2px;
}
.halltable
{ border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}
/*
a:link {
	color: #0066FF
} 
a:visited {
	color: #0066FF
} 
a:hover {
	color: #00CCFF
}   
a:active {
	color: #0066CC
}   
a.red:visited {color: #FF0000}
*/
/*<a class="red" href="css_syntax.asp">CSS Syntax</a>*/




.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;


}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/logo88.png);
	height: 88px;
	background-color: #000000;
	text-align: right;
}
.oneColFixCtrHdr #subheader {
	background-color: #FFFFFF;
	background-image: url(images/sublogo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 200px;
	width: 740px;
	text-align: left;
	border-bottom: 1px solid #000000;
	font: bold 10px Tahoma;
	padding: 0 20px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 0 20px;
	float: left;
	overflow: hidden;
	width: 740px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
		float: left;
	overflow: hidden;
	width: 740px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	bottom: 10px;
}
.oneColFixCtrHdr #newestitems {
	width: 120px;
	float: left;
	padding: 5px 5px;
	vertical-align: top;
	font-size: 11px;
}
.oneColFixCtrHdr #recenttopics  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 600px;
	float: left;
	padding: 8px 8px;
	background-color: #0033CC;
}
.oneColFixCtrHdr #recenttopics  a{
	color: #33CCFF;
}
.oneColFixCtrHdr #news  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 500px;
	float: left;
	padding: 0 15px;
}
.oneColFixCtrHdr #gitems img {
	background-image: url(images/gbaseblank.png);
	height: 150px;
	width: 120px;
}
.oneColFixCtrHdr #bitems img {
	background-image: url(images/bbaseblank.png);
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
}
.oneColFixCtrHdr #loginbox {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin: 10px 10px;
}



.oneColFixCtrHdr #halloffame {
	font: bold 7px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
.oneColFixCtrHdr #loginbox input {
	font-size: 10px;
}
.oneColFixCtrHdr #loginbox a {
	color: #99CCFF;
	text-decoration: none;
}
