﻿body {
	background-image: url('images/bg-green.jpg');
	background-repeat: repeat;
	background-color: #e7eCe8;
}
#indexbody {
	background-image: none;
}
#indexbody a {
	color: #009900;
}
#indexbody a:visited {
	color: #009900;
}
#indexbody a:active {
	color: #009900;
}
#indexbody a:hover {
	color: #0000ff;
	text-decoration: none;
}
#indexcontainer {
	text-align: center;
	margin-top: 150px;
}
#indextitle {
	color: #009900;
	font-style: italic;
	font-size: 1.5em;
	font-weight: bold;
}
#indexsubtitle {
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.indexlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	min-width: 800px;
	margin: 5px 0 0 90px;
	color: #006600;
}
#container a:link {
	color: #006600;
}
#container a:visited {
	color: #006600;
}
#container a:hover {
	color: #006600;
	text-decoration: none;
}
#header {
	height: 125px;
	width: 800px;
}
#left {
	width: 90px;
	height: 410px;
	float: left;
	text-align: left;
	font-size: 0.9em;
	margin: 5px auto auto 5px;
}
#right {
	margin: 20px auto auto 115px;
	font-size: 14px;
}
#floatright {
	float: right;
	width: auto;
	margin: 5px auto 0px 30px;
}
#floatright img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.title {
	color: #009900;
	font-weight: bold;
	margin: auto auto 25px;
	text-align: center;
}
.content {
	font-size: .9em;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.leftjustify {
	text-align: left;
}
#slideshow {
	font-size: 13px;
	width: 640px;
	min-width: 640px;
	margin: 0 0 5px; 	
}
#slideshowhome {
	text-align: left; 
	width: 320px;
	height: 25px;
	vertical-align: bottom;
}
#slideshowdescription {
	float:left;
	text-align:left;
	width:390px;
	max-width:390px;
}
#slideshowtopnavigation {
	text-align: right;
	width: 320px; 
	height: 25px;
	vertical-align: bottom;
	font-size: 10px;
}
#slideshowbottomnavigation {
	float:right;
	font-size:10px;
	width:250px;
	max-width:250px;
	height:52px;
	text-align: center;
}
#slideshowbottomnavigationprevious {
	float: left;
	width: auto;
	margin-top: 9px;
}
#slideshowbottomnavigationhome {
	float: left;
	width: auto;
	margin: 0 4px 0 7px;
}
#slideshowbottomnavigationnext {
	float: right;
	width: auto;
	margin-top: 9px;
}
.border {
	border-width: 0;
}
#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
}
#footer a {
	font-size: 10px;
	color: #663300; 
}
#footer a:link {
	color: #663300;
	text-decoration: none;
}
#footer a:hover {
	color: #663300;
	text-decoration: underline;
}
#footer a:active {
	color: #663300;
	text-decoration: underline;
}
#footer a:visited {
	color: #663300;
	text-decoration: none;
}


