/* print-specific styles */
/* these styles hide elements that should not show up in the printed version of the page */
.doNotPrint {
	display: none;
}

body {
	color: #000; background: #fff;
}

a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}

* html .Dminwidth {
	padding-left: 0;
}

* html .Dcontainer {
	margin-left: 0;
}

#topMenu, #leftMenu, #siteSearch, .printControl, .button, #siteID, #LeftNav {
	display: none;
}

.DcontentWrapper {
	margin: 0;
}

#siteHeader {
	border-bottom: 0;
}

#siteHeader h1 {
	line-height: normal;
	padding-left: 5px;
}

#breadcrumbs {
	clear: both;
}

#sidebar {
	background-color: #FFF;
}

.contentTable td {
	border: 1px solid #C7C7C7;
}

.contentTable th {
	border: 1px solid #C7C7C7;
}

#footer {
	margin-top: 1em;
	padding-left: 8px;
	border-top: 1px solid #1A4999;
}
/* end print-specific styles */