body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #0D7A43;
	scrollbar-base-color: #498E41;
	scrollbar-track-color: #4FBCE4;
}

#main {
	width: 756px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 98px;
	margin-top: 10px;
}

#navlinks {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	background-color: #000000;
}
#navlinks a {
	color: #ffffff;
	text-decoration: none;
}
#navlinks a:hover {
	color: #FFC729;
	text-decoration: none;
}

#navlinks2 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	background-color: #000000;
}
#navlinks2 a {
	color: #ffffff;
	text-decoration: none;
}
#navlinks2 a:hover {
	color: #FFC729;
	text-decoration: none;
}

#top {
	width: 756px;
	background-color: #F5F5DC;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
	border-top-width: 3px;
}

#content {
	width: 756px;
	background-color: #F5F5DC;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	color: #FFC729;
	text-decoration:none;
}

h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 225%;
	text-align: center;
}

/*-------------------details-----------------*/

#details {
	font-size: 100%;
	background-color: #F5F5DC;
	width: 100%;
	vertical-align: top;
}
#details th {
	color: #FFFFFF;
	background-color: #0D7A43;
	text-align: center;
}
/*-------------------end details-----------------*/
/*-------------------bottom-----------------*/

#site-bottom  {
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
#site-bottom a {
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: bold;
}
#site-bottom a:hover {
	text-align: center;
	color: #FFC729;
	vertical-align: middle;
	text-decoration: bold;
}


/*-------------------end bottom-----------------*/
/*-------------------index left-----------------*/

#details-left {
	text-align: left;
	vertical-align: top;
	width: 70%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
#details-left a {
	color: #000000;
	text-decoration: none;
	font-style: italic; 
}
#details-left a:hover {
	color: #498E41;
	text-decoration:none;
	font-style: italic;
}

#index-left {
	text-align: center;
	vertical-align: top;
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 85%;
	color: #000000;
	background-color: #F5F5DC;
	text-decoration: none;
}
#index-left a {
	color: #000000;
	text-decoration: bold;
	font-style: italic; 
}
#index-left a:hover {
	color: #498E41;
	text-decoration:bold;
	font-style: italic;
}
#index-toptable-left {
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
	text-decoration: bold;
}
#index-toptable-left th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

#index-2ndtable-left {
	color: #000000;
	font-size: 95%;
	text-align: center;
}
/*-------------------index endleft-----------------*/
/*-------------------index middle-----------------*/

#index-middle {
	text-align: center;
	vertical-align: top;
	width: 60%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 110%;
	color: #000000;
	background-color: #F5F5DC;
	text-decoration: none;
}
#index-middle a {
	color: #000000;
	text-decoration: bold;
	font-style: italic; 
}
#index-middle a:hover {
	color: #498E41;
	text-decoration:bold;
	font-style: italic;
}

#index-middletablepics {
	font-size: 90%;
	color: #000000;
	background-color: #F5F5DC;
	text-align: middle;
	vertical-align: top;
	width: 60%;
	border: 1px solid #000000;
	text-decoration: bold;
}
#index-middletablepics a {
	color: #000000;
	text-decoration: bold;
	font-style: italic; 
}
#index-middletablepics a:hover {
	color: #498E41;
	text-decoration:bold;
	font-style: italic;
}

#index-middletablelinks {
	font-size: 90%;
	color: #000000;
	background-color: #F5F5DC;
	text-align: middle;
	vertical-align: top;
	width: 60%;
	text-decoration: bold;
}
#index-middletablelinks a {
	color: #000000;
	text-decoration: bold;
	font-style: italic; 
}
#index-middletablelinks a:hover {
	color: #498E41;
	text-decoration:bold;
	font-style: italic;
}
#index-2ndtable-middle {
	font-size: 100%;
	color: #000000;
	background-color: #F5F5DC;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
/*-------------------index endmiddle-----------------*/



.centered-table {
   margin-left: auto;
   margin-right: auto;
}
/*-------------------index right-----------------*/

