
div.faqs
{
	margin: 0 10px 0 10px;
}
div.faqs ul.questions
{
	font-weight: bold;
}
div.faqs ul.questions li
{
	padding: 0 0 10px 14px;
	background: transparent url(images/BulletPointRound.gif) no-repeat 0 6px;
}
div.faqs ul.questions li a
{
	color: #b32323;
}
div.faqs div.answers
{
	
}
div.faqs div.answers h4
{
	font-size: 18px;
	color: #21255b;
	margin: 0 0 10px 10px;
}
div.faqs div.answers h5
{
	color: #b32323;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
div.faqs div.answers div.answerContainer
{
	background: #eaeaea;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}
div.faqs div.answers div.answerContainer p
{
	margin: 0 10px 10px 10px;
}
div.faqs div.answers div.answerContainer ul
{
	margin: 0 10px 10px 10px;
}
div.faqs div.answers div.answerContainer ul li
{
	padding: 0 0 10px 14px;
	background: transparent url(images/BulletPointRound.gif) no-repeat 0 6px;
}
div.faqs div.answers div.answerContainer a.backToTop
{
	background: transparent url(images/FaqBackToTop.gif) no-repeat;
	display: block;
	width: 629px;
	height: 38px;
	overflow: hidden;
	text-indent: -300px;
}

div.faqa div.leftColumn,
div.faqs div.rightColumn
{
	width: 310px;
	float: left;
	display: inline;
}
div.faqs div.rightColumn
{
	float: right;
}