@media print {
	/**
	 * Hide navigation and other control elements.
	 */
	#nav, #sectionnav, #footernav, div.breadcrumb, #sitemap, #regionSwitcher, #controls, #features, #footercap, #promos {	
		display: none;
	}
	
	body {
		font-family: Georgia, Times, sans-serif;
		line-height: 1.2em;
		margin: 0 1%;
		font-size: 12pt;
		line-height: 1.6em;
		background-image: none;
		color: #000;
		background-color: #FFF;
	}
	
	#pagecolumn {
		width: auto;
		margin-bottom: 0;
	}
	
	#header {
		width: 100%;
	}
	
	#header h2:before {
		content: url(/fileadmin/marquee/images/logo-ribbon.png);
	}
	#header h2 {
		width: 100%;
		background-image: none;
	}
	
	#body a:link:after, #body a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	#body h1 a:link:after, #body h1 a:visited:after {
		content: none;
	}
	
	a:link img, a:visited img {
		text-decoration: none;
		border: 0;
	}
	
	#header {
		
		float: left;
		margin-right: 10px;
	}
	
	#body {
		margin-top: 5px;
	}
	
	#footershelf {
		background-image: none;
		background-color: transparent;
		height: auto;
		min-height: 0;
		padding: 10px 0 0 0;
	}
	
	#footer, #footercap {
		background-image: none;
		padding: 0;
		margin: 0;
	}
	
	#footershelf hr {
		display : none;
	}
	
	#footer_copyright {
		margin-bottom: 0;
	}
	#footer_copyright p {
		margin-bottom: 0;
	}
	div.usda:before {
		content: url(../images/usda-bw.png);
		background-image: none;	
	}
	#footerbody div.usda {
		height: 5px;	
		bottom: 35px;
	}
	div.usda a {
		display: none;	
	}
}
