body {
	background-color: White;
	padding: 0;
	margin: 10px;
	font-family: Verdana;
}
img {
	border: none;
}
a {
	color: #599EC9;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
hr {
	color:#599EC9;
	width: 50%;
	height: 1px;	
}
h3 {
	color: #599EC9;
}
#container {
	width:800px;
	height:600px;
	margin: auto;
}
#header {
	width: 800px;
	height: 85px;
	padding: 0;
	margin: 0;
	background-image: url(/images/head.jpg);
	background-repeat: repeat-x;
}
#headerLeft {
	width: 145px;
	height: 85px;
	float: left;
	background-image: url(/images/head-l.jpg);
	clear: right;
	background-repeat: no-repeat;
	padding: 0;
}
#headerMain {	
	width:510px;
	height:85px;
	clear: right;
	float: left;
	padding: 0;
	color: #AFCFE4;
}
#headerMain img {
	float: none;
	margin: 6px 5px 0 0;
	clear: none;
}
#headingMain h1 {
	text-align: center;
	height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
	font-weight: bold;
}
#headerRight {
	width: 145px;
	height: 85px;
	float: right;
	background-image: url(/images/head-r.jpg);
	clear: right;
	background-repeat: no-repeat;
	padding: 0;
}

#mainBody {
	width: 798px;
	background-color: #AFCFE4;
	border-color: #599EC8;
	border-style: solid;
	border-width: 1px;
}
#mainBody p {
	color: #FFF;
	font-size: 10px;
	margin: 5px 0 0 20px;
	padding-bottom: 0;
	line-height: normal;
}
#content {
	width: auto;
	height: auto;
	background-color: #fff;
	padding: 0;
	border-color: #599EC8;
	border-style: solid;
	border-width: 1px;
	background-image: url(/images/bg-code.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px;
	margin: 8px 20px 5px 20px;
}
#content p {
	color: #0F0F0F;
	font-size: 14px;
}
.spacer {
	clear: both;
}

#navcontainer {
	margin: 0;
	padding: 0;
	border: 0;
	height: 24px;
	color: white;
	width: auto;
	text-align: center;
	height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
	font-weight: bold;
	float: none;
	margin-top: 6px;
	color: Silver;
	text-decoration: none;
  	text-decoration: none;
	display: block;
}

#lowerMenu {
	font-size: 12px;
	text-align:center;
	margin: 0;
	padding: 2px;
}
.searchBox {
	width: 330px;
	clear: right;
	float: right;
	padding: 0;
	margin-right: 0;
}
.float-left {
	clear: left;
	float: left;
}
.float-right {
	clear: right;
	float: right;
}
.sponsors {
	background-color: #599EC9;
	border: 1px solid #CCCCCC;
	width: 160px;
	clear: right;
	float: right;
	color: #FFFFFF;
	text-align: center;
}
.sponsor {
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: Black;
	text-align: left;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
}
#footer {
	clear: right;
	float: right;
	color: #FFF;
	font-size: 10px;
	margin: 0 20px 5px 0;
	padding-bottom: 0;
	line-height: normal;
}
#footer a {
	color: blue;
	text-decoration: none;
}
#footer a:hover {
	color: White;
	text-decoration:underline;
}