﻿/* CSS layout */
h5 {
	padding-bottom: 3px;
	text-align: center;
	padding-top: 2px;
}
.style2 {
	color: #AA6600;
	font-family: "Arial Unicode MS";
	text-align: center;
	font-size: medium;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style4 {
	color: #FF0000;
	font-size: x-large;
	text-align: center;
}
.style6 {
    height: 41px;
	text-align: center;
}
.style8 {
	height: 190px;
	text-align: center;
	font-size: xx-large;
}
.style10 {
	font-size: x-large;
}
.style12 {
	margin-left: 0px;
}
.style13 {
	color: #000000;
	font-weight: bold;
	background-color: #D3F78A;
}
.style14 {
	color: #540506;
	text-align: center;
}
.style15 {
	margin: 0px;
	color: #FF0000;
	font-weight: bold;
}
.style16 {
	margin-bottom: 0px;
	color: #530807;
}
.style17 {
	margin-bottom: 0px;
}
.style18 {
	color: #540506;
	text-align: center;
}
.style19 {
	text-align: center;
}

body {
	margin: 0px auto 0px auto;
	background-image: url('../images/Leaves.gif');
	background-repeat: repeat;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	max-width: 955px;
	max-height:1207px;
	display: block;
}
#masthead {
	margin: 0px;
	background-image: url('../images/fern.gif');
	background-repeat: repeat;
	top: 0px;
	right: 0px;
	left: 0px;
	position: relative;
	min-width: 800px;	
	height: 200px;
	padding-top: 5px;
}
#navbar {
	border: 1px solid #431;
	background-color: #540506;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 800px;	
	position: relative;
	clip: rect(auto, 0px, auto, 0px);
}
#container {
	min-width: 800px;
	clear: both;
	min-height: 445px;
	max-height: 445px;
	position: relative;
	left: 0px;
}
#left_col {
	margin:0px;
	padding: 5px;
	width: 190px;
	float: left;
	background: #D0F9BD;
	overflow: auto;
	clear: none;
	max-height: 434px;
	min-height: 434px;
    position:relative;	
}
#center_col {
	padding: 5px;
	background-color: #43D02F;
	margin-right: 210px;
	margin-left: 200px;
	overflow: auto;
	clear: none;
	max-height: 434px;
	min-height: 434px;
	position:relative;
}
#right_col {
	margin: 0px;
	padding: 5px;
	width: 190px;
	float: right;
	background-color: #D3F78A;
	overflow: auto;
	max-height: 434px;
	min-height: 434px;
	position:relative;
}
a {
	text-decoration: none;
}
.float-rt {
	float: right;
	margin-left: 10px;
	margin-bottom: 1px;
}
.float-lft {
	float: left;
	margin-bottom: 1px;
	margin-right: 10px;
}
#top {
}
	
#mainContent {
	padding: 10px;
}
#copyright {
	margin: 0px auto 0px auto;
	font-size: x-small;
	font-style: italic;
	color: #F0F0F0;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 25px;
	min-width: 800px;
	background-color: #530807;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #540506;
}
#navbar li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#navbar a {
	color: #F5F5F5;
}
#footer a {
	color: #F5F5F5;
}
#navbar a:hover {
	color: #FFFF00;
}
#footer a:hover {
	color: #FFFF00;
}
#photoLeft {
	float: left;
	width: 252px;
	margin: 5px 5px 5px 15px;
}
#photocenter {
	float: left;
	width: 252px;
	margin: 5px;
}
#photoright {
	float: left;
	width: 252px;
	margin: 5px 15px 5px 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#footer {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F5F5FA;
	background-color: #530807;
	text-align: center;
	position: relative;
	min-width:800px;
	top: -850px
	right: 0px;
	left: 0px;
	height: 40px;
	bottom: 0px;
}

