/* Basics */

body {
	font-family: Optima, "Century Gothic", Verdana;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 257%;
}
h2 {
	font-size: 171%;
}
h3 {
	font-size: 129%;
}
h4 {
	font-size: 114%;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
td, th {
	text-align: left;
	vertical-align: top;
}
img {
	border: 0;
}
label {
	display: block;
}

/* Container */

div.container_12 {
	margin: 15px auto;
}

/* Section: header */

div#header a:link, div#header a:visited {
	text-decoration: none;
	color: #444;
	background: transparent;
}
div#header a:hover, div#header a:active {
	text-decoration: underline;
}
div#header h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#header li {
	margin: 0;
	padding: 0;
}
#feedback {
	width: 130px;
	height: 9em;
}

/* Section: other ways to participate */

div#other-ways ul {
	margin: 0;
	padding: 0;
}

/* Section: column of photos */

img.photo {
	margin: 1.5em 0;
}

/* Section: schedule */

div#scheduleHeader {
	margin-top: 0;
}
div#schedule h3 {
	margin-bottom: 0;
}
div#schedule h4 {
	margin-bottom: 0.5em;
}
div#schedule h5 {
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
div#schedule ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#schedule li {
	margin: 0;
	padding: 0;
}
div#schedule table {
	width: 100%;
}
td.time {
	width: 3em;
}
th {
	font-weight: normal;
	background-color: #aed8eb;
	color: #000;
	text-align: center;
	width: 100%;
}

/* Section: contact info. and footer */

div#contact-info-and-footer {
	text-align: center;
	margin: 1em 0;
}

/* Misc. */

input.spam-protection {
	display: none;
}
.no-top-margin {
	margin-top: 0;
}