body {
	background-color: #990000;
	color: #800000;
	font: 1em Arial, Helvetica, sans-serif;
}
/* ==================
makes sure there is no border on images when hyperlinked
===================== */
body img {
	border: 0px;
}
/* ===================
container for all page elements
======================*/
#container {
	width: 90%;
	border: 1px solid #000000;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFFFC0;
}
/* ==================
masthead
====================*/
#banner {
	background-position: center center;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #FFFFC0;
	background-image: url('images/mainlogo.gif');
	background-repeat: no-repeat;
	border-bottom: solid 2px #990000;
	height: 110px;
}
/* ===================
main content area
======================= */
#content {
	padding: 15px;
	margin-left: 200px;
	background-color: #FFFFC0;
}
/* =====================
left navigation sidebar
===================== */
#sidebar-a {
	float: left;
	width: 180px;
	margin: 0;
	padding: 5px;
	background-color: #FFFFC0;
	border-right: solid 10px #990000;
}
#sidebar-a ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#sidebar-a li {
	list-style: none;
	padding: 2px 0;
}
#sidebar-a ul li {
	text-decoration: none;
	margin-top: 2px;
}
#sidebar-a ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
/* ===================
page footer
===================*/
#footer {
	clear: both;
	padding: 5px;
	margin-top: 6px;
	background-color: #FFFFC0;
	text-align: center;
	border-top: solid 2px #990000;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* =====================
all links
====================== */
a:link {
	color : #800000;
	text-decoration: none;
}
a:visited {
	color : #800000;
	text-decoration: none;
}
a:active {
	color : #800000;
	text-decoration: none;
}
a:hover {
	color : #800000;
	text-decoration: underline;
}
/* ====================
general styles
======================= */
.center {
	text-align: center;
}
.smtxt {
	font-size: small;
}
/* ======================
image styles
========================= */
.imgleft {
	float: left;
	margin: 5px;
}
.imgrt {
	float: right;
	margin: 5px;
}

/* ==================
heading tags
===================== */

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}


/* ====================
search features
=====================*/
input {
	color: #000000;
	background: #D9D9A3;
	margin: 2px;
	border: 2px solid #000000;
}