#scInteractiveContent{
	margin:0 auto 10px auto;
	padding:20px 0;
}
#scInteractiveContent a.scInteractiveContentQuestion{
	background-position:0 7px;
	background-repeat:no-repeat;
}
#scInteractiveContent a.scInteractiveContentQuestion, #scInteractiveContent a.scInteractiveContentQuestionChosen{
	margin:0 20px;
	padding:5px 10px 5px 20px;
	display:block;
	color:#9C2326;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent a.scInteractiveContentQuestion:hover{}

#scInteractiveContent a.scInteractiveContentQuestionChosen{
	background-position:0 7px;
	background-repeat:no-repeat;
	position:relative;
}
#scInteractiveContent .scInteractiveContentAnswer {
	display:none;
	padding:10px;
}	
#scInteractiveContent .scInteractiveContentAnswerPadding{
	padding:10px;
}
#scInteractiveContent .scInteractiveContentAnswerShow, #scInteractiveContent .scInteractiveContentAnswer{
	overflow: hidden;
	background-color: #fff;
	margin:0 20px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent .scInteractiveContentHeader{
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#0d3b77;
	margin:0 20px 10px;
}
#scInteractiveContent .scInteractiveContentExpandAllContainer{
	text-align:right;
	padding:5px 0;
}
#scInteractiveContent .scInteractiveContentExpandAllText{
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}
#scInteractiveContent .scInteractiveContentToTop{
	text-align:right;
}
#scInteractiveContent .scInteractiveContentHidden{
	visibility:hidden;
}
