@charset "utf-8";
/* CSS Document */
/* this eliminates any default padding or margins in document */
html, body, form, fieldset, div {
	margin: 0;
	padding: 0;
	}
/* this eliminates any default padding or margins in document */

body {
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #d0b090;
	background-image:url(../images/dropshadow3.jpg);
	background-repeat: repeat-x;
	}
/* this element is for the flash piece */
#banner {
	min-width: 800px;
	display: inline;
	}
/* this element is for the top nav and google search bar */
#bannerNav {
	color: #ffffff;
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	right: 50px;
	}

#bannerNav a { 
	color: #ffffff; 
	padding-right: 6px; 
	margin-right: 4px; 
	text-decoration: none; 
	}
	
#bannerNav a:hover { 
	color: #ffffff; 
	text-decoration: underline; 
	}
	
#bannerNav li { 
	display: inline;
	font-size: 70%; 
	}
/* this element is for the editable content of the page */
#contentBody {
	margin-left: auto; 
	margin-right: auto; 
	background-color: #f8f1e8; 
	text-align: center;
	width: 800px;
	padding-bottom: 10px; 
	}
#contentMiddle {
	text-align: left;
	width: 580px;
	padding: 10px 5px 10px 0;
	margin: 0px;
	}
#contentMiddle li{
	font-size: 80%;
	}

/*************** these control the main class elements *****************/	
.contentLeftNav {
	width: 150px;
	margin: 10px 5px 0 5px;
/* this width value is also effected by
the padding we will later set on the links. */
}
.contentLeftNav ul {
	font-size: 80%;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
		
.contentLeftNav ul li {
	margin: 2px 0 0 0;
	}

.contentLeftNav a {
	display: block;
	width:96%;
	color: #602020;
	margin: 0;
	padding: 2px 2px 2px 10px;
	border: 1px solid #602020;
	background: #DD9944;
	text-decoration: none;
	}
	
.contentLeftNav a:active {
	border: 1px solid #eeddbb;
	background: #DD9944;
	color: #ffffff;
	}
	
.contentLeftNav a:hover {
	border: 1px solid #DD9944;
	background: #cc4b24;
	color: #ffffff;
	}
.contentLeftBox {
	text-align: center;
	width: 155px;
	border: 1px solid #DD9944;
	background: #DD9944;
	margin: 5px 0 0 5px;
	}

.contentLeftBox h1{
	text-align: left;
	color: #FFFFFF;
	font-size: 80%;
	padding: 2px 2px 5px 4px;
	margin: 0px;
	}

.contentLeftBox h1 a{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.contentLeftText {
	padding: 4px;
	color: #7080A0;
	font-size: 70%;
	text-align: left;
	}

.contentLeftText a {
	color: #ffffff;	
	text-decoration: underline;
	}
.sublinks {
	font-size: 85%;
	border-bottom: 1px solid #dd9944;
	}

.sublinks a{
	border-top: none;
	border-bottom: none;
	}

.sublinks a:hover{
	border: none;
	}
#form {
	background: #eee7cd;
	border: #aa9e88 1px solid;
	}

#form td {
	color: #663600;
	padding: 3px;
	font-size: 70%;
	}
/*************** these control the tab navigation styles *****************/
#mainNav {
	float: left;
	width: 800px;
	background-color: #b15030;
	margin: 0px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainNav a {float:none;}
/* End IE5-Mac hack */

#mainNav ul{
	margin: 0px;
	padding:5px 10px 0;
	}

#mainNav li{
	float: left;
	font-size: 14px;
	line-height: normal;
	background: url(norm_right.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	}
	
#mainNav A {
	display:block;
	background: url(norm_left.png) no-repeat left top;
	padding:2px 9px 2px;
	color: black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}

#mainNav A:HOVER {
	color: #033677;
	font-style: normal;
	}

#mainNav #current {
	background-image: url(norm_right_on.png);
	color: #033677;
	font-style: normal;
	padding-bottom:1px;
	}
	
#mainNav #current A {
	background-image: url(norm_left_on.png);
	color: #033677;
	font-style: normal;
	}

/*************** these control the footer *****************/
#footer {
	clear: both; 
	width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 15px;
	text-align: left;
	font-size: 70%;
	color: white;
	}
	
#footer a{
	text-decoration: underline;
	color: white;
	}

#footer img{
	float: right;
	}
/*************** these control the main element styles *****************/
a {
	color: #36C;
}

blockquote {
	font-size: 80%;
}

img { 
	border: none;
	margin: 0px;
	padding: 0px;
	}
p {
	font-size: 80%;
	}


h1 {
	font-size: 100%;
	color: #2F3F53;
	}
h1 a{
	text-decoration: none;
	color: #2F3F53;
	}
h2 {
	font-size: 90%;
	color:#602020;
	}

h2 a {
	color: #602020;
	text-decoration: none;
	}
h3 {
	font-size:80%;
	color: #2F3F53;
	}
hr {
	height: 1px;
	border: 0;
	background-color: #e6d9b2;
	color: #e6d9b2;
	}

