body
{
	text-align: center;
	font-family: arial;
	background: #4E4E4E;
	color: black;
}


#container
{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	background: #FFF url(header-base.gif) repeat-y;
}

h1
{
	background: #F37521;
	align: center;
	padding: 10px 90px;
	margin: 0;
	border-top: 8px solid black;
	border-bottom: 8px solid black;
}

#nav
{
	float: left;
	width: 180px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 15px 0;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#nav a
{
	display: block;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	font-style: italic;
	background: black;
	color: #FFF;
	padding: .5em .5em;
	border: 1px solid #F37521;
	width: 10em;
}

#nav a:hover
{
	background: #F37521;
	color: #000;
}

#nav li
{
	display: inline;
}

ul#hornav
{
	margin-left: 0;
	padding-bottom: 8px;
	padding-left: 0;
	list-style-type: none;
	background: black;
	float: left;
	width: 800px;
}

ul#hornav li
{
	display: inline;
}

ul#hornav a
{
	display: block;
	float: left;
	padding: .2em .5em;
	text-decoration: none;
	color: white;
	border-right: 1px solid #F37521;
	border-left: 1px solid #F37521;
	margin: 1px;
}

ul#hornav a:hover
{
	color: black;
	background: #F37521;
}

#content
{
	float: left;
	width: 750px;
	margin-left: 25px;
	padding: 8px 0;
}

#content div.image
{
	float: right;
	width: 400px;
	color: white;
	margin: 0 1em 1em 1em;
	display: inline;
	text-align: center;
	padding: 10px 10px 5px 10px;
	background: black;	
}

#content div.image img
{
	border: 3px solid #F37521;
}

#content caption
{
	text-align: left;
}

#content table
{
	border collapse: collapse;
	width: 750px;
}

#content th, td
{
	border: 1px solid black;
	padding: .2em;
}

#content p
{
	text-align: justify;
}

#content tr
{
	background: #E2E2E2;
}

#content thead th
{
	background: #F37521;
}

#content tr.alt
{
	background: #C6C6C6;
}

#content div.fullphoto
{
	float: center;
	width: 700px;
	color: white;
	margin: 0 1em 1em 1em;
	display: inline;
	text-align: center;
	padding: 10px 10px 5px 10px;
	background: black;
}

#content div.fullphoto img
{
	border: 3px solid #F37521;
}

#content div.thumb
{
	float: left;
	width: 175px;
	margin: 0 5px 5px 5px;
	text-align: center;
}

#content div.byline
{
	font-size: x-small;
	font-weight: bold;
}

#content div.thumb2
{
	float: left;
	width: 360px;
	margin: 0 5px 5px 5px;
	text-align: center;
}

#content div.thumb img
{
	border: 0px;
}

#content li
{
	list-style-image: url(beaver_bullet_30.jpg);
}

#footer
{
	clear: both;
	background: #F37521;
	color: black;
	padding: 1px 10px;
	text-align: right;
	font-size: 80%;
	border-top: 8px solid black;
}

h2
{
	margin-top: 0;
	font-weight: strong;
	font-style: italic;
}

a:link
{
	color: black;
}

a:visited
{
	color: black;
}

a:hover, a:active
{
	color: #F37521;
}



