@charset "utf-8";
body {
	font-size: 16pt !important;
	background: white !important;
}


#printwrapper {
	display: block !important;
	padding-bottom: 20px;

}

#printwrapper img {
	float: left;
}

#printwrapper p {
	font-size: 14pt;
	float: right;
	margin-top: 20px;
}


ul.main_bullet_list li {
	list-style-type: square !important;
	margin-left: 15px !important;
	padding-left: 5px !important;
}


/****************************** TOPIC PAGE STYLES *************************/


.topicpage #top_banner_content, #smoothmenu_mainnav, #footer, #searchwrapper {
	display: none !important;
} 

.topicpage #maincontentwrapper, .topicpage #maincontent {
	page-break-before: avoid !important;
	float: none !important;
	width: 100% !important;
	margin-left: 3% !important;
	margin-right: 10% !important;
	padding: 0 !important;
}



.topofpage {
	display: none;
}

.break_before {
	page-break-before: always;
}

.break_after {
	page-break-after: always;
}

