#content {
/*	padding: 1em;*/
	width: auto;
	margin: 1em;
	font-family: Georgia;
}
p.asterisk {
	text-align: center;
	font-size: 16pt;
	line-height: 16pt;
}
p, td, ul li, ol li {
/*	text-indent: 1.5em;*/
	line-height: 1.35em;
}
table td, table th {
	font: 10pt/13.5pt 'Trebuchet MS', Verdana, sans-serif;
}
h2 {
/*	clear: both;*/
	margin: 2em 0 0.5em 0;
}
div.poem {
	padding-left: 1.5em;
}
#wrapper {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}
ol, ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}
blockquote {
	font-style: italic;
}
table caption {
	text-align: center;
	font-style: italic;
	margin: 1em 0 0.25em 0;
}
table thead th {
	font-weight: bold;
}
table tbody td {
	vertical-align: top;
	padding: 0 0.3em 0 0.3em;
}
table tbody td.section {
	color: rgb(0, 102, 153);
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0 0.3em 0;
}
div.piccenter {
	text-align: center;
	font: 10pt/13.5pt 'Trebuchet MS', Verdana, sans-serif;
}
div.piccenter p {
	margin: 0 0 1em 0;
}
div.picleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	text-align: left;
}
div.picleft img {
	margin-bottom: 0.25em;
}

div.floatpic {
	width: 100%;
	overflow: hidden;
	font: 10pt/13.5pt 'Trebuchet MS', Verdana, sans-serif;
}
.floatpic div.pic {
	float: left;
	width: 340px;
	padding: 10px;
	text-align: center;
}
div.pic p {
	margin-top: 0;
}

ul.toc {
	font: 9pt/11pt 'Trebuchet MS', Verdana, sans-serif;
	list-style-type: none;
	float: right;
	clear: right;
	background: #ffec99;
	padding: 0 0.5em 1em 1em;
	margin: 1em 0 1em 0.25em;
	width: 35%;
}
ul.toc li a:link,  ul.toc li a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #66f;
	color: blue;
}
ul.toc li a:hover {
	color: #55f;
}

ul.toc li.h2 {
	margin-top: 0.75em;
	margin-bottom: -0.25em;
}
ul.toc li.h3 {
	margin-left: 1.25em;
	margin-top: 0.5em;

}
