/* --- PRINT STYLES FOR RHUSEMAN SITE ---- */
body {	
	font-family: Tahoma, Arial, Verdana;
	margin:0;
	padding:0;	
	font-size:9pt;
}
#headercontent #headerbio { /* hiding view bio image */
	display:none;
}
#leftcolumn { /*hiding main nav and other stuff in left column */
	display:none;
}
#branding { /* hiding large branding image */
	display:none;
}
a img {
	border:none;
}
.quote {	
	font-style:italic;
}
.top {
	display:none;
}
/* ICS Survey results print styles */
table.resultstable {
	border:1px solid #000;
}
table.resultstable td {
	text-align:center;
}
.highlight {
	font-weight:bold;
	background-color:#d7d7d7;
}
.yourscore {
	font-weight:bold;
	background-color:#d7d7d7;
}
#footernavwrapper { /* hiding footer nav */
	display:none;
}
#footercontent {
	font-size:8pt;
}