/* Print CSS for Maine Masonic College */
/* want main content and sidebar but not heading or navigation */

#masthead {
	background-image: none !important ;
	display: none;
}

#menubar {
	display: none !important ;
}

#logodiv {
	display: none !important ;
}

#maincontent {
   background: white;
	margin-left: 0px !important;
	width: 100% !important;
	font-family: Georgia;
	font-size: 11pt;
	
}



/*  Browser bug: If a floated element runs past the bottom of a printed page,  */
/*  the rest of the float will effectively disappear, */
/*   as it won’t be printed on the next page. */
#sidebar {
	float: none;
}

#sidebar h3 {
	text-align: left;
}

/* Need to change copyright/footer to not print */
/* But do need copyright statement on print */
