
/* White background, black text, arial font, decent font size */
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 12pt;
	width: 100%;
}
/* Change the layout to remove columns */
html body {
	background: transparent;
	width: auto;
}
#printme {
	float: left; 
	clear:both;
	width: 100%;
	visibility: visible;
	display: block;
	font-size: 12pt;
	font-weight:bold;
}
#interior {
	float: none; /* Don't float floating things */
	width: 100%;
}
#page {
	margin: 0;
	width: 90%;
}
#header, #mainNav, #leftNav, #sidebar, #more, .article-footer, #main-story img, #footer-links, #footer {
	visibility: hidden;
	display: none;
}
embed, object {
	visibility: hidden;
	display: none;
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* Style links */
a:link, a:visited {
	color: #00A99D;
	background: transparent;
	text-decoration: underline !important;
}

/* CSS2 selector to add visible href after links */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	font-weight: normal;
}
.footer-left img {
	float:left;
	clear:left;
}