﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@charset "iso-8859-1";
body {
	
	margin: 0px;
	padding: 0px;
	
	
}
/*===========top banner ==================*/
#banner {
	padding: 5px 5px 5px 25px;
	height: 170px;
	color: #000000;
	
}
#banner img {
	float: right;
	margin-right: 10px;
}
#top_nav {
	margin-left: 455px;
	width: 500px;
	}

/*=============content area ================*/
#content {
	color: #003300;
	font-family: "Andalus", "Times New Roman", Times, serif;
	font-size: small;
	padding: 5px;
	margin-left: 20px;
	float: right;
	width: 73%;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/green-sq.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
 list-style-image: url('../images/green-sq.gif');
 padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 5px;
	margin: 10px;
	width: 166px;
}
#leftnav ul {
 list-style: none;
 margin: 0;
 padding: 0;
 margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
	color: #003300;
	font-size: small;
	font-family: Papyrus;
}
#leftnav ul li a {
	display: block;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
	background-color: #006600;
	border: 1px solid #883620;
	margin-top: 2px;
}
#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: normal;
}
.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: x-small;
	text-align: center;
}
/* 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: bold;
 color: #000000;
 background: transparent;
 text-decoration: underline;
}
a:visited {
 font-weight: bold;
 color: #000000;
 background: transparent;
 padding: 0px;
 text-decoration: underline;
}
a:hover {
 font-weight: bold;
 text-decoration : none;
 background: #F4D180;
 color: #000000;
}
a:active {
 font-weight: bold;
 text-decoration : underline;
 background: #BFDFE2;
 color: #000000;
}
/*===========footer==============*/
#footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #000000;
	text-align: center;
	font-size: .5em;
}
#footer p {
 margin-top: 0px;
 margin-bottom: 0px;
}
/*=============images =============*/
.imgctr {
	right: 100px;
	left: 100px;
}

.imglft {
 float: left;
 padding: 5px;
}
.imgrgt {
 float: right;
 padding: 5px;
}
/*================
heading tags styles
===================*/
h4 {
	color: #003300;
	font-family: Andalus;
	font-weight: bold;text-align: center;
}

h3 {font-size: 200%;
	color: #003300;
	font-family: "BernhardFashion BT", "Times New Roman", Times, serif;
	font-weight: bold;text-align: center;
}
h2 {font-size: 280%;
	color: #003300;
	font-family: "BernhardFashion BT", "Times New Roman", Times, serif;
	font-weight: bold;text-align: center;
}
h1 {font-size: 350%;
	color: #003300;
	font-family: "BernhardFashion BT", "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
 
 

/*================= 
horizontal lines 
================*/
hr {
 background-color: #441B10;
 border: 0px;
 color: #883620;
 height: 2px;
}
/*============
general
============*/
.ctr {
 text-align: center;
}




#bottom {
	width: 100%;
	margin: auto 0px auto 0px;
}
#right {
	width: 50%;
	float: right;
	margin-left: 10px;
	font-family: Papyrus;
	font-size: small;
}
#left {
	width: 50%;
	margin-right: 10px;
	font-family: Papyrus;
	font-size: small;
	color: #003300;
}
li {
	text-align: center;
}

