/* When printing we can skip the sponsors section and the navigation section, as well as not restrict the main page section. */
@media print {
	#navigation
	{
		display: none;
	}
	td.sponsors
	{
		display:none;
	}
}
/* Otherwise, we want to show and position the sponsors and navigation sections accordingly. */
@media screen {
	#navigation
	{
		position: absolute;
		width: 150;
		left: 5px;
	}
	body
	{
		margin-left: 160;
/*		margin-right: 260;*/
	}
	td.sponsors
	{
		width: 249;
	}
}
/* And the rest of the stuff we put down here */
div.center {text-align:center}
div.right {text-align:right}
.style3 {font-size: 18px}
body   { background-color: #fdda74 }
a:link  { color: maroon; font-weight: bold }
a:visited  { color: #900 }
a:hover   { color: #c00 }
a:active  { color: #c00 }
body,td,th  { color: maroon; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
.navlinks {
	line-height: 180%;
}
#adbanner {
	min-width: 604;
}


/*  This stuff was added in by Tom Norris */
.standings1 { background-color: #F7CE52; border: 1px #000000 solid;} 
.standings2 { background-color: #fdda74; border: 1px #000000 solid;}
