@charset "UTF-8";
body {
	background-image: url(images/pg_background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #677058;
	font-family:Helvetica, "Myriad Pro", Arial, sans-serif;
	font-size:12px;
}
.layout_table {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}
#header {
	color: #1D3E1F;
	padding-top: 36px;
}
#menu {
	font-size: smaller;
	font-weight:bold;
	padding-left:5px;
}
#content {
	padding-left:10px;
	padding-right:15px;
}
#content h1 {
	font-size:14px;
	font-weight:bold;
	color:#003300;
}
#content h2 {
	font-size:12px;
	font-weight:bold;
	color:#003300;
}
#results h1{
	font-size:10px;
	font-weight:bold;
}
#results a:link {
	color:#006600;
	text-decoration: none;	
}
#results a:active {
	color:#006600;
	text-decoration: none;	
}
#results a:visited {
	color:#003300;
	text-decoration: none;	
}
#results a:hover {
	color:#00FF00;
	text-decoration:underline;
}
#sidebar {
	color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
	width: 260px;
}
#sidebar li {
	padding-top:5px;
}
#sidebar a:link {
		font-size:smaller;
		font-weight:bold;
		color:#CCCCCC;
	}
#sidebar a:active {
		font-size:smaller;
		font-weight:bold;
		color:#ffffff
			}
#sidebar 	a:visited {
		font-size:smaller;
		font-weight:bold;
		color:#CCCCCC;
	}
#sidebar 	a:hover {
		font-size:smaller;
		font-weight:bold;
		color:#ffffff;
	}
#schedule {
	font-size:10px;
}
#schedule h3, #results h3 {
	font-size:10px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;

}
#schedule table, #results table, #order table {
	border: 1px solid #BFBFCC;
}
#schedule td, #results td, #order td {
	background-image:url(images/cell_divider.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top: .25em;
	padding-right: .25em;
	padding-bottom: .25em;
	padding-left: 1em;
}
#schedule  th, #results th, #order th {
	font-size:smaller;
	font-weight: bold;
	background-color:#CCCCCC;
	background-image:url(images/cell_divider.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top: .25em;
	padding-right: .25em;
	padding-bottom: .25em;
	padding-left: 1em;
	text-align:left;
}
#sponsor {
	padding-top:20px;
}
#footer {
	color:#FFFFFF;
}