/* DHC Print CSS */
/* DEFAULTS */
body, p, div, span, td, th, ul, li, dd {
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	}
/* TEXT DEFAULTS */
body {
	background: white;
	}
/* LINK DEFAULTS */
a:link, a:visited, a:active, a:hover {
	color: black;
	text-decoration: none;
	}
/* HEADERS */
h1 {
	clear: left;
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	text-align: left;
	border-bottom: 1px solid #b6b1b0;
}
h2 {
	clear: left;
	color: black;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	text-align: left;
	border-bottom: 1px dotted #b6b1b0;
}
h3 {
	clear: left;
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	text-align: left;
}
h4 {
	clear: left;
	color: black;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	text-align: left;
}
/* IMAGE DEFAULTS */
img {
	border: 0;
}
/* GENERAL */
p {
	margin: 0.7em 0 0.7em 0;
	text-align: left;
	font-size: 1em;
}
#location {
	display: none;
}
#update {
	font-size: 0.9em;
	font-style: italic;
	margin: 1.5em 0 0.5em 0;
	padding-top: 0.2em;
	border-top: 1px solid #b6b1b0;
	clear: both;
}

/* STANDARD LAYOUT */
#access {
	display: none;
}
#top {
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #b6b1b0;
}
#search {
	display: none;
}
#banner {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
	font-weight: normal;
	font-size: 1.1em;
}
#banner img {
	height: 64px;
	width: 125px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}
#navigation {
	display: none;
}
#side {
	display: none;
}
#foot {
	display: none;
}
/* CONTENT LAYOUT */
#content {
	margin: 0;
}
#content ul {
	margin: 0.7em 0 0.7em 0;
}
#content ul li {
	margin: 0.7em 0 0 2em;
	font-size: 1em;
}
#content ul li li {
	margin: 0.3em 0 0 1em;
	font-size: 1em;
}
#content table {
	margin: 0.7em 0 0.7em 0;
}
#content table tr th {
	padding: 0.2em;
	border: 1px solid #b6b1b0;
	background: #d2d2d2;
	font-size: 1em;
}
#content table tr td {
	padding: 0.2em;
	border: 1px solid #b6b1b0;
	font-size: 1em;
}
#content table tr td.right {
	text-align: right;
}
.left_box {
	float: left;
	margin: 0.2em 0.7em 0.2em 0;
	background: white;
}
.left_box img {
	border: 1px solid #b6b1b0;
}
.right_box {
	float: right;
	margin: 0.2em 0 0.2em 0.7em;
	background: white;
}
.right_box img {
	border: 1px solid #b6b1b0;
}
.left_fig {
	float: left;
	margin: 0.35em 0.7em 0.35em 0;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.35em;
	border-bottom: 1px solid #b6b1b0;
	background: white;
}
.left_fig img {
	border: 1px solid #b6b1b0;
}
.right_fig {
	float: right;
	margin: 0.35em 0 0.35em 0.7em;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.35em;
	border-bottom: 1px solid #b6b1b0;
	background: white;
}
.right_fig img {
	border: 1px solid #b6b1b0;
}
.author {
	font-size: 0.9em;
	font-style: italic;
}
.summary {
	margin: 0.35em;
	padding: 0.35em;
	font-weight: bold;
}
.project_box {
	float: right;
	margin: 0.2em 0.2em 0.2em 0.2em;
	background: #d2d2d2;
	border: 1px solid #b6b1b0;
	width: 33%;
}
#content #front {
	margin: 1.6em 0.2em 0.2em 0.2em;
	background: white;
	border: 1px solid #b6b1b0;
}
#content #front #text {
	margin: 0.7em 0.7em 0.7em 0.7em;
}
#content #front #text ul {
	margin: 0.7em 0 0.7em 0;
}
#content #front #text ul li {
	margin: 0.7em 0 0 1em;
	font-size: 1em;
}