/* Personhood 2006 Print CSS */

body {
	background: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif;
	font-size: 10pt;
	}

#nav, #subtitle {
	display: none;
	}
	
#banner {
	background:url(/images/grasp-white.gif) no-repeat 0 5px;
	margin:.4em 0 0;
	padding:0 0 0 1em;
	height: 125px;
}

#TM { 
	font-size:12px; 
	font-weight: bold;
	color:#003; 
	text-transform:uppercase;
	margin-left:500px;
	padding-top:55px;
}
	
#photo {
	padding:10px; 
	border:1px solid #ccc; 
	margin:5px 10px 5px 10px;
}

#content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent none;
	}

a:link, a:visited {
	text-decoration: none;
	color: #000;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 -.5em 0;
	padding: 0;
	color: #000;
	}
	
h1 {
	font-size: 16pt;
	}
	
h2, h3, h4, h5, h6 {
	font-size: 12pt;
	}

h5.byline {
	font-size: 10pt;
	}