@charset "utf-8";
/* CSS Document */

html, body {
	background:url(../images/background-img.jpg) repeat-y;
	background-position:center;
	background-color:#BDB7A7;
	padding:0;
	margin:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	width:800px;
	background:#F7F6F2;
	margin:0 auto;
}
#header {
	height:144px;
	background:url(../images/banner.jpg);
	text-align:center;
}

#content {
	/*CHANGES MADE*/
	float:left;
	width:600px;
	/*CHANGES MADE*/

	max-height:450px;
	margin: 0px;
	padding:0px 15px 10px 20px;
	text-align: left;
	overflow:auto;
}
#sidebar {
	float:left;
	background:#888;
	margin:0;
	padding:0;
	color:#313A5E;
}
#menuholder {
	padding-left:0px;
}
#google {
	width:163px;
	float: left;
}
#toc {
	margin-left:80px;
}
div.clear {
	clear:both;
}
#footer {
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	background:url(../images/footer.jpg) no-repeat;
	background-position:center;
	clear:both;
}
#googleholder {
	width:172px;
	margin:0 auto;
}
div.donate {
	margin:0 auto;
	width:500px;
	font:normal 0.8em Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:0;
	color:#333;
}
#printchapter {
	text-align:right;
	margin:0 20px;
}
#printchapter a:link {
	color:#333;
	text-decoration:none;
}
#printchapter a:visited {
	color:#000;
	text-decoration:none;
}
#printchapter a:active {
	color:#000;
	text-decoration:none;
}
#printchapter a:hover {
	color:#34699F;
	text-decoration:none;
}
/* FONTS AND SUCH */


h3 {
	font: small-caps bold 1.1em Arial, Helvetica, sans-serif;
}
h2 {
	font: normal bold 1.7em Arial, Helvetica, sans-serif;
	color:#005276;
	/*line-height:0;*/
	padding-top:5px;
}
h1 {
	font: normal bold 1.1em Arial, Helvetica, sans-serif;
	color:#005276;
	/*line-height:0;*/
}

p {
	font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
	text-indent: 2em;
	margin-bottom:0;
	color:#222;
}
p.noindent {
	font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
	text-indent: 0em;
	margin-bottom:0;
	color:#222;
}
p.sub {
	font:normal 0.7em Geneva, Arial, Helvetica, sans-serif;
	text-indent:0em;
	margin-top:0;
	color:#222;
}
ul.normal {
	font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
	text-indent: 0em;
	margin-bottom:0;
	color:#222;
	padding-left:25px;
}
table.norm {
	font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
	text-indent: 0em;
	margin-bottom:0;
	color:#222;

	margin:20px auto;
	border-width: 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.norm th {
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.norm td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 10px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

td.shaded {
	background-color:#CCC}

<style type="text/css">
A:link {color: #005276; underline: none}
A:visited {color: #138DC3; underline: none}
A:active {text-decoration: none}
A:hover {{color: #138DC3}
</style>
