/* CSS Document */
.banner 
{
	height: 120px;
	width: 894px;
}

.banner_img
{
	float:left;
	margin-left:25px;
	width:316px;
	height:120px;
	background-image: url(../images/alumni_story_bg.jpg);
	background-repeat: no-repeat;
}

.page_title
{
	color:#B1CCDF;
	font-size:20px;
	font:Arial;
	text-align:center;
	vertical-align:middle;
	margin-left:165px;
	margin-top:50px;	
	float:left
}

.text_content {
	font-family: Arial;
	height: auto;
	width: 884px;
	margin-left:10px;
}

.text_image{
float:left;
width:368px;
height:58px;
background-image:url(../images/member_agreement_image.jpg);
background-repeat:no-repeat;
background-repeat:no-repeat;
margin-top:35px;
margin-left:5px;

}
.question {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	width: 800px;
	margin-top: 30px;
	margin-left: 60px;
}

.questiontext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-left:5px;
	width: 700px;
}
.answer {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	width: 800px;
	margin-left: 60px;
}

.answerText {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-left: 5px;
}

.faqpage{
		width:894px;
		height:0 auto;
		padding:0;
		margin: 0 auto;
		}