body {
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	font-size: 15pt;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
body#secondary #header {
	background: none;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 0;
	float: none;
	}
	
body#secondary #header h1 {
	color: #000;
	font: 20pt "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	height: 50px;
	float: none;
	}
	
body#secondary #header h1 a {
	background: none;
	text-decoration: none;
	color: #000;
	text-indent: 0em;
	margin: 0;
	padding: 0;
	}
	
#contentContainer, body#secondary #contentContainer, #innerContentContainer, #innerContent {
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	}
	
#content, body#secondary #content {
	width: 100%;
	float: none !important;
	margin: 0;
	padding: 0;
	position: static;
	color: #000 !important;
	}

#content h1, #content h2, #content h3, #content p, #content li, #content td, body#secondary #content h1, body#secondary #content h2,
body#secondary #content h3 {
	color: #000;
	}
	
body#secondary #content h1 {
	font-size: 15pt;
	}

#content a:link, #content a:visited {	
	color: #000;
	text-decoration: none;
	}	
	
#userTools, #primaryNav, #secondaryNav, #contentMenu, ul#tools, #footer, #footerLogo {
	display: none;
	}
	
div.hr {
	border: none;
	}
	
	
div.hr hr {
	display: block;
	}

	
img.right {
	float: right;
	margin: 0 0 25px 30px;
	}

