html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
em {
	font-weight: bold;
	color: #E67326;
}
a:link, a:visited {
	color: #E67326;
	text-decoration: underline;
}
a:hover, a:active {
	color: #C00;
	text-decoration: underline;
}
/* main container around the entire site */
#contain {
	border: medium double #000000;
	padding-bottom: 5px;
	background-color: #5D7784;
	margin-right: 25px;
	margin-left: 25px;
}
/* contains logo at top of page */
#topSec {
	height: 220px;
	background-color: #5D7784;
	text-align: center;
}

.topNav {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-size: .8em;
	color: #FFF;
	background-color: #000000;
	text-align: center;
	padding: 2px;
	white-space: nowrap;
	position: relative;
}
div.topNav a:link {
	color: #FFF;
	text-decoration: none;
}
div.topNav a:visited {
	color: #FFF;
	text-decoration: none;
}
div.topNav a:hover {
	color: #E86B14;
	text-decoration: underline overline;
	font-weight: normal;
}
div.topNav a:active {
	color: #E86B14;
	text-decoration: underline overline;
	font-weight: normal;
}
/* 2nd tier nav for chapters */
#chapters {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-size: .8em;
	color: #FFF;
	background-color: #000000;
	text-align: center;
	padding: 2px;
	visibility: hidden;
	position: relative;
	margin-left: -200px;
	top: 260px;
	width: 182px;
	left: 510px;
}
#chapters a:link {
	color: #FFF;
	text-decoration: none;
}
#chapters a:visited {
	color: #FFF;
	text-decoration: none;
}
#chapters a:hover {
	color: #E86B14;
	text-decoration: underline overline;
}
#chapters a:active {
	color: #E86B14;
	text-decoration: underline overline;
}
/* main content of the site - text, images etc. */
#mainBody {
	margin: 15px 25px 25px;
	text-align: left;
	border: thin solid #000000;
	padding: 10px 10px 5px;
	background-color: #FFFFFF;
	line-height: 1.3em;
	list-style-position: inside;
	list-style-type: disc;
}
#footer {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-size: .7em;
	color: #FFF;
	text-align: center;
}
#footer a:link, #footer a:visited {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #footer a:active {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E67326;
	border-left-color: #E67326;
	margin-left: 8px;
	margin-bottom: 2px;
	color: #030;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 85%;
}
h2 {
	font-variant: small-caps;
	color: #E67326;
	text-align: center;
}
h3 {
	color: #E67326;
	background-color: #000000;
	padding: 2px;
	text-align: center;
}
h4 {
	font-size: .8em;
	color: #E67326;
	margin-left: 35px;
	font-variant: small-caps;
}
/* the chapters information in a smaller, bolder text */
.info {
	font-size: .7em;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 8px;
}em {
	font-weight: bold;
	color: #E67326;
	font-size: 0.9em;
	font-family: "Comic Sans MS", fantasy, sans-serif;
}
.notice {
	font-size: .9em;
	font-weight: bold;
	color: #F00;
}
