@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}   /* zeroing bowsers */
	html {
	height: 100.01%;	/* Creates scrollbar in FF */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#maincontent {
	margin-left: 160px;
	padding-left: 8px;
}
#footer {
	background: #FFFFAA;
	width: 784px;
}


#container {
	text-align: center;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(images/geenStipeBack.jpg);
	border-top: 0px solid #2A0000;
	border-right: 2px solid #2A0000;
	border-bottom: 2px solid #2A0000;
	border-left: 2px solid #2A0000;
}
#header {
	background: #553F55 url(images/banner.jpg);
	width: 784px;
	height: 100px;
	margin-left: 0px;
}
body {
	background: #553F55 url(images/treebark.jpg);
}
#nav {
	background: #A5FEA4;
	width: 160px;
	float: left;
	padding-top: 30px;
}
h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 12px;
}
.first {
	color: black;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times;
	text-align: left;
	margin: 6px 8px 0 12px;
}

.main {
	color: black;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times;
	text-align: left;
	text-indent: 10px;
	margin: 8px 8px 0;
}

#container #nav ul {
	list-style: none;
	border-top: 2px solid #2A5F00;
	width: 100%;
	border-bottom: 1px solid #2A5F00;
}
#container #nav li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto;
}
#container #nav li a:link   {
	color: #2A5F00;
	display: block;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #2A5F00;
	font: 12px/2.5em Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
}
#container #nav li a:visited {
	font: 12px/2.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FF9F00;
	display: block;
	border-bottom: 1px solid #2A5F00;
	text-decoration: none;
	width: 160px;
}
#container #nav li a:hover {
	color: #FFFFAA;
	background: #0D5604;
	display: block;
	font: 12px/2.5em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #2A5F00;
	width: 160px;
}

.glacierweb {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	padding-top: 10px;
 }
 
#container #footer .glacierweb a:link, a:active {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	text-decoration: underline;
	display: inline;
	border-width: 0px;
	border-style: none;
}
#container #footer .glacierweb a:hover
{
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #D40000;
	text-decoration: underline;
	display: inline;
}

.homeFlash {
	margin-bottom: 1em;
	margin-top: 2.5em;
	padding-left: 1px;
}

