@CHARSET "UTF-8";
/*
 * hide the non-print elements
 */
div#skyscraper,
div#leaderboard,
div.form_login,
div#header ul,
div#textflow,
div#footer ul
{
	display: none;
}

/*
 * print styling
 */
body {
	line-height: 1.5;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	background: none;
	font-size: 10pt;
}

hr {
	background: #ccc;
	color: #ccc;
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	border: none;
}

img#logo
{
    margin: 15px 0 15px 0;
    background: #8e98a8;
}	
	
div#footer
{
	margin: 30px 0 20px 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-style: italic;
	font-size: .9em;
	color: #ccc; 	
}

div#content div.headline,
div#content div.subline
{
	font-size: 2em;
	line-height: 1.1em;
	color: #333;
}

div#content div.subline
{
	font-size: 1.5em;
	line-height: 1.1em;
}

	div#content div.headline span,
	div#content div.subline span
	{
		color: #7a9f32;
	}
	
a:link, a:visited
{
	text-decoration: none;
	color: #7a9f32;
}

a:hover, a:active
{
	color: #577a12;
}

div#current_url
{
	font-size: .9em;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0 10px 0;	
}

	div#current_url h1
	{
		float: right;
		margin: 0;
		font-size: 1.2em;
		line-height: 1.2em;
	}

/*
 * other stuff
 */
.clearfix:after
{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix
{
	display: block;
}

a:link, a:visited {
	background: transparent;
	font-weight: 700;
}

a:link:after, a:visited:after {
	content: " (" attr( href) ")";
	font-size: 90%;
}