/* @override http://www.imdc.org/wp-content/themes/imd/print.css */

/* Print Style Sheet */
@media print {
body { background:white; color: #222; margin:0; font-family: helvetica, arial, sans-serif;
padding: 0px 50px 0px 50px;

 }

body p{
	font-size: 12px;
}
body p a{
	color: #222;
	text-decoration: none;
}
.TitleText {
	font-weight: bold;
}

#leftsidebar {
	display: none;
}
h2.leftsidebarheadline {
	display: none;
}
img.backgroundimage {
	display: none;
}

#globalwrapper img {
	display: none;
}
#pagesnav{
	display: none;
}
#header { }
#content { }
#comments { }
#sidebar { }
#footer { border-top: 1px solid #ddd; padding: 5px 0px 0px 0px; }
}