@charset "utf-8";
body {
	background-color: #CC9;
	margin: 5px;
	padding: 5px;
	float: left;
	width: auto;
	font-size: 100.01%;
}

link {
	font-family: Verdana, Geneva, sans-serif;
	color: #030;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
	color: #030;
}
a:visited {
	text-decoration: underline;
	color: #903;
}
a:hover {
	text-decoration: none;
	color: #003D8A;
}

a:active {
	text-decoration: underline;
	color: #606;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	list-style-type: disc;
	font-weight: bold;
	line-height: 1.5em;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #600;
	text-align: center;
	line-height: 1.1em;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #630;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #330;
	text-align: center;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #300;
	text-align: center;
}
h5 {
	font-size: 14px;
	color: #600;
	text-align: left;
	font-style: italic;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	float: none;
	color: #000;
	text-align: left;
	text-indent: 15px;
}

.regularFont {
	font-style: normal;
	color: #930;
}
.centeredText {
	text-align: center;
}
#mainContent p  img{
	display: block;
	margin: 8px;
	clear: both;
	float: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding: 5px;
}
#footer p  img.booklinks {
	display: table;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: none;
	position: fixed;
	margin: 5px;
}
#container #mainContent img   {
	padding: 2px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
}
.superscript {
	font-size: x-small;
	font-weight: normal;
	vertical-align: super;
}
.lighterFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C96;
}
.rightJustify {
	font-size: x-small;
	font-style: italic;
	text-align: right;
	text-indent: 20px;
}
.noIndent {
	text-align: left;
	text-indent: 0;
}
.TimesRom14Brwn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #960;
}
.hiLiteYellow {
	background-color: #FF9;
}
.TimesRoman16DarkBrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #933;
}
.TimesRoman14DkBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #069;
}
.Trebuchet14DrkBlu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
}
.red {
	color: #F00;
}

