body {
	background: white;
	margin-left: 5%;
	margin-right: 5%;
}

.noprint, .nav, .textnav, .tertnav {
	display: none;
}

#subheadnav {
	position: absolute;
	left: 0px;
	top: 55px;
}

.print {
	background: white;
}

div#content, div.copyright {
	border: 0;
	float: none;
	background: white;
	margin-left: 0;
	margin-right: 5%;
}

div.footer div.bug {
	display: none;
}
div.footer p.links {
	position: static;
}

a:link, a:visited {
	color: #0033ff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#tag, h2, h3, h4 {
	text-align: left;
	font-size: 14px;
}				

h1 {
	font-size: 18px;
	font-weight: bold;
}

/* added to get netscape/explorer to not run content off the right edge */
div#content p {
	width: 100%;
}

