body {
	background-color: #fff;
	font-family: Times New Roman, serif;
}
#wrapper {
	width: 800px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin0/0/0/171
}
#allcontent {
	width: 800px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
#header {
	width: 800px;
	border: none;
	background-color: #fff;
}
#sidebar {
	background-color: #fff;
	width: 240px;
	float: left;
}
#content {
	background-color: #fff;
	margin: 0px 0px 0px 240px;
	width: 660px;
	text-align: left;
}
#footer {
	background-color: #fff;
	width: 560px;	
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	text-align: right;
}
#footnote {
	background-color: #fff;
	width: 560px;	
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	text-align: left;
}
#indexsidebar {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 386px;
	float: left;
}
#indexcontent {
	background-color: #fff;
	float: right;
	width: 350px;
	margin: 15px 0px 0px 0px;
}
.heading {
	font-family: Georgia, serif;
	font-size: medium;
	font-weight: bold;
	line-height: .4em;
}
.heading_1em {
	font-family: Georgia, serif;
	font-size: medium;
	font-weight: bold;
	line-height: 1.2em;
}
.headingtwo {
	color: #c00;
	line-height: .4em;
}
.toc {
	line-height: 1.5em;
}
.text {
	line-height: 1.5em;
}
.footnote {
	line-height: 1.5em;
	font-size: small;
}
.centertext {
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
a img {
	border: none;
}