﻿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: 95%;
	border: 1px solid #000000;
	margin: auto 10px 10px 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: none;
	background-repeat: no-repeat;
	border-bottom: solid 2px #990000;
	height: 110px;
}
/* ===================
main content area
======================= */
#content {
	padding: 10px;
	margin-left: 170px;
	background-color: #FFFFC0;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
}
/* =====================
left navigation sidebar
===================== */
#sidebar-a {
	float: left;
	width: 150px;
	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;
	text-align: center;
}

/* CSS Tabs */
#navcontainer {
        margin: 10px 0 0 30px;
        padding: 0;
        height: 20px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
	background: #FFFFC0;
	width: 175px;
	height: 40px;
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #CC3300;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	color: #7D2900;
	background: #E8A255;
}

#navcontainer a:active {
        background: #c60;
        color: #fff;
}

#navcontainer li#active a {
        background: #c60;
        border: 1px solid #c60;
        color: #fff;
}
