	@charset "UTF-8";
.slideshow {
	text-align: center;

}
.body {
	height: auto;
	width: 625px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
	background-color: #F5F3D8;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #F86203;
}

.container {
	background-color: #FFF;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 12px;
	border-top-style: double;
	border-top-color: #CF5003;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.masthead {
	background-color: #FFF;
	height: 110px;
	padding-left: 2em;
}
.topnav {
	list-style: none;
	left: 0px;
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #A7C9A0;
	padding-bottom: 0.2em;
	height: 1.6em;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.75em;
	color: #666;
	padding-top: 0.5em;
	font-weight: normal;
	font-style: normal;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CF5003;
}

.topnav ul {
	float: left;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	background-color: #A7C9A0;
	color: #000;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}



.topnav ul li {
	display: inline;
	vertical-align: middle;
	padding-top: 0.2em;
	padding-right: 2em;
	padding-bottom: 0;
	background-color: #A7C9A0;
	color: #000;
	background-image: none;
}

.topnav ul li a {
	text-align: center;
	text-decoration: none;
	background-color: #A7C9A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #3E3E3E;
	background-image: none;
}

.topnav ul li a:hover {
	color: #FFF;
	background-color: #A7C9A0;
	text-decoration: underline;
	background-image: none;
}
	
.topnav ul li a:visited {
	color: #FFF;
	background-image: none;
	background-color: #A7C9A0;
}


.leftnav {
	background-color: #E6DF93;
	float: left;
	width: 220px;
	padding-top: 1.2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: 10px;
}

.content {
	background-color: #FFF;
	border-top-color: #5B8F56;
}



.text {
	background-color: #FFF;
	margin-left: 270px;
	margin-right: 15px;
	padding-top: 5px;
}
.text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	line-height: 140%;
}

.text a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
}

.text a:visited  {
	color: #AB9127;
}
.text a:hover {
	color: #AB9127;
}
.text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #42683C;
	line-height: 120%;
}

.text h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #CF5003;
}

.text h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	line-height: 140%;
}

.text ul li {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 130%;
	}

.footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	color: #333;
	background-color: #eeeab5;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 180px;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #494949;
}

.indent {
	padding-left: 20px;
	line-height: 120%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltcenter {
	padding-left: 72px;
}
