/*
	Print Stylesheet for Pop Art 2008
	Rules in this sheet will be used when the page is printed.
	Remember, no backgrounds!
*/

#sidebar,
#nav,
#sidenav,
.nav,
.breadcrumb,
.flyout-container,
.whitepaper,
.main-image,
.goback,
.readmore,
#footer ul {
	display: none;
}
body {
	font: 80%/1.5 arial, helvetica, sans-serif;
}
.ahem, hr { display: none; }
.floatleft { float: left; margin: 0 1em 1em 0; }
.floatright { float: right; margin: 0 0 1em 1em; }
.clearboth { clear: both; }
a {
	text-decoration: none;
	color: #000;
}
/* use rel position to adjust super and subscripts */
sup {
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}
sub {
	vertical-align: baseline;
	position: relative;
	bottom: -.33em;
}
/* turn nested italics back to normal */
em em, i i {
	font-style: normal;
}
ul {
	list-style: disc;
	margin: 0;
	padding: 0;
}
ul li {
	margin-left: 1.5em;
}
ol {
	margin: 0;
	padding: 0;
	list-style: decimal;
}
ol li {
	margin-left: 2.25em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
h1, h2, h3, h4, h5, h6, p, table, ul, ol, dl, pre {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
ul ul, ol ol {
	margin: 0;
}
code, kbd, samp, tt, pre {
	font-family: Monaco, monospace;
}
#header {
	padding: 0 0 1em;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}
#footer {
	padding: 2em 0 0;
	border-top: 1px solid #999;
	text-align: center;
	font-size: .9em;
	margin-top: 2em;
}
#footer .logo {
	margin-bottom: 1em;
}
#footer p {
	line-height: 2;
	margin: 0;
}