@charset "utf-8";
/* CSS Document - Navigation side bar */
#mainNav ul{
	padding: 0px;
	list-style: none;
	border:none;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	}
#mainNav li{
	float: left;
	border:none;
	color: #FFFFFF;
	width: 92px;
	margin: 0px;
	padding: 0;
	display: block;
	}
#mainNav a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	border:none;
	background-image: url(../images/New%20Template/oars_nav_display.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 92px;
	text-align: center;
	padding-top: 63px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	}
#mainNav a:hover, #mainNav a:focus {
	font-weight: bold;
	color:#FFFFFF;
	background-image: url(../images/New%20Template/oars_nav_display.png);
	background-repeat: no-repeat;
	background-position: 0px -81px;
	background-color: #00214E;
	outline: none;
	}

/** very specific selectors that apply only to a link with, say, an ID of contactLink that's also inside a body tag with an ID of contact **/
body#home a#homeLink, body#about a#aboutLink, body#entries a#entriesLink, body#services a#servicesLink,
body#boats a#boatsLink, body#racers a#racersLink, body#links a#linksLink, body#contact a#contactLink {
	font-weight: bold;
	color:#930c08;
	background-image: url(../images/New%20Template/oars_nav_display.png);
	background-repeat: no-repeat;
	background-position: 0px -64px;
	}

#table_main_body {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00CCD8;
	border-bottom-color: #00CCD8;
}

#wrapper #main_body #body_table #table_main_body .white_on_red_highlight {
	font-size: 10px;
	font-weight: bold;
}
