/* 
	Default Print Stylesheet Template
	original by by Rob Glazebrook of CSSnewbie.com 
*/
   

body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}

.noprint {
	display: none; 
}

body {
	font: 11pt/15pt "Trebuchet MS", Tahoma, sans-serif;
	color: #000; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
}
h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

/* Make hyperlinks more usable.
   Ensure links are underlined, and appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; 
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

#navigation ul.menu, #meta ul.menu, #banner, #breadcrumbs, #footer ul.menu, #navigation #health, #navigation #call {
	display: none;
}

body div.wrapper div.wrapper, h1 img {
	width: 580pt;
}
