html {
	padding: 0;
	margin: 0;
	background: #c6c6c6 url(../img/template/bg_loop.gif) repeat-y 50% 0;
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: black;
	background: url(../img/template/body_bg.gif) no-repeat 50% 0;
	height: 101%;
}

#body a {
	text-decoration: none;
	color: #00f;
}

#body a:hover {
	text-decoration: underline;
}

#body p {
	margin-top: 1em;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#body br {
	line-height: 1.33em;
}

#body h1 {
	font-size: 1.67em;
	font-weight: normal;
	color: black;
	padding: 0px;
	margin: 0px;
}

#body h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: black;
	padding: 0px;
	margin: 0px;
}

#body h3 {
	font-size: 1.17em;
	line-height: 1.5em;
	font-weight: bold;
	color: black;
	padding: 0px;
	margin: 0px;
}

#body h4 {
	font-size: 1.17em;
	line-height: 1.5em;
	font-weight: bold;
	color: black;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 916px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 230px;
	color: white;
	overflow: hidden;
	line-height: 13px;
}

#top .top_link {
	font-size: 12px;
	line-height: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#top .top_link:hover {
	text-decoration: underline;
}

#menu {
	z-index: 50;
	padding-left: 0px; 
	margin-left: 0px;
}

#body {
	z-index: 40;
}

#content_box {
	margin: 25px;
}

#content_box .heading1 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
}

#content_box .heading2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

#content_box .heading3 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}

#content_box .heading4 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

#content_box .hiking_right {
	float: right;
	width: 470px;
}

#content_box hr {
	color: #fff;
	background-color: #fff;
	height: 2px;
	border: dashed #666;
	border-width: 1px 0 0;
}

#content_box .centered {
	text-align: center;
	display: block;
}

#content_box .heading5 {
	background-color: #ddd;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
}

#content_box .heading6 {
	margin-top: 30px;
	background-color: #ddd;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	clear: both;
}

#footer {
	background-image: url(../img/template/footer_separator.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 8px;
	text-align: center;
}

#footer #copy {
	font-size: 11px;
	color: #999;
}

#footer #copy a {
	color: #666;
	text-decoration: none;
}

#footer #copy a:hover {
	text-decoration: underline;
}