#scInteractiveContent, #cont2, #cont3, #cont4, #cont5, #cont6, #cont7, #cont8 {
	margin:0 auto 10px auto;
	border:1px solid #e5e9ec;
	width:695px;
	background-color:#f7f8fa;
	padding:20px 0;
}
a.scInteractiveContentQuestion {
	background-position:0 7px;
	background-repeat:no-repeat;
}
a.scInteractiveContentQuestion, a.scInteractiveContentQuestionChosen{
	margin:0 20px;
	padding:5px 10px 5px 20px;
	display:block;
	color:#0d3b77;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
 a.scInteractiveContentQuestion:hover{
	background-color:#f5f4d5;
}
a.scInteractiveContentQuestionChosen{
	background-color:#f5f4d5;
	background-position:0 7px;
	background-repeat:no-repeat;
	position:relative;
}
.scInteractiveContentAnswer {
	display:none;
	padding:10px;
}	
.scInteractiveContentAnswerPadding{
	padding:10px;
}
.scInteractiveContentAnswerShow, .scInteractiveContentAnswer{
	overflow: hidden;
	background-color: #fff;
	margin:0 20px 5px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
.scInteractiveContentHeader{
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#0d3b77;
	margin:0 20px 10px;
}
.scInteractiveContentExpandAllContainer{
	text-align:right;
	padding:5px 0;
}
.scInteractiveContentExpandAllText{
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}
.scInteractiveContentToTop{
	text-align:right;
}
.scInteractiveContentHidden{
	visibility:hidden;
}
