
body {
	background-color: #000;
	margin: 0;
	padding: 0;
}
#container {
	width: 780px;
	margin: 0 auto 0 auto;
	padding:0;
}
#content_table{
	width: 780px;
	margin: 0 !important;
	/* margin: -4px 0 0 0; */
	padding: 0;
	/* float: left; */
}
#head {
	background-image: url(/images/header_pattern.gif);
	background-repeat: repeat-x;
	width: 780px;
	height: 79px;
	margin: 0;
	padding: 0;
/*	float: left; */
	border-width: 0;
}
#banner {
	margin: 0;
	padding: 0;
	height:79px;
	}
#logo {
	position: absolute;
	top: 0;
/*	left: 0; */
	z-index: 1;
}
#sponsor {
	position: absolute;
	top: 3px;
/*	left: 95px; */
	margin-left:90px; /* added this to float design */
	z-index: 5;
	font-family: arial;
	color: white;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	width: 260px;
}
#descript
{
	position: absolute;
	top: 640px;
	text-align: center;
	margin: 0 auto;
	/* border: 1px #666 solid;
	width: 800px;
	clear: both; */
	width: 100%;
	z-index: 1;
	padding: 0;
	left:0; right:0; /* solves IE width issue */
}
#descript a {
	color:#666;
}
#descript h1 {
	color:#666;
	font-size: 13px;
	width: 660px;
	margin: 0 auto;
}
#top_menu{
	position: absolute;
	top: 8px;
	padding-left: 385px;
/*	left: 385px; */
	z-index: 1;
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
}
	#top_menu a {
		text-decoration:none;
		color:#FFF;
	}
		#top_menu a:hover {
			color:#F99;
			text-decoration:underline;
		}
#search {
	position: absolute;
	top: 45px;
	margin-left: 430px;
	z-index: 5;
}
#left_menu {
	font-family: Arial;
	font-size: 13px;
	color: maroon;
	font-weight: bold;
	padding-left: 10px;
	margin: 40px auto auto auto;
}
	#left_menu p {
		margin: 7px 0px 7px 0px;
	
	}
	#left_menu .submenu {
		font-size: 12px;
		color: navy;
		font-weight: normal;
		margin: 4px 0px 4px 5px;
	}
#left_panel {
	background-color:#CCCC99;
	background-image: url(/images/front_left_BG.gif);
}
#right_panel {
	text-align:left;
	vertical-align:top;
	background-color:#CCCC99;
	background-image: url(/images/front_right_BG.gif);
}
#content {
	font-family: Arial;
	color: black;
	padding: 16px 10px 150px 13px;
	background-image: url(/images/shadow.gif);
	background-repeat: repeat-x;
}
	#content p {
		font-size: 14px;
		padding: 3px 0px 3px 0px;
		margin: 0 0px 0 70px;
		color: navy;
	}
		#content p.greytitle {
			font-size: 16px;
			color: gray;
			font-family: Arial;
			font-weight: bold;
		}
		#content p.bullet {
			font-size: 13px;
			color: navy;
			font-family: Arial;
			font-weight: Normal;
			background-image: url(/images/bullet.gif);
			background-repeat: no-repeat;
			background-position: 0px center;
			text-indent: 20px;
		}
			#content p.bullet a	{
				text-decoration: none;
				color: navy;
			}
			#content p.bullet a:hover {
				text-decoration: underline;
				color: maroon;
			}
	#content .frontpane {
		background-image: url(/images/frontpagebox.gif);
		background-repeat: repeat-x;
	}
		#content .frontpane a {
				text-decoration: none;
				color: navy;
		}
			#content .frontpane a:hover {
				text-decoration: underline;
				color: maroon;
			}
#stats {
	clear: both;
	height: 25px;
	background-color: maroon;
	text-align: center;
	border-color: #009;
	border-width: 4px 0px 0px 0px;
	border-style: solid;
	color: #FFF;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
}
h3 { color: #900; }
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 320px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.95em;
}