@charset "UTF-8";

body
{
	width: 100%;
	background: none;
}
#printHeader
{
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 23px;
	color: #28778E;
	margin-bottom: 15px;
}
#printHeader img
{
	display: block;
	margin-bottom: 15px;
}
#headerContainer
{
	display: none;
}
/*#logo
{
	width: 345px;
	display: inline;
	position: relative;
	left: 0;
	top: 0;
}
ul#toolsNav
{
	display: none;
}*/
#navContainer
{
	display: none;
}
img#artbar
{
	display: none;
}
#pageContentContainer
{
	width: 520px;
	background: none;
	margin: 0;
	overflow: visible;
}
#leftColumn
{
	display: none;
}
.centerColumn, .centerColumnWithShadow
{
	width: 520px;
	float: none !important;
	margin: 10px 0 0 0;
	position: relative;
}
.centerColumnWithShadow .topRightShadow
{
	display: none;
}
.centerColumnWithShadow
{
	background: none;	
}
.centerColumnFullWidth
{
	width: 520px;
	float: none !important;
	margin: 10px 0 0 0;
	position: relative;
}
.centerColumnFullWidth p.horizontalDivider
{
	display: block;
	width: 520px;
	height:2px;
	float: none !important;
	margin-bottom: 15px;
	border-bottom: 1px dotted #28779E;
}
img.bioPhoto
{
	float: none !important;
	display: inline;
}
.centerColumnFullWidth h1, .centerColumnFullWidth h2, .centerColumnFullWidth h3, .centerColumnFullWidth p, .centerColumnFullWidth ul
{
	width: auto;
}
#qMicrobeTableContainer
{
	border: none;
}
#qMicrobeTable
{
	border-collapse: collapse;
}
#qMicrobeTable td, #qMicrobeTable th
{
	background: none;
	border: 1px solid #CCC;
}
#qMicrobeTable td.rowTwo li, #qMicrobeTable th
{
	color: #060606;
}


.rightColumn
{
	width: 180px;
	float: none;
	margin: 0;
}
#footerContainer
{
	display: none;
}
#printFooter
{
	display: block;
	width: 520px;
	margin: 0;
	padding-top: 25px;
	background: none;
}
#printFooter p
{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #2A2A2A;
	text-transform: uppercase;
}
p.topLink
{
	display: none;
}


