body { 
	background-color: #fffff3;
	font-family: Book Antiqua, Geneva, Arial, Helvetica, sans-serif;
	white-space: normal;
}
h1 {
	font-size: 36px;
	display: none;
}
h2 {font-size: 18px; color: #000099;}
h3 {font-size: 16px; color: #000099;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 10px;}
a {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline overline;
	cursor: help;
}
a:active {
	color: red;
	text-decoration: underline overline;
}
ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	font-size: 12px;
	font-weight: bolder;
	color: #006666;
	text-align: justify;
}
ul .listSize {
	font-size: 12px;
	font-style: oblique;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.dropcap { float: left; font-weight: bolder; font-size: 200%; width: 1em; height: 1em; color: #006666; }
.links{
    text-align: center;
	font-family: Pristina;
}
div#mainBody {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 800px;
	padding-top: 1px;
	display: block;
}
div#mainBody .mainText {
	border: 3px groove #006699;
	position: absolute;
	left: 16%;
	width: 90%;
	padding-left: 10px;
	padding-right: 10px;
}
div#mainBody .leftcolumn {
	width: 15%;
	height: 100%;
	position: absolute;
	padding: 0px;
	left: 0px;
}
.imgRight { display: inline;
  	padding-left: 15px;
	float: right;
}
.imgLeft {
	padding-right: 15px;
	float: left;
}
.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.justifyText {
	text-align: justify;
}
.titleBar { position: absolute;
	height: 150px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.ads {
 	position: absolute;
	top: 600px;
	display: block;
}
.padLeft { padding-left: 200px;
	padding-right: 75px; 
}
.padRight { padding-right: 200px; 
	padding-left: 75px;
}
.blue {
	color: #000099;
	text-align: center;
}
