<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding: 0px;
	background-image: url(images/bkgd.jpg);
}
#navlist {
	position: absolute;
	left: 25px;
	top: 120px;
	width: 200px;
}
#navlist p {
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #D6B68C;
	background-image:   url("/images/button_down.jpg");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #4D2A12;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active, #uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active {
	background-color: #F9AF43;
	background-image:   url("/images/button_over.jpg");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
}
#headerDiv {
	position: absolute;
	left: 25px;
	width: 950px;
	color: #FFFFFF;
	top: 0px;
	height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contentdiv {
	position: absolute;
	left: 250px;
	width: 500px;
	top: 120px;
	line-height: 1.2;
}
#contentdiv p {
	font-size: .85em;
}
h1 {
	margin: 0 0 6px;
	color: #FFFFFF;
}
h2, h3 {
	margin: 0;
	color: #4D2A12;
	line-height: 1;
}
p {
}
a:link {
	color: #7E2A12;
	text-decoration: none;
}
a:visited {
	color: #7E2A12;
	text-decoration: none;
}
a:hover {
	color: #7E2A12;
	text-decoration: underline;
}
li {
	font-size: 85%;
}
#mtnman {
	position: absolute;
	left: 25px;
	top: 380px;
	width: 200px;
}
#sponsors {
	position: absolute;
	left: 760px;
	top: 120px;
	width: 210px;
	line-height: 1.2;
}
#sponsors p {
	font-size: .85em;
}
.resultsTable {
	font-size: 80%;
	margin: 0;
	text-decoration: none;
	line-height: 80%;
}
</pre></body></html>