* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

html {
	min-width: 770px;
}

body {
	color: black;
	line-height: 150%;
	background-color: white;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.6em;
	padding: 9px 14px 2px 14px;
}

#supportingText a {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #D28613;
	font-weight: bold;
	background-color: inherit;
}

#supportingText a:hover {
	color: #A46911;
	background-color: inherit;
}

#container {
	position: relative;
	width: 650px;
	text-align: left;
	margin: 0px auto 0px auto;
	background-image: url(bear.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 20px;
}

#preamble, #participation, #explanation, #benefits {
	width: 468px;
	padding: 10px;
	margin-top: 20px;
}

#preamble h3 {
	display: block;
	height: 37px;
}

#participation h3 {
	display: block;
	height: 37px;
}

#explanation h3 {
	display: block;
	height: 37px;
}

#benefits h3 {
	display: block;
	height: 37px;
}

#pageHeader {
	height: 250px;
	text-align: right;
	font-size: x-large;
}

#linkList {
	position: absolute;
	left: 500px;
	top: 340px;
	width: 150px;
	padding-top: 0px;
}


h3.archives {
	display: block;
	height: auto;
}

#linkList ul {
	margin-top: 10px;
	padding: 10px;
}

#linkList ul li {
	list-style: none;
	color: #cbbdae;
	font-size: 85%;
	height: auto;
	display: block;
	background-color: inherit;
	padding: 5px 10px 5px 10px;
}

#linkList ul li:hover {
}

#linkList ul li a {
	font: 110% "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	display: block;
	color: #6A0009;
	text-transform: uppercase;
	background-color: inherit;
}

#linkList ul li a:hover {
	color: #DA000E;
	background-color: inherit;
}

#linkList ul li a.c {
	display: inline !important;
	color: #978768;
	text-transform: none;
	background-color: inherit;
}

#linkList ul li a.c:hover {
	color: black;
	background-color: inherit;
}

#larchives ul li, #lresources ul li {
	height: auto;
}

#footer {
	position: static;
	width: auto;
	z-index: 33;
	padding: 10px 3px 3px 4px;
	height: 30px;
	text-align: center;
}

#footer a {
	font: 80% Georgia, Tahoma, Sans-serif;
	border: 1px solid #F0D5B8;
	background-color: inherit;
	padding: 3px;
	color: #BF7421;
}

#footer a:hover {
	background-color: #D18127;
	color: white;
}

