/* DHC Handheld 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;
	}
/* TEXT DEFAULTS */
body {
	background: white;
	margin: 1em;
	}
/* LINK DEFAULTS */
a:link {
	color: #ff5050;
	text-decoration: underline;
	}
a:visited, a:active {
	color: #555555;
	text-decoration: underline;
	}
a:hover {
	color: black;
	background: #d2d2d2;
	text-decoration: underline;
	}
/* HEADERS */
h1 {
	clear: left;
	color: #ff5050;
	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: #ff5050;
	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: #ff5050;
	font-size: 1.1em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	text-align: left;
}
h4 {
	clear: left;
	color: #ff5050;
	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 {
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
}
#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 {
	background: none;
	color: white;
	font-size: 0.1em;
	margin-bottom: 0.1em;
}
#access ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
#access ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#access ul li a:link, #access ul li a:visited, #access ul li a:active, #access ul li a:hover {
	background: none;
	color: white;
}
#top {
	margin: 0;
	padding: 0;
	background: #b6b1b0;
	width: 100%;
}
#search {
	float: right;
	margin: 0.5em 0.5em 0.1em 0.1em;
	font-size: 0.9em;
}
#search form #submit {
	background: #d2d2d2;
	color: black;
	padding: 0;
	border-right: 1px solid #929292;
	border-bottom: 1px solid #929292;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}
#search form #q {
	border-top: 1px solid #929292;
	border-left: 1px solid #929292;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	background: white;
	padding: 2px;
}
#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 {
	margin: 0;
	padding: 0.2em 0 0.2em 2em;
	background: #FF0033;
}
#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
#navigation ul li a {
	padding: 0.2em 0.2em 0.2em 0.2em;
}
#navigation ul li a:link {
	background: none;
	color: black;
}
#navigation ul li a:visited, #navigation ul li a:active {
	background: none;
	color: #444444;
}
#navigation ul li a:hover {
	background: white;
	color: black;
}
#navigation ul li a.current {
	background: white !important;
}
#navigation ul li a.current:hover {
	text-decoration: none;
}
#side {
	display: none;
}
#foot {
	clear: both;
	padding: 0.2em 2em 0.2em 2em;
	background: #d2d2d2;
	border-bottom: 3px solid #b6b1b0;
}
#foot ul li {
	display: inline;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
#foot ul li a {
	padding: 0.2em 0.2em 0.2em 0.2em;
}
#foot ul li a:link {
	background: none;
	color: black;
}
#foot ul li a:visited, #foot ul li a:active {
	background: none;
	color: #444444;
}
#foot ul li a:hover {
	background: white;
	color: black;
}
#foot ul li a.current {
	background: white !important;
}
#foot ul li a.current:hover {
	text-decoration: none;
}
/* CONTENT LAYOUT */
#content {
	margin: 1em;
}
#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 1.2em;
	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;
}
#content img {
	border: 1px solid #b6b1b0;
	margin: 0.7em 0 0.7em 0;
}
.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-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-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: #d2d2d2;
	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;
}

#content #frontnoborder table tr th td {
	margin: 0.6em 0.2em 0.2em 0.2em;
	background: #d2d2d2;
	border: 0px;
}