@media print {
	body {
		font: 13pt Tahoma, Geneva, sans-serif;
		line-height: 1.5;
		color: #000;
		background: #fff;
	}
	#popupmenu, #sidebar-first, #popuptoggle, .menu_wrapper, #footer {
		display : none;
	}
	#container > .content-sidebar-wrap > #content {
		width : 100%;
	}
	#container {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#inner_header_wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-bottom: 0;
	}
	.contact_dept {
		box-shadow: none;
	}
	.groupbanner {
		height : auto;
	}
	.groupbanner div {
		display: block;
		justify-content: unset;
		align-items: unset;
		text-align: center;
	}
	#header_wrapper {
		background: white;
	}
	div.noprint {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#logo {
		display : block;
		margin-left : auto;
		margin-right : auto;
		width : 4in;
	}
	#datelist div div, #datelist div, #datelist, #datelist div div div {
		padding : 0;
		margin : 0;
		border : 0;
		background-image : none;
	}
	.newsitemwrapper {
		padding : 0;
	}
}