﻿body {
	font-family: tahoma, Helvetica, arial, sans-serif;
	color: #000000;
	background-color: #E7F3CD;
	padding: 0em;
	margin: 0 auto;
	width: 800px;
}
#masthead {
	background-repeat: repeat-x;
	height: 170px;
	background-color: #EFF7DF;
	background-image: none;
}
.imgftright {
	padding: 0em 0em 0em 1em;
	float: right;
	margin: 0em;
}
h1 {
	padding: 2em 0em 0em 1em;
	color: #436028;
	margin: 0em 0em 0em 1em;
	font-size: 1.6em;
}
.tagline {
	padding: 0em;
	margin: .5em 0em 0em 4em;
	font-style: italic;
	font-size: 1.2em;
}
/*** SLIDESHOW set the width and height to match your images **/

#slideshow {
	position: relative;
	height: 233px;
	width: 250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*** SLIDESHOW #2 **/

#slideshow2 {
	position: relative;
	height: 233px;
	width: 250px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}

#maincontent {
	padding: .7em .7em 1em .7em;
	width: 778px;
	background-color: #FFFFFF;
}
.imgftleft {
	padding: 0em 2.8em 0em 1em;
	float: left;
	margin: 0em;
}
.clearright {
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 2px;
	clear: right;
}
#footer {
	font-size: .75em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
#footer p {
	width: 740px;
	padding: 0px;
	margin: .5em auto .15em auto;
	text-align: center;
}
.imgcenter {
	text-align: center;
}
#sidecol {
	padding: 15px 5px 30px 10px;
	width: 210px;
	float: right;
	margin-left: 5px;
	background-color: #EFF7DF;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #57741D;
	border-bottom-color: #57741D;
	border-left-color: #57741D;
}
h3 {
	font-size: 1.2em;
}
.list {
	list-style-type: circle;
}
.h3 {
	font-size: 1.2em;
	font-weight: bold;
}
#sidecol p {
	margin: 0px 10px 0px 10px;
	text-align: center;
}
#sidecol h3 {
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}
.backtotop {
	font-weight: bold;
	float: right;
	color: #000000;
}
.aligncenter {
	text-align: center;
}
.Underline {
	text-decoration: underline;
}
.slideshowftright {
	padding: 0em 1em 0em 2.8em;
	margin: 0em 0em 0em 1em;
	float: right;
}
.bookmark {
	color: #000000;
	text-decoration: underline;
}
.photoright {
	margin: 4px;
	float: right;
}
.photoleft {
	padding: 3px;
	float: left;
	margin: 5px;
}
.linktable {
	width: 100%;
}
.weblink {
	color: #000000;
}
#newsstate {
	font-weight: bold;
	color: #9900CC;
	text-align: center;
}
a:link {
	color: #000000;
}
a:visited {
	color: #CC3399;
}
a:hover {
	color: #666699;
}
a:active {
	color: aqua 
}
