﻿@import url('fonts.css');
@import url('tables.css');
@charset "iso-8859-1";
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .90em;
	margin: 0px;
	padding: 0px;
	/*background-image: url('../images/swirlbg.jpg')*/;
	background-color: #f0ece3/*#DDD6C4 #003300 color: #fff;*/;
	background-repeat: no-repeat;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
#container {
	width: 980px;
	border: 1px solid #441B10;
	margin: 10px auto 10px auto;
	padding: 10px;
	background-color: #FFFFFF;
}
/*===========top banner ==================*/
#banner {
	padding: 0px 5px 0px 5px;
	background: url('../images/collage.jpg') no-repeat left center;
	height: 180px;
	color: #000000;
	border-bottom: 2px solid #883620;
}
#banner img {
	float: right;
	margin-right: 10px;
}
.menubar {
	border-bottom: 2px solid #883620;
	height: 69px;
	background-color: #ffffff;
}
/*=============content area ================*/
#content {
	padding: 5px;
	margin-left: 185px;
	background-color: #FFFFFF;
}
/*===========content area list items==============*/
#content ul li {
	margin: 2px;
	padding: 2px;
	list-style-type: none;
	list-style-position: inside;
}
#content li li {
	padding: 2px 0;
	list-style-type: none;
	list-style-position: inside;
}
/* **************************************************
Navigation Bar - Left hand side 
*****************************************************/
/*#leftnav {
	float: left;
	padding: 0px;
	color: #000;
	margin: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 180px;
	font-size: 12px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 0px 0;
}
#leftnav ul li a {
	display: block;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	background-color: #006600; /*background-image: url('../images/button copy.jpg');*/
/*#leftnav ul li a {
	display: block;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	background-color: #006600; /*background-image: url('../images/button copy.jpg');*/;
/*	border: 1px solid #883620;
	margin-top: 3px;
}
#leftnav a:hover {
	color: #000000;
	background-color: #7DAA38;
	border: 1px solid #C2CBD0;
}
/* Possible new selectors left navigation submenu */
/*#leftnav ul ul {
	padding-left: 5px;
}
#leftnav ul ul li a {
	padding: 3px 0 3px 3px;
	font-size: 80%;
	font-weight: bold;
}*/
/* ================imported code================== */

 /*============== left navigation ================*/
#leftnav {
	float: left;
	padding: 0px;
	color: #000;
	margin: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 180px; /*this changes the size of the leftnav box*/;
	font-size: .9em;
}
#leftnav {
	padding: 0;
	margin: 0;
	border: 0;
}
#leftnav ul, #leftnav ul li, #leftnav ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#leftnav ul {
	position: relative;
	z-index: 397;
}
#leftnav ul li {
	background-color: #006600;
	border-bottom: solid 1px #883620;
	min-height: 1px;
	line-height: 1em;
	vertical-align: middle;
}
#leftnav ul li:hover {
	position: relative;
	z-index: 399;
	cursor: default;
}
#leftnav ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 398;
	width: 100%;
}
#leftnav ul ul ul {
	top: 0px;
	left: 99%;
}
#leftnav ul li:hover > ul {
	visibility: visible;
}
#leftnav ul ul {
	top: 0px;
	left: 99%;
}
/* Custom CSS Styles */
#leftnav ul {
	float: left;
	width: 180px;
	background: #fef9f3;
}
#leftnav ul ul {
	width: 180px;
}
#leftnav ul li {
	padding: 7px 10px;
	color: #20b520;
}
#leftnav ul li.hover, #leftnav ul li:hover {
	background: #6da57e;
	color: #fef9f3;
}
#leftnav ul a:link, #leftnav ul a:visited {
	color: #fff;
	text-decoration: none;
}
#leftnav ul a:hover {
	color: #fff;
}
#leftnav ul a:active {
	color: #fff;
}

/* ===================end imported code===================== */


.heading {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #883620;
	text-decoration: none;
	border: 1px solid #883620;
}
#leftnav .sidebox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .sidebox a:visited {
	background: #FFFFFF;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .sidebox a:hover {
	background: #D7D7D7;
	color: #C60029;
	font-weight: bold;
}
#leftnav .sidebox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box  */
.sidebox {
	/*border: 2px solid #003300;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: #FFFFFF;
	color: #000000;
	font-size: 85%;*/
}
/* left-hand menu - colored box  */
.sideboxheading {
	background: #006600;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
/*==============all site links ==============*/
a:link {
	font-weight: normal;
	color: #cf7a15;
	background: transparent;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration : none;
	background: transparent;
	color: #006600;
}
a.red:link {
	color: #800080;
}
.clearfloat {
	/* this class should be placed on a div or break element 
and should be the final element before the close of a container that 
should fully contain a float */ 
clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*===========footer==============*/
#footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-size: small;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*============= images =============*/
.imglft {
	float: left;
	padding: 5px;
}
.imgrgt {
	float: right;
	padding: 5px;
}
/*================ heading styles ===================*/
h1, h2, h3 {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
h1.bonnet1 {
	color: #800080;
}
h1.cenotaph1 {
	color: #A52A2A;
}
/*================ page styles ===================*/
span.bold	{
	font-weight:bold
}
.cenotaph {
	text-align: center;
	color: #A52A2A;
}
.cenotaphlft {
	text-align: left;
	color: #A52A2A;
}
.cenotaphrgt {
	text-align: right;
	color: #A52A2A;
}
.bonnet {
	text-align: center;
	color: #800080;
}
.bonnetlft {
	text-align: left;
	color: #800080;
}
.bonnetrgt {
	text-align: right;
	color: #800080;
}
.mem {
	text-align: center;
	color: #903;
}
.memlft {
	text-align: left;
	color: #903;
	font-size: small;
}
.memrgt {
	text-align: right;
	color: #903;
	font-size: small;
}
/*================= horizontal lines ================*/
hr {
	background-color: #441B10;
	border: 0px;
	color: #883620;
	height: 2px;
	text-align: right;
}
/*============ general ============*/
.ctr {
	text-align: center;
}
.rgt	{
	text-align: right;	
}