#effect-header {
	border-top: 1px dotted #fff;
	height: 28px;
	width: 100%;
	background-color: #ed6214;
}

#effect-header-title-wrapper {
	width: 800px;
}

#effect-header-blank {
	float: left;
	display: inline;
	width: 380px;
}

#effect-header-title {
	height: 20px;
	margin-top: 3px;
	width: 390px;
	padding-left: 10px;
	padding-top: 5px;
	border-left: 1px dotted #fff;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	float: right;
	display: inline;
	position: relative;
}

#faq-wrapper {
	background: #fff;
	width: 800px;
	padding: 20px 0 20px 0;
/*	border-right: 1px solid #ec5703;
	border-left: 1px solid #ec5703;
	border-bottom: 1px solid #ec5703;
*/
	text-align: left;
	font-size: 14px;
}

#faq-wrapper .question {
	margin: 10px 10px 20px 10px;
	font-size: 10pt;
}

#faq-wrapper .header {
	background-color: #5e9e09;
	color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

#faq-wrapper a {
	text-decoration: none;
	border-width: 0px;
}

