/****** can this be in the config? ****/
#BioButtonBlock .button
{
	display:none;
}

#presentationPanelBlock
{
	background-image:url(/build/Common/images/presentation_panel_background_large.jpg);
	background-repeat:no-repeat;
}


#scrollingBlock
{
	line-height:13px;
}

#scrollBar
{
	position:absolute;
	top:40px;
	left:562px;
	height:378px;
	width:16px;
	background-image:url(/build/Common/images/scroll_background.gif);
	background-repeat:no-repeat;
}

#scrollBar #arrowBlock
{
	position:absolute;
	bottom:0px;
}

#sectionBlock
{
	padding:0px 0px 18px 0px;
	margin:0px 0px 15px 0px;
	background-image:url(/build/Common/images/dotted_hr.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.sectionHeading
{
	font-size:17px;
	line-height:20px;
	font-weight:bold;
	color:#993;
	padding:0px 0px 0px 0px;
}

.subHeading
{
	font-size:14px;
	line-height:17px;
	color:#993;
	padding:0px 0px 8px 0px;
}

.label
{
	font-weight:bold;
	color:#993;
}

.QABlock
{
	padding:0px 0px 16px 0px;
}

.note
{
	padding:4px 0px 0px 0px;
}

.questionBlock
{
	font-weight:bold;
}

.answerBlock
{
	padding:5px 0px 0px 0px;
}






