body {
	margin: 0px auto;
	padding: 0;
	background-color: #292929;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
}

#directions-wrap {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#getdirections {
	position: absolute;
	top: 0px;
	right: 0;
	width: 226px;
	height: 217px;
	z-index: 999999;
}

table {
	padding: 0 0 30px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.date {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#masthead {
	position:relative;
	width: 100%;
	margin: 0px auto;
	z-index:3;
	text-align: center;
}

#masthead-strip {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 100px;
	margin: 0px auto;
	height: 250px;
	background-color: #990000;
}

.timeslot {
	width: 190px;
	height: 50px;
	background-color: #990000;
	color: #000000;
	padding: 50px 30px 50px 30px;
	border: 3px solid #000000;
	font-size: 30px;
	text-align: center;
	font-weight:bold;
	margin: 0px auto;
}

.timeslot a:link, .timeslot a:visited {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	font-size:13px;
	margin-top: 20px;
	padding: 20px 0 0 0;
	font-weight: bold;
}

.leader {
	width: 830px;
}

.closed {
	font-size: 13px;
	color: #999999;
	font-weight: normal;
}

input, select, option, label {
	font-size: 18px;
	padding: 5px;
}

label {
	font-weight: bold;
}

#Submit {
	font-size: 24px;
}

#errorbox {
	color: #FF0000;
	background-color: #999999;
	border: 2px dotted #000000;
	font-weight: bold;
}