#body {
	font-family: serif;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	color: black;
}
#header {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#header h1 {
	text-align: center;
	padding: 15px 0px;
	font-size: 1.75em;
	margin: 0px;
}
th {
	display: none;
}
#left {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	width: 200px;
	float: left;
}
#left-select {
	display: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	width: 200px;
	float: left;
}
.links {
	text-align: center;
	padding: 5px 10px;
	border: ridge 3px black;
	font-size: .90em;
	line-height: 3.10em;
}
.smallfont {
	margin-top: 0px;
	font-size: .75em;
	line-height: 1.25em;
}
.frame {
	text-align: center;
	padding: 2px 5px;
	border: ridge 3px black;
	font-size: .90em;
	margin: 3px;
}
#general {
	margin: 0px 125px;
	font-size: 1.0em;
}
#general p:first-letter {
	font-weight: bold;
}
#general ul {
	list-style-type: square;
	padding: 0px;
}
.bold {
	font-size: 1.05em;
}
.bold-underline {
	font-size: 1.1em;
	text-decoration: underline;
}
h2 {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
 	border-top: solid 3px black;
 	border-bottom: solid 3px black;
	color: black;
	margin: 0px;
}
#content-stories {
	margin: 0px 50px;
	font-size: 1.0em;
}
#content {
	width: 500px;
	margin: 0px 25px 0px 0px;
	float: right;
	padding-left: 25px;
	border-left: 3px solid black;
}
#content ul {
	margin-top: 0px;
	font-size: .90em;
	list-style-type: square;
	padding: 0px;
}
#content .post {
	font-size: .80em;
	line-height: 1.25em;
	padding-right: 20px;
}
#content .post td{
	font-size: .90em;
	padding-left: 2px;
	padding-top: 5px;
}
h3 {
	margin: 0px;
	margin-top: 20px;
	border-bottom: 3px solid black;
}
#bottom-content {
	clear: both;
}
a.term {
	color: gray;
	font-style: italic;
}
.term {
	color: gray;
	font-style: italic;
	text-decoration: underline;
}
.center {
	text-align: center;
}
#content table {
	width: 100%;
}
#footer {
	line-height: 1.25em;
	font-size: .90em;
	text-align: center;
	height: 22px;
	padding: 0px;
	clear: both;
}
.position {
	font-style: italic;
	font-size: 1.05em;
	font-weight: bolder;
}
.indent {
	padding-left: 20px;
}
.space {
	padding-left: 5px;
}
img {
	border: ridge 3px gray;
	padding: 3px;
}
#to-top {
	display: none;
	position: fixed;
	top: 400px;
	right: 525px;
	padding: 0px 115px;
	z-index: 99;
}
#to-top-glossary {
	display: none;
	position: fixed;
	top: 400px;
	left: 75px;
	padding: 0px 50px;
	z-index: 99;
}
#not-available {
	position: absolute;
	top: 3975px;
	right: 520px;
	z-index: 99;
}
a:link {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
