#header, #menu, .breadcrumbs, div.sidebar, #footer, #subfooter, .outofsight, div.formats, div.inset, .noprint {
    display: none;
}

div.printonly {
    display: block;
    text-align: center;
}

#printheader {
    text-align: left;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 2px solid #666;
}

img {
    border: none;
}

/* Thanks to http://alistapart.com/articles/goingtoprint/ for advice on
 * print style sheets.
 */

body {
    background: white;
}

#frame {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent;
}

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

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

a[href^="/"]:after {
    content: " (http://www.nccp.org" attr(href) ")";
}

a[href^="#"] {
    color: black;
    font-weight: normal;
    text-decoration: none;
}

a[href^="#"]:after {
    content: "";
}
*/

/* Home page print styles */
 
div.home div.sidebar {
    display: block;
}

div.update, h1.update {
    display: none;
}

/* Content print styles */

div.content div.intro {
   color: black;
}

div.content div.box {
    background-color: white;
    border: 2px solid #666;
}

div.content h1, div.content h2, div.content h3, div.content h4 {
    color: black;
}

div.content h2 {
    border-color: #666;
    border-width: 2px;
}

div.forceprint {
	display: block;
}

.rightcol {
	float: none;
	width: auto;
}

.ec-leftcol {
	width: auto !important;
	text-align: left !important;
	float: none !important;
	margin: none !important;
	padding: none !important;
}

.ec-rightcol {
	width: auto !important;
	text-align: left !important;
	margin: none !important;
	padding: none !important;
	float: none !important;
}

.ec-clearnone {
	clear: all;
}
