@charset "utf-8";
/* CSS Document */

.header, .headnav, .topnav, .sidebar1, .footer, .headlinks, #IntensiveServices{
	display:none;
}
.content, .printhead{
	display:inline;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; /*made so (hopefully) no overflow as text otherwise increases in size when printing*/
}
.printhead h1{
	text-align:center;
	font-size:inherit;
	position: relative;
}
.printhead img{
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.biosText {
	width:60%;
	float:left;
}
.biosPic{
	width: 40%;
	float:right;
}

