.audience {
	color: #333333;
	font-style: italic;
}
.aside {
	font-style: italic;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: white;
	color: black;
	font-family: sans-serif;
	margin-left: 12em;
	margin-right: 2em;
	padding: 0;
}
code {
	background-color: #ccffcc;
}
div#content {
	margin-top: 3em;
}
div#content h1 {
	border-bottom: dotted 1px;
	font-family: serif;
	font-variant: small-caps;
	color: maroon;
}
div#content h2 {
	font-family: serif;
	font-variant: small-caps;
	color: green;
}
div#incidental {
	left: 0;
	position: absolute;
	top: 0;
	text-align: right;
	width: 12em;
}
div#incidental div.group {
	background-color: #ffffcc;
	border-top: outset;
	border-bottom: outset;
	font-size: small;
	margin: 2em;
}
div#incidental div.group h2 {
	background-color: #ccccff;
	font-size: small;
	padding: 0.25em;
	margin: 0;
	text-transform: uppercase;
}
div#incidental div.group p {
	padding: 0.25em;
	margin: 0;
}
div#incidental div.group ul {
	list-style-type: none;
	padding: 0.25em;
	margin: 0;
}
div#incidental div.group ul li {
	padding-bottom: 0.25em;
}
div.thumbnail {
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 110px;
	height: 110px;
}
div.thumbnails-end {
	clear: left;
}
div#navigation {
	position: absolute;
	position: fixed;
	top: 0.5em;
	right: 0.5em;
	border: solid 1px;
	background-color: #ffcccc;
	padding: 0.25em;
	margin-bottom: 1em;
}
div#navigation a {
	border: solid #ffcccc 1px;
	padding: 0 0.25em;
}
div#navigation a:hover {
	border: solid 1px;
	text-decoration: none;
}
div#footer {
	border-top: inset;
	clear: both;
	font-size: x-small;
}
dl dt {
	margin-top: 1em;
}
dl dt:first {
	margin-top: 0;
}
img.story-photo {
	float: right;
	padding: 0 0 1em 1em;
}
hr {
	display: none;
}
hr#pre-footer {
	/* Workaround for MSIE */
	clear: both;
}
input, textarea {
	font-family: sans-serif;
	font-size: medium;
}
table.form {
	background-color: #cccccc;
	border-collapse: collapse;
}
table.form caption {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 0.25em;
}
table.form th {
	background-color: black;
	color: white;
	text-align: right;
	vertical-align: top;
	padding: 0.25em;
}
table.form td {
	vertical-align: top;
	padding: 0.25em;
}

