/* ------------------------------------------------------------------
   ------------------------------------------------------------------
        The DCCC webstandards based layout by Timothy Crowe.

	This is the print styles that accompanies skinny.css.

        Great care has been taken to adhere to the CSS1 specification,
        Web Accessibility Initiative, and the xhtml 1.0 transitional
        specification.

        For more information about these standards see...
        - http://www.w3c.org/TR/CSS1
        - http://www.w3c.org/WAI/
        - http://www.w3.org/TR/xhtml1/
        ------------------------------------------------------------------
        ------------------------------------------------------------------ */




body {
	margin: .2in;
	font-size: 12pt;
	}

a:link, a:visited {
	color: #ccc;
	}

.content a:link:after, #content .entry p a:visited:after {
	content: " (location:" attr(href) ") ";
	}

h1#header {
	background: url(print_logo.gif) left center no-repeat;

	}

.sitesearch, .main-menu-new, .side-navigation, .crumbs{
	display: none!important;
	}
