/*.page_content_container{
	height: 700px;
}*/
.faq_text a{
	font-size: 95%;
	font-weight: bold;
	color: #000099;
}

.faq_text a:hover{
	color: #0033FF;
}

/*Container for background image and FAQ Content/Text Container*/
.page_content_container{
	float: left;
	width: 770px;
	margin-top: 5px;
	}
.background_image{
	float: left;
}

/*Content/Text Container*/
.faq_content_container{
	float: left;
	width: 550px;
	margin-top: 5px;
	margin-left: 15px;
}

/*Placeholder to format FAQ Header Text, if needed*/
.faq_header{
	margin-top: 0px;
}

/*Format FAQ Sub-header Text*/
.faq_sub-header{
	margin-left: 15px;
	margin-top: -5px;
}
/*Format FAQ content text*/
.faq_text{
	margin-left: 25px;
	margin-top: -5px;
}
/*Allows segment height to adjust based on content; with "background-image, height: auto" above*/
.clear{
	clear: both;
}