
/* basic things  */
.big_bg {
	background-image: url("images/big-bg.gif");
	background-repeat: repeat-y;
	background-position: 0 0 }
body  {
	background-color: #093;
	padding: 0 }
td, tr, p, div  {
	color: #000;
	font-size: 11px;
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
	background-color: transparent }
a:link, a:visited  {
	color: #fc0;
	font-weight: bold;
	text-decoration: none }
a:hover  {
	color: #fff;
	font-weight: bold;
	text-decoration: underline }
h1   {
	color: #fff;
	font-size: 25px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 2px }
h2  {
	color: #030;
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #fff }
h3  {
	color: #fff;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: 1px dotted #fff }
h4 {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: italic;
	font-weight: bold }
.sitelogo {
	padding-top: 10px }
/* roster table */
.roster  {
	font-weight: bold;
	margin: 0;
	padding: 0 }
.roster td a:link  {
	color: #fc0;
	line-height: 1em;
	padding-left: 8px;
	vertical-align: middle }
.roster td a:visited {
	color: #fc0;
	font-weight: bold;
	line-height: 1em;
	padding-left: 8px;
	vertical-align: middle }
.roster td a:hover {
	color: #fc0;
	line-height: 1em;
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 10px;
	vertical-align: middle }
/* sponsor table */
.header   {
	text-align: center;
	height: 220px !important;
	overflow: hidden }
.right_column td  {
	text-align: center }
/* main div */
#biopix {
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px 10px 10px 5px;
	width: 150px;
	float: right;
	clear: left;
	border: dotted 1px #366 }
.main  {
	line-height: 1.25em }
#main {
	padding-right: 5px;
	padding-left: 10px;
	height: auto }
/* news div */
#news   {
	margin-right: 10px;
	margin-left: 10px }
.news p, li, ul   {
	color: #fff;
	line-height: 1.15em;
	list-style-image: url("images/arrow.png");
	padding-right: 10px;
	padding-bottom: 10px }
/* results table */
.results {
	line-height: 1.25em }
.results td a:link, a:visited  {
	color: #fc0;
	font-weight: bold;
	vertical-align: middle }
.results td a:hover  {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: middle }
.nav {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #063;
	text-align: left;
	word-spacing: 2px;
	padding: 5px }
.nav a:link {
	color: #fc0;
	font-weight: bold;
	padding: 5px }
.nav a:visited {
	color: #fc0;
	font-weight: bold;
	padding: 5px }
.nav a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #039;
	padding: 5px }
