body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

img {
	border: 0px;
}

#booktitle {
	background: #01A54F; /*006640 666633 or 006666*/
	color: white;
	clear: both;
	font-size: 26px;
	height: 30px;
	padding: 9px 0px;
	text-align: center;
}

#content {
	float: left;
	height: 500px;
	overflow: auto;
	padding: 0px 10px;
	width: 500px;
}

#directions {
	border-right: 1px solid black;
	float: left;
	height: 500px;
	overflow: auto;
	width: 249px;
}

#footer {
	clear: both;
	font-size: 10px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	width: 770px;
}

#header {
	font-size: 20px;
}

#librarylist {
	float: left;
	width: 250px;
}

#librarylist a {
	background: gray;
	border-bottom: 1px solid black;
	color: white;
	display: block;
	height: 45px;
	padding: 3px;
	text-decoration: none;
}

#librarylist a:hover {
	background: white;
	color: black;
	font-weight: bold;
}

#librarypreview {
	float: left;
	padding: 5px;
	width: 505px;
}

#searchhelp {
	float: right;
	padding: 10px;
	text-align: right;
}

#wrapper {
	border: 1px solid black;
	width: 770px;
}

.chapter {
	background-color: #FFFFCC;
	border: 1px solid black;
	margin: 9px;
	height: 73px;
	overflow: hidden;
	padding: 4px;
}

.chapter a {
	background: url('lsbutton.png') no-repeat;
	color: white;
	display: block;
	float: left;
	font-weight: bold;
	margin: 5px 0px 0px 33px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}


.chaptertitle {
	font-size: 14px;
	font-weight: bold;
}

.hidden {
	display: none;
}

a.visited {
    color: black;
}