#details-right {
	text-align: center;
	vertical-align: top;
	width: 30%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 18px;

}
#details-right a:hover {
	color: #498E41;
	text-decoration:none;
}


#index-right {
	text-align: center;
	vertical-align: top;
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 85%;
	color: #000000;
	background-color: #F5F5DC;
	text-decoration: none;
}
#index-right2 {
	text-align: center;
	vertical-align: top;
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #0D7A43;
	text-decoration: none;
}

#index-right a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	text-decoration: none;
}

#index-toptable-right {
	font-size: 110%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
	text-decoration: bold;
}
#index-toptable-right2 {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
	text-decoration: bold;
}

#index-toptable-right th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#index-toptable-right a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	text-decoration: bold;
}
#index-toptable-right a:hover {
	color: #0D7A43;
	text-decoration:bold;
	font-style: italic;
}
/*-------------------index endright-----------------*/
/*-------------------tickets-----------------*/

#tickets {
	font-size: 85%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: middle;
	vertical-align: top;
	width: 50%;
	border: 1px solid #000000;
}
#tickets a {
	color: #000000;
	text-decoration: bold;
	font-style: italic;
}
#tickets a:hover {
	color: #0D7A43;
	text-decoration: bold;
	font-style: italic;
}
#tickets th {
	font-size: 125%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#ticketsbody {
	font-size: 110%;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}

/*-------------------end tickets-----------------*/
/*-------------------grandstand-----------------*/
#grandstand {
	font-size: 110%;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}
#grandstand-left {
	text-align: left;
	vertical-align: top;
	width: 75%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
#grandstand-left a {
	color: #000000;
	text-decoration: none;
	font-style: italic; 
}
#grandstand-left a:hover {
	color: #498E41;
	text-decoration:none;
	font-style: italic;
}
#grandstand-table-left-main {
	font-size: 80%;
	color: #000000;
	background-color: #F5F5DC;
	text-align: center;
	vertical-align: top;
}
#grandstand-table-left {
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
}
#grandstand-table-left a {
	color: #000000;
	text-decoration: bold;
	font-style: normal; 
}
#grandstand-table-left a:hover {
	color: #498E41;
	text-decoration:bold;
	font-style: normal;
}
#grandstand-table-left2 {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
}
#grandstand-table-left2 a {
	color: #000000;
	text-decoration: bold;
	font-style: normal; 
}
#grandstand-table-left2 a:hover {
	color: #498E41;
	text-decoration:bold;
	font-style: normal;
}
#grandstand-right {
	text-align: center;
	vertical-align: top;
	width: 25%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 18px;
}
#grandstand-table-right {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
}
#grandstand-table-right a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#grandstand-table-right th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#grandstand-table-right-pics {
	text-align: center;
	vertical-align: top;
	width: 75%;
	padding: 5px;
}

/*-------------------end grandstand-----------------*/
/*-------------------grounds-----------------*/
#grounds-table-left {
	font-size: 100%;
	background-color: #F5F5DC;
	width: 100%;
	vertical-align: top;
}
#grounds-table-right {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 50%;
	border: 1px solid #000000;
}
#grounds-table-right th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#grounds-table-right a {
	color: #000000;
	text-decoration: none;
	font-style: normal; 
}
#grounds-table-right a:hover {
	color: #498E41;
	text-decoration:none;
	font-style: normal;
}
#grounds-table-right-text {
	text-align: left;
	vertical-align: top;
	width: 75%;
	padding: 5px;
	font-size: 90%;
}
/*-------------------end grounds-----------------*/
/*-------------------midway-----------------*/
#midway {
	font-size: 90%;
	color: #000000;
	background-color: #F5F5DC;
	text-align: middle;
	vertical-align: top;
}
/*-------------------end midway-----------------*/
/*-------------------vendors-----------------*/
#vendor-table-right {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 90%;
	border: 1px solid #000000;
	text-decoration: bold;
}
#vendor-table-right a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	text-decoration: bold;
}
#vendor-table-right a:hover {
	color: #0D7A43;
	text-decoration: bold;
	font-style: italic;
}
#vendor-table-right th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#vendor-table-right-text {
	text-align: left;
	vertical-align: top;
	width: 75%;
	padding: 5px;
}
#vendor-table-right-bottomtext {
	font-size: 85%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	text-decoration: none;
}
#vendor-table-right-bottomtext a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	text-decoration: none;
}
#vendor-table-right-bottomtext a:hover {
	color: #0D7A43;
	text-decoration: bold;
	font-style: italic;
}
/*-------------------end vendors-----------------*/
/*-------------------forms-----------------*/
#forms-left {
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #0033FF;
	background-color: #F5F5DC;
}
#forms-middle {
	text-align: left;
	vertical-align: top;
	width: 60%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 100%;
}
#forms-right {
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #0033FF;
	background-color: #F5F5DC;
}
#forms a {
	color: #0033FF;
	text-decoration: none;
}
#forms a:hover {
	color: #FFC729;
	text-decoration: none;
}

