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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/pageBG.jpg) repeat-y;
}

p {
	margin:10px 100px 5px 310px;
}
ol, ul {
	margin:5px 100px 5px 320px;
}
ul {
	list-style-type:disc;

}
li {
	margin-top:10px;
	margin-left:20px;
}

ul li ul {
	margin-left:0px;
	margin-right:10px;
}

h1, h2, h3, h4, h5, h6 {
	margin:15px 100px 5px 310px;
	font-weight:bold;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
}
h3 {
	margin-top:20px;
	margin-bottom:0px;
	font-size:14px;
}
h4 {
	background-color:#dfe0fe;
	padding:3px;
	margin-left:307px;
	margin-top:40px;
	font-size:14px;
	border-bottom:1px solid #9999ff;
}
#sidebar {
	position:absolute;
	left:0px;
	top:0px;
	width:228px;
	height:600px;
	background:url(../images/stretchSidebar.jpg) repeat-y;
	float:left;
	z-index:1000;
}
#brownBar{
	position:absolute;
	top:-10px;
	left:300px;
	z-index:1500;
	width:80%;
	background:url(../images/brownbar.png) repeat-x;
	height:112px;
}
#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;

}
#topimg {
	position:absolute;
	left:280px;
	top:0px;
	width:auto;
	
}
.bookImg {
	width:100px;
	height:auto;
}
#bottomMenu {
	position:relative;
	text-align:center;
	padding-top:80px;
	font-size:10px;
}
.first {
	margin-top:120px;
}

.indent {
	margin:20px 100px 15px 310px;
	background-color:#dfe0fe;
	padding:8px;
	border:1px solid #9999ff;
	display:block;
}
.indent p, .indent h2 {
	margin:10px 20px;
}
.testimonialFirst {
	margin-top:30px;
	border-top:double 1px #000099;
	padding-top:10px;
}
.red {
	color:red;
}
.subP {
	margin-top:0px;
}
.tableDiv1{
	width:640px;
	height:auto;
	margin:10px 15px;
	margin-left:310px;
}
.tableDiv1 {
	left:300px;
}
.table1, .table2, .table3, .tableBooks, .tableBooksImg {
	float:left;
	min-height:90px;
	margin:5px;
	padding:5px;
	width:280px;
}
.tableBooks {
	width:400px;
	overflow:hidden;
	height:120px;

}
.tableBooksImg {
	clear:left; 
	width:100px;
	overflow:hidden;
	height:120px;

}
.table1 {
	background-color:#efefef;
}
.table2 {
	background-color:#dfe0fe;
}

.table3{
	background-color:#efefef;
	height:auto;
}
.testimonialAttribution {
	text-align:right;
	font-style:italic;
	font-weight:bold;
}