body, html {
	margin: 0; padding: 0;
	height: 100%;
	background: #CCC;
	font: normal 12px/19px Geneva, Tahoma, Verdana, sans-serif;
}

a {
	outline: none;
	text-decoration: none;
	color: #205735;
}

a:active {
	outline: none;
	text-decoration: none;
	color: #205735;
}

a:focus {
	-moz-outline-style: none;
}

a:hover {
	color: #000;
}

h1, h2, h3, h4 {
	color: #205735;
	font-weight: normal;
	letter-spacing: 0px;
}

h3 {
	margin: 0; padding: 0; font-size: 16px;
}

h3 a {
	display: inline;
}
	

#maintable {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 950px;
	height: 100%;
	background: #FFF;
}

#quicklinks {
	position: absolute;
	top: 206px;
	left: 50%;
	margin-left: -82px;
	text-align: right;
	width: 557px;
	z-index: 200;
}

.header {
	background: url('../images/headloop.jpg') repeat-y #FFF;
	width: 950px;
	height: 100px;
	padding-left: 20px;
}

.masthead {
	height: 187px;
	width: 950px;
	padding-bottom: 0px;
	vertical-align: top;
}

.footer {
	text-align: center;
	vertical-align: bottom;
	background: url('../images/teepee.jpg') center bottom no-repeat #f4f4f5;
	height: 115px;
}

#nav {
	border: 0px solid #F00;
	width: 600px;
	float: right;
	text-align: right;
	margin-top: 30px;
}

.left {
	width: 200px;
	vertical-align: top;
	text-align: center;
	padding: 0 20px 20px 20px;
	background: #f4f4f5;
}

.left hr {
	border: 0;
	border-bottom: 1px dashed #888;
}

.left a {
	color: #000;
}

.this {
	color: #205735 !important;
}

.arrow {
	float: left;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-top: -3px;
}

.main {
	padding: 0 20px 20px 20px;
	vertical-align: top;
	background: #f4f4f5;
}

.lefthead {
	background: #000;
	height: 30px;
}

.mainhead {
	background: url('../images/headloop.gif') top left repeat-y #102517;
	height: 30px;
	padding: 10px 10px 10px 20px;
	color: #FFF;
	letter-spacing: 0px;
	font: normal 25px/30px Geneva, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight: lighter;
}

.mini {
	font-size: 14px;
}

.headshadow {
	background: url('../images/headshadow.gif') repeat-x #f4f4f5;
	height: 47px;
}

.footer a {
	color: #E00;
	text-decoration: none;
}



hr {
	border: 0;
	border-bottom: 1px dashed #888;
}


		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
			padding-bottom: 1em;
			border-bottom: 1px dotted #ccc;
		}
		#heading * {
			display: inline;
			padding: 4px;
			cursor: pointer;
			font-size: 16px;
			vertical-align: middle;
			user-select: none;
			selection { background: transparent; }
			-moz-selection { background: transparent; }

		}
		#heading li.active {
			background-color: #205735;
			color: #FFF;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-opera-border-radius: 10px;
			-moz-border-radius: 10px;
			user-select: none;
			selection { background: transparent; }
			-moz-selection { background: transparent; }
		}
		
		#wrapper { border: 0px dotted gray; margin: 1em; padding: 1em; }
		
		#panes {
			text-align: justify;
			border-style: none;
			width: 550px;
			margin: 0 1em 0 1em;
		}
		
		#panes p {
		  width: 550px;
		  margin: 0 auto 1em auto;
		  line-height: 1.2em;
		}
		
		#panes div div { overflow: hidden; }
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }


