@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.6pt;
	color: #333333;
	line-height:22px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #466908;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #466908;
}
a:hover {
	text-decoration: none;
	color: #339900;
}
a:active {
	text-decoration: none;
	color: #339900;
}


a.menu:link {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight:500;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	font-size: 11pt;
	font-weight:500;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #F0F7FC;
}
a.menu:active {
	text-decoration: none;
	color: #F0F7FC;
}
a.menu:visited:hover {
	text-decoration: underline;
	color: #F0F7FC;
}

.smalltext {
	font-size:7pt;
	color:#999999;
	}

#credits {
	float:left;
	text-align:right;
	width:960px;
	height:auto;
	margin:0;
	padding:0;
	font-size:7pt;
	color:#999999;
	}
	
h1 {
	font-size: 18pt;
	color: #466908;
	margin-top:0;
	letter-spacing:1px;
}
h2 {
	font-size: 16pt;
	color: #466908;
	margin-top:0;
	letter-spacing:1px;
	font-weight:500;
	text-transform:uppercase;
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: Times New Roman, Times, serif;*/
}
.biggreen{
	font-size: 14pt;
	color: #466908;

}
#wrapper {
	width:1000px;
	height:768px;
	margin:auto;
	background-image: url(../images/background2.jpg);
	background-repeat:no-repeat;
	
	}
	
#main {
	width:960px;
	margin:20px;
	height:auto;
	float:left;
	}
	
#logo {
	width:224px;
	height:49px;
	margin-left:30px;
	margin-top:38px;
	float:left;
	}

#nav {
	width:957px;
	height:25px;
	background-color:#466908;
	margin-top:34px;
	padding-left:3px;
	float:left;
	}
	
.navbutton {
	width:auto;
	height:19px;
	background-image: url(../images/corner.gif);
	background-color:#466908;
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	padding:2px 20px 4px 15px;
	border-left: 1px solid #A1AA90;
	}
	
.navbutton:hover {
	background-image: url(../images/corner.gif);
	background-color:#5a860d;}
	
.navbutton:active {
	background-image: url(../images/corner.gif);
	background-color:#5a860d;}
	
.navactive {
width:auto;
	height:19px;
	background-image: url(../images/corner.gif);
	background-color:#5a860d;
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	padding:2px 20px 4px 15px;
	border-left: 1px solid #A1AA90;
	}
	
#textarea {
	width:410px;
	height:420px;
	padding-right:5px;
	margin-left:30px;
	margin-top:40px;
	float:left;
	display:inline;
	overflow:auto;
	}

#imagearea {
	width:500px;
	height:auto;
	margin-top:40px;
	margin-right:10px;
	float:right;
	display:inline;
	}	
	
.slideshow { height: 375px; width: 500px; margin:0 }
.slideshow img { padding: 0;}


#footer {
	width:930px;
	height:40px;
	margin-top:10px;
	float:left;
	background-color:#e8f3fb;
	border-top:10px solid #466908;
	padding:20px 0 0 30px;
	color: #466908;
	font-family:"Times New Roman", Times, serif;
	font-weight:600;
	font-size:10pt;
	letter-spacing:1px;
	text-transform:uppercase;
	}
