#sequoia {
	margin: auto;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font: bold 150% sans-serif;
}

h2 {
	font: bold 120% sans-serif;
}

h2>a {
	border: 3px outset red;
	padding: 0.2em 1em;
	background-color: #ffffcc;
}

.early_notice {
	margin: auto;
	text-align: center;
	color: blue;
}

#otherpages {
	margin: 0;
	padding: 0;
	list-style: none;
}

#otherpages li {
	margin: 1.5em auto;
}

a.related {
	border: medium outset gray;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0.5ex 0.5em;
	color: black;
	background-color: #b1cb9d;
	font: bold larger sans-serif;
	text-decoration: none;
	behavior: url(../styles/PIE.htc);	/* CSS3 styles for old IE */
}

a.related:hover {
	color: #b1cb9d;
	background-color: black;
}

.logo {
	width: 506px;
	margin: 1.5em auto;
	border: 0;
	padding: 0;
	text-align: center;
}

.logo img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 514px;
	height: 400px;
}

.allcaps {
	text-transform: uppercase;
}

#big_button_links {
	margin: auto;
	text-align: center;
	font: bold larger sans-serif;
}

#big_button_links > p {
	margin: 1.5em auto;
}

#sponsors {
	margin: 1.5em auto;
	text-align: center;
}

#sponsors h2 {
	margin-bottom: 0.2em;
}

#sponsors p {
	margin: 2em auto;
}

#sponsors .extsitenote {
	margin: 0 auto 1.5em;
	font-size: smaller;
}

#sponsors .bigthanks {
	font: bold larger Helvetica, Arial, sans-serif;
}

#sponsors .widermargins {
	margin: auto 4em;
}

#sponsors .rafflethanks {
	color: #003399;
	font: 9pt Verdana, sans-serif;
}

#sponsors .photocrazylink {
	color: #cc0033;
	text-decoration: underline;
	text-underline: single;
}

#sponsors img {
	border: none;
	margin-top: 5px;
}

#feetable {
	margin: auto;
	text-align: left;
}

#feetable thead tr {
	background-color: silver;
}

#feetable tbody tr:nth-child(odd) {
	background-color: #ffffcc;
}

#reglinks {
	margin: auto;
	border: 4px outset silver;
	padding: 0.2em 2em;
	background-color: #ffffee;
	text-align: center;
}

img[src="images/addison_street_band.jpg"] {
	width: 176px;
	height: 130px;
}

img[src="images/campus_bike_shop.jpg"] {
	width: 320px;
	height: 65px;
}

img[src="images/ChainReaction_color.png"] {
	width: 174px;
	height: 72px;
}

img[src="images/photocrazy_sm.gif"] {
	width: 149px;
	height: 50px;
}

img[src="images/roadid.png"] {
	width: 149px;
	height: 114px;
}

img[src="images/hobees_logo.gif"] {
	width: 149px;
	height: 43px;
}

img[src="images/udctours.png"] {
	width: 149px;
	height: 68px;
}

img[src="images/BikeHut.png"], img[src="images/htrucks.jpg"] {
	margin: 1em 0;
	width: 302px;
	height: 63px;
}

img[src="images/bicycle_outfitter.gif"] {
	width: 300px;
	height: 57px;
}

img[src="images/mikes_bikes.jpg"] {
	width: 164px;
	height: 126px;
}

img[src="images/mistral_restaurant.gif"] {
	width: 125px;
	height: 195px;
}

img[src="images/peninsula_open_space_trust.jpg"] {
	width: 108px;
	height: 194px;
}

img[src="images/lyresapleskovitch_dc.jpg"] {
	width: 296px;
	height: 61px;
}

img[src="../images/getacro.gif"] {
	border: none;
	width: 88px;
	height: 31px;
}

#contactinfo {
	font-family: Helvetica, Arial, sans-serif;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

#volunteer {
	margin: 2em auto;
	border: 3px ridge black;
	border-radius: 7px;
	box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 7px;
	-webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 7px;
	-moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.6);
	padding: 2em;
	background-color: #fffff9; /* #fff7a2; */
	text-align: left;
	font-size: large;
	behavior: url(../styles/PIE.htc);	/* CSS3 styles for old IE */
}

#volunteer p:nth-child(3), #volunteer p:nth-child(6) {
	margin: 1em auto 1.5em;
	text-align: center;
}