/* Print stylesheet */
body {
	color: black;
	background: white;
	font-size: 70%;
}

body, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

body, textarea, input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/* Stuff which hides on printing */
.screen, #supnav, form#sitesearch, div#subnav, div#utility, .headline p, p#crumb, #disclaimer, .swNoClass {
	display: none;
}

a, a:visited { color: black; }
a img { border: none; }
.c { text-align: center; }
.l, .imgstory img { float: left; }
.r { float: right; }
br, hr { clear: both; }

blockquote p {
	font-size: 160%;
	font-weight: bold;
	font-family: Arial;
}
.bottom {
	vertical-align: top;
}
blockquote cite {
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
}

/* This is the main content area */
h1 {
	font-size: 160%;
}
h2 {
	font-size: 120%;
}	
h3 {
	font-size: 100%;
}
p {
	margin: 0 0 1em 0;
}

#maincontent blockquote p.r {
	float: none;
	text-align: right;
}
	
div.imgstory p {
	/* margin: 0 0 10px 100px; */
}
div.imgstory h3 {
	margin: 0 0 0 100px;
}
.imgstory, .textstory {
	clear: both;
}
.textstory h3 {
	margin: 0;
}

/* A simple, two-column layout */
.twocol div {
	width: 49.99%;
	float: left;
}

/* Lost of stuff needs this rule */
.headline, .imgstory, .textstory, .textstory p, .twocol {
	margin: 0 0 1em 0;
}
