
/* Group selector is used to establish a common color and font for 
    the h1, h2, and h3 tags used. 
    Note that in the font-family we have specified Georgia, then Times
        New Roman, and finally Serif. This allows us to gracefully
        degrade the font selection to a basic serif font in the event
        the user's computer does not have either the Georgia (preferred)
        or Times New Roman font (second preference to Georgia)
        installed on their system. */
h1,h2,h3,h4,h5,p,ul,tr
{
	color: #102536 ;
	font-family : Tahoma, Verdana, "Lucida Grande", Arial, sans-serif;
}

/* Create an ID which formats the main content section by providing
    both a left margin and a small line reinforcing the separation
    between the content menu along the left side. */
#content 
{
	margin-left: 260px;
    	padding-left: 10px;
    	border-left: 1px solid #6C7B8B;
}
#NavPane
{
	float: left;
	font-size: 1em;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#NavPane ul 
{
	list-style-type: none;
	margin-left: 0;
}

#NavPane li
{
	margin-bottom: 10px;
	margin-left: 0;
}
#separator
{
	border-top: 1px solid #6C7B8B;
}

#RaceDir
{
	padding-top: 0px;
	padding-left: 30px;
	font-family: Tahoma, Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: .9em;
}
#RaceMaps
{
	padding-top: 0px;
	padding-left: 30px;
	font-family: Tahoma, Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: .9em;
}
#RaceParking
{
	padding-top: 0px;
	padding-left: 30px;
	font-family: Tahoma, Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: .9em;
}
#hotel
{
	padding-top: 0px;
	padding-left: 30px;
	font-family: Tahoma, Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: .9em;
}
table {
	width: 63%;
	font-family: Tahoma, Verdana, "Lucida Grande", Arial, sans-serif;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #73afb7;
	padding: 3px 5px 2px 5px;
	font-size: .8em;
}

th {
	background: url(images/th_bg.png) no-repeat left top;
	color: white;
	text-align: left;
	border-color: #14556b;
}

