/* Education for Health - Print stylesheet */

/* Add all divs that need hiding on this line: */
#header, #footer_inner h2, #featuretabs, body#index #rightcol, #rightcol, #midcol, #mapwrapper {
	display: none;
	float: none;
	
}

/* Add all divs that lead to the (and including) #content div: */
#content {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}

img {
	display: none;
}

#leftcol {
	width: 940px !important;
}

