/* Dains Print CSS Document */

body {
	color:#000;
	font: 80% Verdana, Arial, sans-serif;
	line-height: 1.8em;
	text-align:left;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

/* get rid of all floating */

#wrap {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;	
}

h1, h2, h3, h4 {
	font-family: "Helvetica Light", "Univers 45 Light", Helvetica, Arial, sans-serif;
}

/* hide the layers that aren't needed for print... & re-style general ellements*/

#banner, #extended, #main-menu, #footer {
	display:none;
}

h1 {
	margin-bottom: 1em;
}

h2 {
	margin-bottom:1em;
}

h3 {
	font-size: 2.0em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

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