/* print styles */
BODY {
	font-family: "MS Serif", "New York", serif; 
	color: green; 
	background: white; 
	font-size: 8pt; 
	float: none; 
	margin: 0 5%; 
	width: auto; 
	}

P {
	font-size: 10pt;
	color: black;
	}

A:link, A:visited {background: white; 
	color: black; 
	text-decoration: underline; 
	font-weight: bold;
	}

H1  {background: white; 
	color: black; 
	font-size: 16pt;
	}

H2  {background: white; 
	color: #333333; 
	padding-bottom: 1px; 
	border-bottom: 3px solid gray; 
	font-size: 14pt;
	}

H3 {background: white; 
	color: #333333; 
	font-size: 12pt;
	}


H4, H5 {background: white; 
	color: blue; 
	font-size: 10pt;
	}

H6 {background: white; 
	color: Black; 
	font-size: 9pt;
	float: none; 
	margin: 0 5%; 
	width: auto;
 	margin-bottom : 1em;
	 }

i { color : gray; }





/* ------------------------------------------------------------------------------------------ */
/* Don't print these guys out */
/* ------------------------------------------------------------------------------------------ */

.leftcolumn {
	display: none;
}
.bottomrow {
	display: none;
}
.menutable {
	display: none;
}


/* ------------------------------------------------------------------------------------------ */
/* ensure that biographies print out in an ordered and consistent way */
/* ------------------------------------------------------------------------------------------ */

.biograph_name {
	font-weight : bold;
	font-size : medium;
	margin-right : 200px;
	}

.biograph_pix {
	width : 150px;
	height: auto;	
	}

.no_pix {
	width: 150px;
	}	
	
.biograph_table {
	width : 100% ;
	margin-bottom : 50px;
	padding : 6px;
	}
	
.biograph_table td {
	vertical-align : top;
	}	

