@charset "utf-8";
.faqheadnig {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 8px;
	float: left;
}
a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF7302;
	text-decoration: underline;
	text-align: center;
}
.faq_bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding: 8px;
	float: left;
}
#faqsidebar {
	height: 2950px;
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-right: 28px;
	margin-bottom: 12px;
	margin-left: 0px;
	position: absolute;
	left: 686px;
	display: inline;
}
#faqbody {
	width: 970px;
	padding: 0;
	position: relative;
	background-image: url(imgs/contentbg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 3050px;
}

