body {
	background-color: #fff;
	font-family: Times New Roman, serif;
}
#allcontent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
#header {
	width: 736px;
}
#sidebar {
	background-color: #fff;
	margin: 15px 0px 0px 0px;
	width: 176px;
	float: left;
}
#content {
	background-color: #fff;
	float: right;
	width: 560px;
	margin: 10px 0px 0px 0px;
}
#indexsidebar {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 386px;
	float: left;
}
#indexcontent {
	background-color: #fff;
	float: right;
	width: 400px;
	margin: 15px 0px 0px 0px;
}
#footer {
	background-color: #fff;
	width: 560px;	
	margin: 0px 0px 25px 0px;
}
heading {
	font-family: Georgia, serif;
	font-size: medium;
	font-weight: bold;
}
headingtwo {
	color: #c00;
}
.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
}
a:visited {
	color: #000
}
a:hover {
	color: #c00
}