html {
	font-size: 100.01%;
}

body {
	padding: 0; margin: 0;
	background-color: #eaad00;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin:0;
}

a {
	color:#d81a31;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

.white {
	color:white;
}

.red {
	color:#d81a31;
}

a:hover {
	text-decoration:underline;
}

p {
	text-align:justify;
	line-height:1.3;
}

img {
	border:none;
}

.title {
	font-size:18px;
	font-weight:bold;
	color:white;
	
}

.section {
	padding:10px 0px 10px 0px;
	border-top:1px dashed white;
}

#wrap {
	position: relative; display: block; margin: 0 auto; padding: 0;
	width: 950px;
}

#logo {
	float:right;
	width:450px;
	height:531px;
	background:url('images/logo.gif') no-repeat;
	background-position:right 35px;
}

#content {
	width:490px;
}

#nav {
	width:163px;
	height:188px;
	background-image:url('images/nav.gif');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

#navPad {
	width:29px;
	height:188px;
}

.navRegister {
	width:163px;
	height:188px;
	background-image:url('images/nav.gif');
	background-position: 0px -188px;
	background-repeat:no-repeat;
}

.navDonate {
	width:163px;
	height:188px;
	background-image:url('images/nav.gif');
	background-position: 0px -376px;
	background-repeat:no-repeat;
}

.navRace {
	width:163px;
	height:188px;
	background-image:url('images/nav.gif');
	background-position: 0px -564px;
	background-repeat:no-repeat;
}

.navTeams {
	width:163px;
	height:188px;
	background-image:url('images/nav.gif');
	background-position: 0px -752px;
	background-repeat:no-repeat;
}

.navSponsors {
	width:163px;
	height:188px;
	background-image:url('images/nav.gif');
	background-position: 0px -940px;
	background-repeat:no-repeat;
}

.navDownloads {
	width:163px;
	height:188px;
	background-image:url('images/nav.gif');
	background-position: 0px -1128px;
	background-repeat:no-repeat;
}

.note {
	font-style:italic;
	font-size:10px;
}

.error {
	background-color:#d81a31;
}

.buttonImage {
	position:relative;
	margin:0;
	border:0;
	padding:0;
	display:block;
	background-position: 0px top;
	overflow:hidden;
}
.buttonImage:hover {
	background-position: 0px -12px;
}
.buttonHover {
	background-position: 0px -12px;
}

#subnavCourse {
	width:69px;
	height:12px;
	background-image:url('images/subnavCourse.gif');
}
#subnavHistory {
	width:75px;
	height:12px;
	background-image:url('images/subnavHistory.gif');
}
#subnavResults {
	width:76px;
	height:12px;
	background-image:url('images/subnavResults.gif');
}
#subnavSchedule {
	width:117px;
	height:12px;
	background-image:url('images/subnavSchedule.gif');
}
#subnavTeams {
	width:66px;
	height:12px;
	background-image:url('images/subnavTeams.gif');
}