/*-------------------end forms-----------------*/
/*-------------------guide-----------------*/
#guide a {
	color: #0033FF;
	text-decoration: none;
}
#guide a:hover {
	color: #0D7A43;
	text-decoration: none;
}

/*-------------------sponsors-----------------*/
#sponsor-left {
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: #F5F5DC;
}
#sponsor-middle {
	text-align: left;
	vertical-align: top;
	width: 60%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 100%;
}
#sponsor-right {
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: #F5F5DC;
}
/*-------------------end sponsors-----------------*/
/*-------------------year round-----------------*/
#year-round {
	font-size: 95%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
}
#year-round-left {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 100%;
	background-color: #F5F5DC;
}
#year-round-left a {
	color: #3300FF;
	text-decoration: bold;
}
#year-round-left a:hover {
	color: #0D7A43;
	text-decoration:bold;
}
#year-round-right {
	text-align: center;
	vertical-align: top;
	width: 40%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 18px;
}
#year-round-right th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#year-round-right-text {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	font-size: 95%;
}
/*-------------------end year round-----------------*/
/*-------------------days of week-----------------*/
#days-left {
	text-align: center;
	text-decoration: bold;
	vertical-align: top;
	width: 70%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#days-left a {
	color: #000000;
	text-decoration: bold;
	font-style: italic; 
}
#days-left a:hover {
	color: #498E41;
	text-decoration:bold;
	font-style: italic;
}
#days-right {
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	text-decoration: none;
}
#days-right a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#days-right a:hover {
	color: #498E41;
	text-decoration:none;
	font-style: italic;
}
#days-table-right-text {
	text-align: left;
	vertical-align: top;
	width: 75%;
	padding: 5px;
}
#days-table-right-text a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#days-table-right-text a:hover {
	color: #498E41;
	text-decoration:none;
	font-style: italic;
}
#days-table-right {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
	text-decoration: bold;
}
#days-round-right th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#days-table-right-bottomtext {
	font-size: 85%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	text-decoration: none;
}
#days-table-right-bottomtext a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	text-decoration: none;
}
#days-table-right-bottomtext a:hover {
	color: #0D7A43;
	text-decoration: bold;
	font-style: italic;
}
/*-------------------end days of week-----------------*/
/*-------------------agriculture-----------------*/
#agriculture-table-right {
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
}
#agriculture-left {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 100%;
	background-color: #F5F5DC;
}
#agriculture-left a {
	color: #3300FF;
	text-decoration: bold;
}
#agriculture-left a:hover {
	color: #0D7A43;
	text-decoration:bold;
}
#agriculture-right {
	text-align: center;
	vertical-align: top;
	width: 40%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 18px;
}
#agriculture-right th {
	font-size: 100%;
	background-color: #0D7A43;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#agriculture-right-text {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	font-size: 90%;
}
/*-------------------end agriculture-----------------*/