body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #000000;
	background: white;
}

h1, h2, h3, .highlight {
	color: #000000;
}
a {
	color: Blue;
}
.noPrint, #buttonBar, #textSectionMenu, #pageMenu, #headerBlock, img, object, .homeRightColumn {
	display: none;
	visibility: hidden;
}
#redStripeWrapper {
	position: relative;
	height: 140px;
	border: none;
	color: Black;
}
#sectionName img {
	background-color: #ED1A2E;
	border: 1px solid red;
	background-image: url(../img/general/BHF_logo.gif);
	/*position:absolute;*/
}
#leftColumn {
	margin: 0;
	border: none;
	width: 100%;
}
.printImg, .printThis {
	display: block;
	visibility: visible;
}
.topRightColumn, .topContentRow, #rightColumn, #answerDetails, .leftColumnContent, .leftColumn, .smallImageLeftColumnContent, .thankYouLeftColumn, .thankYouRightColumn, .financialContentWidth, .tabularInfo, .homeIndex, .overviewIndexRightColumn#rightColumn, .qOf, #question, ul.answerOptions, #answerLetter, #answerDetails, #leftFooter, #footerBlock, .smallImageLeftColumnContent, #rightColumn.howHelpIndexRightColumn {
	width: auto;
	margin: .1in;
	border: none;
}
.thankYouRightColumn {
	position: relative;
	display: block;
}
.thankYouLeftColumn {
	float: none;
	width: auto;
	margin-left: 0;
}
ul.answerOptions {
	margin-top: 3em;
	border: none;
}


/* this is CSS3 its valid but won't validate as CSS2 - it prints the URL after a link so it has more relevance when printed */
a.printURL:link:after, a.printURL:visited:after {
	content: " (" attr(href) ") ";
}


#sectionName span h1 {
	font-size: 1.75em;
	border: none;
	margin-left: -20px; /* this may need adjustment in IE, as there was a gap between span and surrounding div, and making margins & paddings 0 didn't fix it */
	padding: 0;
}
#redStripe {
	border: none;
	padding-left: 0;
	margin: 0;
}
/*#mainContent.homeIndex #leftColumn {
	border: none;
	width: auto;
	margin: .1in;
	padding: 0;
	position: relative;
}
.homeIndex #rightColumn, .rightColumnTopLHS, .rightColumnTopRHS, .rightColumnBotLHS, .rightColumnBotRHS {
	display : block;
	position: relative;
	border: none;
	padding-left: 0;
	padding-top: 0;
	float: none;	
	clear: both;
	margin: 0;
}*/
.pageBreak {
	page-break-before: always;
}
#mainContent {
	border: none;
	padding: 0;
	margin: 0;
}
#answer {
	clear: left;
	padding: 0;
	margin: 0;
	float: none;
}


/*#chartOneDiv, #chartTwoDiv, #signatories, #parentheses, #councilMembers, li.extrasAssetsList, #leftColumn, #contentRow, #bhfHomeButtons, .thankYouLeftColumn, li.contactAssetsList, #leftButtons, #leftButtons li, #rightButtons, #rightButtons li, #sectionMenu li, #bhfLogo, #leftColumnImage, .leftColumnImage, #rightColumnImage, .rightColumnImage, #leftFooter, #relatedLinkLeftList, #sectionName, ul.answerOptions li, ul.answerOptions span, span.answerCorrect {
	float: none !important;
}*/
#mainPage, #mainContent, .topRightColumn, .contentRow, .leftColumn, .leftColumn, .leftColumnContent, .smallImageLeftColumnContent, #signatories, #peterHollins {
	float: none !important;
	position: relative;
}


#mainPage:before {
	content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed.";
	display: block;
	margin-bottom: 3mm;
	padding: 3px 3px 2px;
	text-align: center;
	font-size: 8pt;
}
#footerBlock {
	position: relative;
	float: none;
	vertical-align: top;
}

#bhfLogo {
	float: right;
}
