/* Print Style Sheet */
@media print {
html,body {height:95%;width:100%;background:white;color:black;}
p {font-size:16px;line-height:normal;}
/*homepage*/#featureArea .featured {padding-bottom:0px !important;}
#page-wrap	{
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	filter:none;
	}
.container {box-shadow:none;border:none;}
#main-content {width:95%;}
.entry {}
h1, h2, h3, h4, h5 {font-size:1em !important;page-break-before:always;page-break-after:avoid;}
img, ol li {page-break-inside:avoid;}
h1 {margin:2px 0;}
.dropShadow {box-shadow: none;}
label.ckbx {
	font-size:.75em;
    padding:.5em 0 .5em 2em;
    text-indent:-1.6em;
	line-height:1em;
}
.ckbx input[type=checkbox] {
    width:1em;
    height:1em;
	top:0em;
}

#top-nav, header, #menu-tabs, div.breadcrumbs, #homepage-dropdown, .featureLink, .custombutton, input[type=submit], .sidebar, footer {display:none;}

footer, #copyright {position:absolute;left:40%;bottom:0px;margin:0;padding:0;}

}
