﻿#showBodyParent
{
	position: absolute;
}

#showBodyParent .articleBody
{
	position: relative;
	left: 0px;
	top: -15px;
}

.topLink
{
	background: url(images/topLink.gif) no-repeat left center;	
	padding-left: 10px;
}

.mainPageQuickLinkList
{
	text-align:center;
	float:left;
	max-width:700px;
}

#faqList li
{
	font-size: 14px;
	margin-bottom: 3px;
}

#faqContent
{
	padding-left:20px;
}

#faqContent a
{
	color: #ffcc99;
}

#faqContent .question
{
	max-width:700px;
	font-size:14px;
}

#faqContent .answer
{
	max-width: 700px;
	color: gray;
}

#faqContent .topLink
{
	float:right;
	background: url(images/topLink.gif) no-repeat left center;	
	padding-left: 10px;
}