html,body 
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding:0px;
	height:100%;
	background: #9c9c9c url(../images/bg_gradient.jpg) repeat-x;
}

#maintable
{
	height:100%;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height:110px;
}

#header_gradient
{
	background: #ffffff url(../images/header_gradient.jpg) repeat-x;
	height:5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#footer
{
	height:30px;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}

#main_touches
{
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height:100%;
	background-position:bottom left;
}

#main
{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:10px;
	height:100%;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000000;
}

#footer_black
{
	background-color:#000000;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:370px;
	border-right:2px solid #ffffff;
}

#footer_yellow
{
	background-color:#F7F119;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
}

#main_header
{
	color:#F7F119;
	font-size:12px;
	font-weight:bold;
	background-color:#000000;
}

#main_text
{
	font-size:12px;
	padding-top:15px;
	padding-left:5px;
}

#main_text_nogap
{
	font-size:12px;
	padding-left:5px;
	background-color:#E0E0E0
}

#main_text_2
{
	font-size:12px;
	padding-top:15px;
}

#main_text_bold
{
	font-size:12px;
	padding-top:15px;
	padding-left:5px;
	font-weight:bold;
}

#main_text_bold_postal
{
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
}

#main_text_large
{
	font-size:13px;
	font-weight:bold;
}

#main_text_header_gradient
{
	background-image:url(../images/main_text_header_gradient.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px;
}

#menu_icon_home
{
	background-image: url(../images/menu_icon_home.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:88px;
	height:94px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	background-color:#000000;
}

#menu_icon_teams
{
	background-image: url(../images/menu_icon_teams.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:88px;
	height:94px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	background-color:#000000;
}

#menu_icon_sponsors
{
	background-image: url(../images/menu_icon_sponsors.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:88px;
	height:94px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	background-color:#000000;
}

#menu_icon_facilities
{
	background-image: url(../images/menu_icon_facilities.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:88px;
	height:94px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	background-color:#000000;
}

#menu_icon_links
{
	background-image: url(../images/menu_icon_links.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:88px;
	height:94px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	background-color:#000000;
}

#menu_icon_contactus
{
	background-image: url(../images/menu_icon_contactus.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:88px;
	height:94px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:12px;
	background-color:#000000;
}

#menu_icon_text
{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#team_pictures
{
	margin-bottom:5px;
	margin-top:1px;
	border:1px solid #000000;
}

#facilities_pictures
{
	margin-bottom:10px;
	border:1px solid #000000;
}

#facilities_pictures_large
{
	margin-top:15px;
	margin-bottom:10px;
	border:1px solid #000000;
}

a:link {
	color: #3300CC;
	text-decoration: none;
}

a:visited {
	color: #3300CC;
	text-decoration: none;
}

a:hover {
	color: #3300CC;
	text-decoration: underline;
}

a:active {
	color: #3300CC;
	text-decoration: none;
}

a:link#yellow {
	color: #000000;
	text-decoration: none;
}

a:visited#yellow {
	color: #000000;
	text-decoration: none;
}

a:hover#yellow {
	color: #000000;
	text-decoration: underline;
}

a:active#yellow {
	color: #000000;
	text-decoration: none;
}

a:link#black {
	color: #ffffff;
	text-decoration: none;
}

a:visited#black {
	color: #ffffff;
	text-decoration: none;
}

a:hover#black {
	color: #ffffff;
	text-decoration: underline;
}

a:active#black {
	color: #ffffff;
	text-decoration: none;
}

#countertable
{
	height:100%;
	padding-top:20px;
	font-size:11px;
}

.table_header {
background-color:#000000;
color:#FFFF00;
font-size:12px;
font-weight:bold;
padding-left:10px;
margin:0 0 0 5px;
height:20px;
}

.table_item_1 {
background-color:#eee;
font-size:12px;
height:18px;
}

.table_item_2 {
background-color:#ddd;
font-size:12px;
height:18px;
}

.latestresults TD
{
    font-size:8pt;
}