body {
	background-color: #BFBFBF;
	background-image: url(assets/dhgc_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
}
.container {
	color: #000000;
	width: 700px;
	background-color: #D9DEE5;
	text-align: left;
	margin: auto;
}
h1 {
	color: #244DA2;
	font-size: large;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: f8b50a;
}
.quote {
	color: #244DA2;
	text-align: right;
	font-style: italic;
	padding-right: 20px;
}
.emphasis {
	color: #000000;
	font-weight: bold;
}
.nav {
	text-align: center;
	margin-top: 15px;
}
.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.maincontent {
	height: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.footer {
	clear: both;
	text-align: center;
	font-size: x-small;
	color: #000000;
	background-color: #D9DEE5;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(assets/divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.caption {
	font-size: small;
	font-style: italic;
}
.floatleft {
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
a:link, a:visited {color: #244DA2;
	text-decoration: underline;
}
a:hover {color: #000000;
	text-decoration: underline;
}
h2 {
	font-size: large;
	color: #244DA2;
}
.imgcentered {
	margin: 3px;
}
.jobinfo {
	color: #244DA2;
	font-weight: bold;
}
.employess {
	clear: both;
}
hr {
	clear: both;
	border: thin solid #000000;
}
