#Content
{
	float:left;
	position:relative;
	width:70%;
	text-align:left;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}
#Content h3
{
/*	background-color:#CEF2E0;*/
	height:25px;
	border:0px;
/**/	border-bottom:1px solid #A3BFB1;/**/
	line-height:25px;
	vertical-align:middle;
	padding:0 6px;
	font-weight:bold;
}

#FAQTitle
{
	text-align:right;
	font-weight:bold;
	font-size:13px;
}
.FaqItems
{
	float:left;
	position:relative;
	width:33%;
}
.FaqItems ul
{
	list-style: none;
	padding:5px 5px 10px 10px;
	clear:both;
	margin:0px;
	padding:0px;
}
.FaqItems li
{
	margin-left:20px;
	margin-bottom:5px;
}
