body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}
#topGfx {
	width: 800px;
	height: 89px;
	margin: 0px auto;
	padding: 0px;
}
#topNav {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/buttonBar_bg.png);
	background-repeat: repeat-x;
	height: 21px;
}
#topNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 21px;
}
#topNav li {
	float: left;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
}

#topNav li a {
	color: #fff;
	border-right: 1px solid #488BB6;
	border-left: 1px solid #79AFD2;
	height: 21px;
	text-decoration: none;
	text-align: center;
	background-image: url(images/buttonBar_bg.png);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 18px 3px 18px;
	vertical-align: middle;
}
#topNav li a:hover {
	height: 21px;
	text-decoration: underline;
	text-align: center;
	background-image: url(images/buttonBar_bg.png);
	background-repeat: repeat-x;
}
#topNav li a:active {
	color: #ffcc33;
	height: 21px;
	text-decoration: underline;
	text-align: center;
	background-image: url(images/buttonBarHover.png);
	background-repeat: repeat;
}
#topNav .active a {
	background-image: url(images/buttonBarHover.png);
	background-repeat: repeat;
	text-decoration: underline;
}
#content {
	width: 100%;
	padding: 0px;
	margin: 0px 5px;
}
a img {border: none;}
a:link {
	color: #4D7EB2;
}
a:visited {
	color: #4D7EB2;
}
a:hover {
	color: #996600;
}
a:active {
	color: #A12F23;
}
.chapterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.hr_bookTable {
	background-color: #990000;
	border: #990000;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.bookTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
}
.undline {
	text-decoration: underline;
}

