/* globals */
* {
	background-image:none !important;
}
body {
	margin:0px 8% !important;
}
/* hide non-printing elements */
#footer img,
#searchbox,
#downbutton,
.dropbox,
.noprint {
	display: none !important;
}
/* show the copyright text */
#footer p {
	display:block !important;
}
/* header adjustments */
#header {
	width:95%;
}
	#header img {
		margin-left:60px;
	}
		#header img.bar {
			display: none;
		}
/* re-margin and align the main content */
#middle table {
	width:95%;
	margin: 0px auto;
}
/* links, make sure they're underlined and add the url */
a {
	text-decoration: underline;
}
	.copy a:after, .sidecopy a:after {
		text-decoration: none;
		content:"["attr(href)"]";
	}
