@charset "utf-8";
html, body {
	margin: 0;
	text-align: center; /* centers the container in IE 5* browsers - text set left-default in #container */
	color: #002800;
	background-color: #CCC;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
}
.oneColFixCtrHdr #container {
	position: relative;
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;

  	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

    min-height: 100%;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #002800;
	border-left-color: #002800;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	height: 77px;
	background-image:url(../images/banner.jpg);
}
.oneColFixCtrHdr #mainContent {
	font-size: .8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-bottom: 3em;
	clear: both;
	width: 960px;
}
.oneColFixCtrHdr #footer {
	position: absolute;
	bottom: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002800;
	background-color: #D9E1D9;
	padding: 0;
	width: 100%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space without the margin collapse issue */
	font-size: 0.8em;
	font-weight: bold;
	color: #005100;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
#tabs{
	min-height: 1.4em;
	height: auto;
	background-color: #007A00;
	width: 100%;
}

#tabs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	background-color: #007A00;
	width: 100%;
	height: auto;
}
#tabs li {
	float: left;
	border-bottom-width: 0;
	margin: 0;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #bbb;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #bbb;
	font-size: 1em;
	font-weight: normal;
}
#tabs a {
	text-decoration: none;
	display: block;
	color: #FF0;
	text-align: center;
	background-color: #007A00;
	padding-top: 0.24em;
	padding-right: 0.5em;
	padding-bottom: 0.24em;
	padding-left: 0.5em;
} 
#tabs a:hover{
	background-color:#FF0;
	color: #002800;
}
p {
	margin-top: 1px;
	margin-bottom: 4px;
}

h2 {
	color: #002800;
	font-size: 1.4em;
	margin-bottom: 0px;
	margin-top: 10px;
}

h3{
	font-size: 1.2em;
	color: #582727;
}

h4{
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #582727;
	font-size: 1.05em;
}

h5 {
	color: #002800;
	font-size: 1.4em;
	margin-bottom: 0px;
	margin-top: 10px;
}

h6{
	color: #002800;
	font-size: 1.4em;
	margin-bottom: 0px;
	margin-top: 10px;
}

ul{
	margin-top: 8px;
	margin-bottom: 0px;
}

li{
	font-size: 1.05em;
	color: #582727;
	font-weight: normal;
}

.larger{
	font-size: 1.1em;
	padding-bottom: 10px;
	font-weight: bold;
}

h1{
	color: #582727;
	font-size: 1.5em;
}

#stripedheader{
	font-size: 1.2em;
	background-color: #f2f7f0;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002800;
	border-bottom-color: #002800;
}

.photo{
	border: 1px solid #002800;
}
