body {
	margin: 15px;
	/*
	background-image: url(/assets/images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	*/
	background-color: #EEE9DA;
}
body, th, td {
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;	
	color: #51442D;
}

a {
	color: #54462c;
	text-decoration: none;
}
a:hover {
	color: #690E0B;
}

h1 { 
	font-family: times, serif;
	font-size: 18px; 
	padding-bottom: 0px;
	border-bottom: 1px solid #c2b497;
}
h2 { 
	font-family: times, serif;
	font-size: 16px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #c2b497; 
}
h3, h4, h5 { 
	font-family: times, serif;
	font-size: 14px; 
}

.error {
	color: #ed2a29;
	font-weight: bold;
}

.textinput {
	background-color: #f4eee1;
	border: 1px solid #663;
	color: #663;
	padding: 3px;
}

#chaptersummary {
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-style:italic;
	padding-bottom: 5px;
}
ul.lessonlinks {
	list-style-type: none;
	padding-left: 15px;
	font-size: 12px;
	line-height: 22px;
}
.lessonlinks th, .lessonlinks td {
	font-size: 12px;
}
.linkbutton {
	/* display: table-cell; */
	display: block;
	padding-top: 3px;
	float: left;
	width: 20px;
	/* height: 20px; */
	height: 17px; /* 20px - 3px top padding */
	background-image: url(/assets/images/studyguide_linkbutton.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
a:hover.linkbutton {
	/* display: table-cell; */
	display: block;
	padding-top: 3px;
	float: left;
	width: 20px;
	/* height: 20px; */
	height: 17px; /* 20px - 3px top padding */
	background-image: url(/assets/images/studyguide_linkbutton_over.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

p.endnotes {
	font-size: 11px;
}

/* STUFF SPECIFICALLY FOR THE IFRAME LESSON LIST */
body#lessonlist {
	margin: 0; padding: 0;
}
body#lessonlist h1 { margin-top: 0; }
body#lessonlist ul { margin: 0; padding: 0; }
body#lessonlist li { margin: 0; padding: 0; list-style-type: none; }