@charset "utf-8";
#contentContainer1{
	background-image: url(../../images/content/layout/WhiteBG.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
#contentContainer2{
	background-image: url(../../images/content/layout/FAQHeader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#contentContainer3{
	background-image: url(../../images/content/layout/WhiteFooter.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 592px;
}
* html #contentContainer3{
	height: 592px;
}
#contentContainer{
	padding: 120px 75px 10px 400px;
}
.faqLink{
	font-weight: bold;
	text-decoration: none;
	color: #057ECD;
	line-height: 150%;
	border-bottom: 1px dashed #057ECD
}
.faqLink:hover{
	background-color: #057ECD;
	color: #fff;
	text-decoration: none;
	border: none;
}
.faqDivider{
	border-bottom: 1px solid #057ECD;
	margin: 20px 0;
}
.faq{
	padding-bottom: 0px;
}
.faq a{
	font-weight: bold;
	text-decoration: none;
	color: #057ECD;
	line-height: 150%;
	border-bottom: 1px dashed #057ECD;
}
.faq a:hover{
	background-color: #057ECD;
	color: #fff;
	text-decoration: none;
	border: none;
}
.faqTitle{
	font-weight: bold;
	color: #057ECD;
}
.faqAnswer{
	padding-left: 15px;
}