/*-- Do Not Print --*/
#navigation,
#header {
	display: none;
	height: 0;
	width: auto;
}

/*-- Design Change --*/
html, body, p, ul {
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

#container, 
#content, 
#content p {
	width: auto !important;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
	width: auto !important;
	position: relative !important;
}

a:link, 
a:visited {
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #000;
}