html,body{margin:0;padding:0}
body{
	background:#537082 url(/fend/images/bg.jpg) left top repeat-x;
	font: 70% arial,sans-serif;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
h2
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #5C6639;
}

h3
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #536F82;
}

h4
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #695C52;
}

div#header{
	position:relative;
	line-height:80px;
	margin:0;
	background: #EEE;
	color: #79B30B
}

div#topnavshell{
	background:#fff url(/fend/images/topnav.gif) left top no-repeat;
	height:38px;
	padding:0;
	margin:0;
}

div#topnav{
	font-size:120%;
	text-align:center;
	color:#fff;
	padding:9px 0 0 0;
}

div#topnav a{
	font-size:80%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:10px;
	margin:0 13px;
}

div#topnav a:hover{
	color:#e1e5b9;
}

div#container{
	background:#fff url(/fend/images/bg-container.gif) left top repeat-y; 
	width:768px;
	text-align:left;
	margin:0 auto;
}

div#titleprint{
	clear:both;
}

div#title{
	float:left;
}

div#print{
	float:right;
	padding-top:10px;
	
}

div#contentshell{
	float:right;
	width:600px;
}


div#contentshell h1{
	color: #1b2f47;
	font-size:16px;
	margin:0;
	padding:10px 0 0 0;
	}

div#content{
	margin-top:40px;
}

div#content p{
	text-align:center
	margin:0;
	padding:0;
}

div#navigation{
	float:left;
	width:158px;
}

div#leftnav{
	background:transparent url(/fend/images/bg-leftnav.gif) left top no-repeat; 
	height:228px;
	margin-left:5px;
}

div#wfobearhunt{
	background:transparent url(/fend/images/bg-moose.jpg) left top no-repeat; 
	color:#fff;
	font-size:90%;
	padding-top:160px;
	padding-left:20px;
	margin-left:5px;
}

div#wfobearhunt h2{
	font-size:100%;
	padding:0;
	margin:0;
}

div#footer{
	background:#fff url(/fend/images/bg-footer.gif) left top no-repeat; 
	clear:both;
	text-align:right;
	width:100%;
	height:35px;
	padding-top:10px;
}

div#bottomnav{
	text-align:center;
}
	
div#bottomnav a{
	display:inline;
	background:#fff;
	padding:0 4px;
	color: #688193;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	}

div#bottomnav a:hover{
	display:inline;
	color: #688193;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	}

a:link, a:visited, a:active {
	color: #BC0402;
	text-decoration: none;
	}

a:hover {
	color: #BC0402;
	text-decoration: underline;
	}
	
/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/

/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}