html, 
body {
	background: #FFF;
	color: #000;
}

body {
	margin: 0 1em 1em;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

abbr,
acronym {
	border-bottom: none;
}

.access,
#header,
.centerAll2,
.ad,
#headline p.logo,
#author ul,
#pagination,
#newsletterPromo,
#subscribePromo,
#siteSearch,
#articleTools,
p.back,
#footer h3,
#footer ul,
#breadcrumb,
#sidebar {
	display: none;
}

#header.print {
	display: block;
}

#headline h1 {
	font: bold 0.9em Arial, sans-serif;
	margin: 0.2em 0;
	text-transform: uppercase;
}

#headline h2 {
	font-size: 1.6em;
	margin: 0.2em 0;
}

#headline h3 {
	font-size: 1em;
	margin: 0.2em 0 1em;
}

#author img {
	border: 1px solid #000;
	float: left;
	margin-right: 0.5em;
}

#author p.dateline img {
	display: none;
}

#author p {
	font-size: 0.7em;
	text-transform: uppercase;
	margin: 0;
}

#author p.byline,
#author p.source {
	font-family: Arial, sans-serif;
}

#author p.byline {
	font-weight: bold;
}

#author p.dateline {
	margin-top: 0.7em;
}

#author p.dateline span.update {
	display: block;
}

#articleNavigation p.jumpline {
	font: bold 0.7em Arial, sans-serif;
	text-align: right;
	text-transform: uppercase;
}

#footer #footerNav {
	display: block;
	list-style: none;
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #CCC;
}

p#printThis {
	float: right; 
	width: 8em; 
}

p#printThis a {
	display: block;
	text-align: center;
	padding: 1em;
	margin: 1em;
	border: 1px outset #CCC;
	color: #333;
	background: #DDD;
	font: bold 11px Arial, sans-serif;
}

p#printThis a:hover {
	color: #000;
	border-style: inset;
}

@media print {
	p#printThis {
		display: none;
	}
}
