/*
	FILE: NewTemplatePrint.css
	PROJECT: MtMercy.edu Rebuild
	DATE: 2008 November 25
	AUTHOR: Bob Trapp
	DESCRIPTION: This is the CSS file for the new template for the rebuilt Mount Mercy Web site.  It is based on
						graphic images supplied be Cathy Lee-Poduska
	NOTE:  This CSS file is intended for Printing from the web browser
*/
* {
	margin: 0;
}

body {
	float: none !important;
	width: 100%;
	font-size: 12pt;
	display: inline;
}

div.header2 {
	display: none;
}

div.toppicture {
	display: none;
}

div.middlebar {
	display: none;
}

div.leftbar {
	display: none;
}

div.rightbar {
	display: none;
}

div.footer {
	display: none;
}

div.container {
	float: none !important;
	display: inline;
}

div.midsection {
	float: none;
	display: inline;
}

div.content {
	float: none;
	display: inline;
}

div.content p {
	padding-bottom: 1.5EM;
	page-break-inside: avoid;
}

a{
	color: #000000;
	text-decoration: underline;
}
a:after {
	content: " (" attr(href) ") ";
}

span.B_crumbBox,  .B_firstCrumb, .B_homeCrumb, .B_crumb, .B_lastCrumb, .B_currentCrumb {
	display: none;
}
