/* Print Style Sheets */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 1em;
	padding: 0;
	width: 75%;
}
h1 {
	font-size: 1.5em;
}
h1 img {
	display : none;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0 0 1em 0;
	padding: 0 1em 0 0
}
a {}
ul {}
ul li {}
blockquote {}

/* Page Layout */
div.top ul {
	display : none;
}
div.logo img {
	border: none; 
}

div.prev_next_icons {
	display: none;
}
div.breadcrumb {
	padding-bottom: 20px;
}
div#nav {
	display : none; 
}

hr {
	height: 1px;
	border: none;
	background-color: #000;
	clear: both;
	}
div.subnavigation {}
div.content {
	border-top : 1px solid #000;
	padding-top: 40px;
	width:85%;
}
div.footer {}

