@media print {
	#logoArea{
		margin:0 auto;
		width:100%;
		text-align:center;
		position: absolute;
	}
	.searchArea, .topRowArea, .mediaLinks, .boa-mobile-nav-wrapper a.boa-mobile-nav-item, #bottomRow, #footerNav, #FlyOutArea, #rightColumn{
		display:none;
	}
	#copyrightArea{
		float: none!important;
		width: 100%;
		text-align: center;
		clear: both;
		border-top:1px solid #ddd;
		padding-top:20px;
	}
	#copyrightArea div>p{
		color:#333 !important;
	}
	#headerWrapper{
		border-bottom:1px solid #ddd;
	}
}
