body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}	

#wrapper {
	width: auto;
	}
	
hr {
	margin-top: 50px;
	clear: both;
	}
	
#sidebar,
#menu_container,
#site_tools,
#page_header,
#breadcrumb,
#header_search,
.hide_print

 {
	display: none !important;
	}
	
.show_print {
	display: block !important;
	}
	
img {
	border: none;
	}
	
#header_logo img {
	width: 125px; /* Manually set to half the dimensions of the image */
	height: 30px;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	}
	
h1 {
	font-size: 26px;
	line-height: 30px;
	margin: 30px 0 10px;
	font-weight: normal !important;
	color: #004667;
	}
	
h1.section_header {
	margin: 50px 0 0;
	}
	
h2, h3, h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
	font-weight: normal;
	}
	
h2 {
	margin: 20px 0 10px;	
	}
	
h3 {
	margin: 30px 0 10px;
	line-height: 18px;
	}
	
h4 {
	margin: 40px 0 10px;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}