@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/QuizzesPollsHeader.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: 447px;
}
*html #contentContainer3{
	height: 447px;
}
#contentContainer{
	padding: 145px 80px 40px 300px;
}
#contentContainer a{
	color: #037fbf;
	text-decoration: underline;
}
#contentContainer a:hover{
	text-decoration: none;
	background-color: #037fbf;
	color: #fff;
}

.passQuiz_title{
	color: #037fbf;
	font-size: 14px;
	font-weight: bold;
}
.passQuiz_questionBox{
	color: #8f5817;
	width: 350px;
}
.passQuiz_quizBtnSubmit{
	border: 1px solid #000;
	color: #fff;
	background-color: #037fbf;
}