/* Print Style Sheet  
*/

@media print {

body { 
background: white; 
color: black;
font-family: Helvetica, Arial, sans-serif; 
margin: 3em 
font-size: 11px;
	}

a {
	text-decoration: none;
}

img {
	float: right;
	border: 0;
}

#top, #sidebar, #footer, #copyright-out, .breadcrumb, .addthis_toolbox {
	display: none
	}

#content {
	display: block
	}

}