@media print {
body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
}
h1 {
	font-size: 24pt;
}
#t3-content {
	padding: 20px;
}
.item-page {
	padding: 0px;
}
h2 {
	font-size: 14pt;
	margin-top: 25px;
}
aside h2 {
	font-size: 18pt;
}
img {
	border: 0;
}
/* Remove unwanted elements */

#system-message-container {
	display: none;
}
a[href]:after {
	content: none;
}
.background-banner-inner, .slider, .languageswitcherload, .head-search, .sitemap-subscribe, .breadcrumbs, .hidden-phone, .xac-wrapper {
	display: none;
}
#t3-footer, #t3-mainnav, .t3-sidebar, .t3-navhelper, .t3-sl {
	display: none;
}
.do-not-print {
	display: none;
}
/* Ensure the content spans the full width */

#container, #container2, #content, #t3-content {
	width: 100%;
	margin: 0;
	float: none;
}
/* Change text colour to black (useful for light text on a dark background) */

.lighttext {
	color: #000;
}
/* Improve colour contrast of links */

a:link, a:visited {
	color: #781351
}
#socialbutton {
	display: none;
}
}
