@charset "UTF-8";
/*  refresh-print.css
	Created December 2014 for refreshed design in Ektron. Wholly dependent on refresh-all.css.
	
	Update 2/2/15 by Jason: Included page margins.
	Update 3/25/15 by Jason: made some div id reference updates

 */


@media print {


#accessoryContent, 
#breadcrumbsWrapper, 
.navbar-wrapper, 
.longline, 
.footerLinks,
#footerSubWrapper{
	display:none;
}


@page {
	margin: 0.5cm;
}


#sectionBannerText{
	color:#000000;
	text-shadow:0px 0px 0px;
	padding:0
}
#pageContentWrapper {
	width: 8.5in;
	line-height:16pt;
}
h1 {
	font-size: 24pt;
	color:#000000;
}

h2 {
	color:#000000;
	font-size: 16pt;
	margin-top: 25px;
}
h3 {
	color:#000000;
	font-size: 13pt;
	margin-top: 15px;
}
p {
	color:#000000;
	font-size: 12pt;
	margin-bottom: 15px;
}



}
