/* print styles */

body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
div#nav {
	display: none;
}

div#content {
	position: static;
	max-width: 50em;
	margin: 1in 2em 2em 2em;
	padding-bottom: 2em;
	text-align: left;
}
#footer {
	font-size: 8pt !important;
}
h1#logo, h2#tagline {
	display: none;
}
img#logoImg {
	position: static;
 	display: block;
	margin: 0;
	width: 228px;
	height: 53px;
}
img#taglineImg {
	position: static;
 	display: block;
	margin: 0;
	width: 305pt;
	height: 12pt;
}

p, li, dt, dd, a, div.Bio {
	font-size: 8pt;
}

ul.Title li span, div#prizeWinner {
	background-color: transparent;
	border: 0;
}

h3#editionNum {
	display: none;
}
h4 {
	clear: both;
	display: block;
	overflow: visible;
	height: 24pt !important;
	background-image: none !important;
	font-size: 18pt !important;
	width: 300pt !important;
	white-space: nowrap !important;
}

a {
	text-decoration: none;
}
/*
a:after { content:"\0020[" attr(href) "]\0020"; }

a[name="bio"]:after, a[href="#bio"]:after, a[name="toc"]:after, a[href="#toc"]:after {
	content:"";
}
*/
abbr[title]:after, acronym[title]:after {
    content: "\0020(" attr(title) ")\0020";
}