@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-top: 0px;
	padding-left: 8px;
	margin-top: 0px;
}
#footer {
	background: #FFDF55;
	width: 784px;
}


#container {
	text-align: center;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	background: #06C url(images/DkbllueStipeBack.jpg);
	border-top: 0px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
#header {
	background: #002a77;
	width: 784px;
	height: 80px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body {
	background: #553F55 url(images/yellowtreeBack.jpg);
	margin-top: 0px;
	padding-top: 0px;
}
#nav {
	background: #002a77;
	width: 160px;
	float: left;
	height: auto;
	margin: 0px;
}
h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 30px;
}
.first {
	color: #FFFFFF;
	text-align: left;
	margin: 6px 8px 0 12px;
	font: 14px Georgia, "Times New Roman", Times;
}

.main {
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	margin: 8px 8px 0;
	font: 14px Georgia, "Times New Roman", Times;
}
.pagetitle {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 160px;
	padding-top: 25px;
}
#logo {
	position: absolute;
	z-index: 22;
	height: 112px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 24px;
}


.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-top: 3em;
}

