body {
	background-color: #2a3621;
	margin:0px;
}

.clearfloat {clear:both;}
.hidden {display:none;}

#container {
	position:relative;
	width: 1005px;
}

#header {
	position:relative;
	width: 1005px;
	height:259px;
}

#contentarea {
	position:relative;
	width: 1000px;
	margin-right:5px;
	padding-bottom:15px;
}
#contenttable {width:100%; height:600px;}
#leftcol {
	position:relative;
	width:345px;
	text-align:center;
	background-image: url(../images/quest_left_bg.jpg);
	background-repeat: repeat-y;
	z-index:10;
}
#leftcol_bg_top {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/quest_left_top.jpg);
	background-repeat:no-repeat;
	width:345px;
	height:231px;
	z-index:0;
}
#leftnav {
	position:relative;
	width:272px;
	margin-left:50px;
	margin-right:23px;
	top:0px;
	text-align:center;
}
#search {
	position:relative;
	width:242px;
	height:28px;
	margin:auto;
	margin-bottom:30px;
	background-image:url(../images/search_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#search .search_bar_field {
	position:absolute;
	top:9px;
	left:40px;
	height:16px;
	color:#333333;
	background-color:#9aa0a9;
	border:0px;
	padding:0px;
}
#search .go_button {
	position:absolute;
	top:0px;
	left:0px;
}
#content {
	position:relative;
	text-align:left;
	background-image:url(../images/quest_content_bg.jpg);
	background-repeat:repeat-y;
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	background-color:#ffffff;
	border-right:#e3e5e2;
	z-index:1;
}
#content img.contenttop {
	position:relative;
	display:block;
	top:0px;
	margin-left:-15px;
	margin-right:-15px;
	width:655px;
	height:14px;
	z-index:0;
}

#footer {
	position:relative;
	width: 956px;
	height:76px;
	margin-left:49px;
	font-size:12px;
	text-align: center;
	color:#7da162;
	background-image: url(../images/quest_footer_bg.jpg);
}

#footer a {
	color: #7da162;
	text-decoration: none;	
}

#footer a:hover {
	color: #336600;
	text-decoration: none;
}
#contact {
	position:absolute;
	width:200px;
	top:8px;
	left:0px;
}
#credit {
	position:absolute;
	width:200px;
	top:8px;
	right:20px;
	text-align:right;
}
#footernav {
	position:absolute;
	width:200px;
	bottom:18px;
	right:20px;
	text-align:right;
	word-spacing:8px;
}

a {
	color: #002038;
	text-decoration: underline;
}

a:hover {
	color: #7da162;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}
