/* Print Layout */
body {
	font-family: "Lucida Grande",Verdana,Geneva,sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #333;
	background-color: #eee;
}

a, a:link, a:visited {
	color: #36f;
	text-decoration: none;
}

a:hover, a:active {
	color: #999;
	text-decoration: none;
}

p {
	margin: 5px 0 10px;
	padding: 0;
}

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

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

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

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}


#header, #navbar, #nav, #navimages {
	display: none;
}
