@charset "utf-8";
/* CSS Document */

body { 
	background:url(../img/bg.gif) top left repeat-x #000;
	margin: 0;
}
a:link, a:visited {
	color: #065ac9;	
}
a:active, a:hover {
	color: #003985;	
}
#container {
	width: 960px;
}
#bodytext {
	width: 640px;
	min-height: 450px;
	padding: 10px 30px;
	/*background-color: #eeffba;
	background: rgba(238, 255, 186, 0.9);*/
	background-color: #fffdba;
	background: rgba(255, 253, 186, 0.9);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-top:25px;
}
.sponsors p a {
	font-size: 11px;	
	text-decoration: none;
}
#bodytext img{
	border: solid 1px #cabc6e;
}
#left {
	float:left;
	width: 260px;
}
#right {
	float:left;
	width: 700px;
}
#logo {
	width: 260px;
	text-align: right;
	margin: 10px 0 20px 0;
}
#nav {
	width: 207px;
	background-color: #000;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	margin-bottom:20px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li{
	border-top: solid 1px #1f1f1f;
	padding: 10px 0 10px 15px;
	/*width: 192px;
	background-color: red;*/
}
#nav ul li.selected{
	width: 192px;
	background-color: #1f1f1f;
}
#nav ul li a:link,  #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#nav ul li a:active,  #nav ul li a:hover {
	color: #C0FF01;
	text-decoration: underline;
}
#headerinfo {
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	padding: 30px 0 0 30px;
}
.socialbtn {
	float: right;
	margin-left:25px;
}
#headerinfo h2, #headerinfo h3{
	display: inline;
}
#credit {
	text-align: center;
	color: #1f1f1f;
	margin-top: 10px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
#credit a {
	color: #1f1f1f;
	text-decoration: none;
}
#bodytext h2 {
	font-family:"Courier New", Courier, monospace;
	padding-bottom:5px;
	border-bottom: solid 2px #000;
}
#bodytext h3 {
	display: inline;
}
table table td {
	border-top: solid 1px #cabc6e;
	font-size: 14px;
	line-height: 16px;
}
table table em {
	font-size: 11px;
	color: #5f6844;
}
.red {
	color: red;
	font-weight: bold;
}
