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

body {
	background-color: #E3E3E3;
	background-image: url(background.gif);
	background-repeat: repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}



a:link {
	color:#003300;
	text-decoration:none;
	}      /* unvisited link */

a:visited {
	color:#003300;
	text-decoration:none;
	}  /* visited link */

a:hover {
	color:#006600;
	text-decoration:underline;
	}  /* mouse over link */

a:active {
	color:#006600;
	text-decoration:underline;
	}  /* selected link */




.container {
  width: 928px; 
  margin: 0 auto; 
}



img { 
	border: none;
	padding:0px;
	margin:0px
}

img a {
	border: none;
	padding: 0px;
	margin: 0px;

}




#banner {
	background-image: url(banner.gif);
	height: 76px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#textcontainer {
	height: auto;
	width: 886px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
	background-color: #FFFFCC;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	border: 1px solid #003300;
	letter-spacing:none;
}
#bottomimages {
	height: 180px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#spacer {
	height: 60px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#newsbar {
	background-color: #003300;
	height: auto;
	width: 760px;
}

.barnImage {
	background-image:url(underneathflash.gif);
	background-position:center;
	width:928px;
	clear:both;
	height:118px;
	background-repeat:no-repeat;
}

h1 {
	font-size:36px;
	color:#003300;
}

* {padding:0; margin:0}




.menuwrapper {width:950px; margin:0 auto}


.dropdown {float:left}


.dropdown dt {text-align:center; width:100px; padding:8px; font-weight:bold; cursor:pointer; background:url(main.gif); letter-spacing:2px;
color:#e4dcad;
}


.dropdown dt:hover {background:url(main_over.gif)}


.dropdown dd {position:absolute; overflow:hidden; width:150px; display:none; background:#fff; z-index:200; opacity:0}


.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#e4dcad; text-decoration:none; background:#7fa789; width:194px}


.dropdown a:hover {background:#411809; color:#e4dcad}


.dropdown .underline {border-bottom:1px solid #3f5440}


.nodrop, .nodrop:active, .nodrop:visited {float:left; display:block; padding:8px; font-weight:bold; background:url(main.gif); color:#e4dcad; text-decoration:none; width:100px; text-align:center; letter-spacing:2px;
color:#e4dcad;
}

.nodrop a, .nodrop a:active, .nodrop a:visited {display:block; padding:5px; color:#e4dcad; text-decoration:none; background:#7fa789; width:194px}


.nodrop:hover {background:url(main_over.gif)}