/* Print Layout */
body {
	font-family: "Trebuchet MS",Verdana,Geneva,sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #333;
}

a, a:link, a:visited {
	color: #9e0000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #d80000;
	text-decoration: underline;
}

p {
	margin: 1px 0 15px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 0;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
	padding: 5px 0 0;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

ul {
	margin: 3px 5px 12px 0;
}

#nav, #news, #people-header {
	display: none;
}

