/* hiding .milonictable ensures that none of the milonic menus show up in a printed page. */
#headerpic, #nav, .mmenucontainer, #leftcolumn, #breadcrumb, #rightcolumn {
	display: none;
}

html, body {
	background: transparent;
	background-color: #FFF;
	min-width: 0; /* inherited min-width was killing IE and FF when trying to print */
	min-height: 0;
	height: auto;
}

#body {
	width: auto;
	margin: 0;
}

#middlecolumn {
	float: none !important;
	overflow: visible !important;
	width: auto;
	margin: 0;
}

#content {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	margin: 0;
	padding: 0;
}

#content blockquote {
	width: 40%;
	margin-bottom: 10px;
}

#content blockquote div:before  {
	content: open-quote;
}

#content blockquote div:after  {
	content: close-quote;
}

.tab-block .body {
	border: 0;
}

.section {
	border: none;
	padding: 0;
	margin: 0;
}

.section p {
	padding: 0;
}