body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}	

#wrapper {
	width: auto;
	}
	
#sidebar, #menu_container, #site_tools, #header_nav, object, hr {
	display: none;
	}
	
img {
	border: none;
	}
	
#header_logo img {
	width: 203px; /* Manually set to half the dimensions of the image */
	height: 26px;
	}

#sizer {
	width: auto !important;
	}
	
.content_table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	}
	
.content_table td {
	padding: 5px;
	border: 1px solid #ddd;
	}
	
#footer {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00597E;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-variant: normal;
	background: url(images/content_h1_bg.gif) repeat-y left top;
	font-size: 40px;
	margin: 0;
	}
	
h2 {
	margin-bottom: 20px;
	font-variant: small-caps;
	}
	
h3 {
	font-size: 26px;
	margin: 10px 0 0 0;
	line-height: 1.1em;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.4em;
	text-transform: uppercase;
	}