@charset "utf-8";
.html {
	margin:0px;
}
.Header {
	height: 131px;
	width: auto;
	min-width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #D0E0E7;
	margin-top: 41px;
	margin-right: 50px;
	margin-left: 50px;
	background-image:url(headings/hd_logo.gif);
	background-repeat:no-repeat;
	
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4485A0;
	text-transform: capitalize;
	position: relative;
	top: 100px;
	max-width:50%;
	
}
.Header table {
	float: right;
	vertical-align:top;
}
.Footer {
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4485A0;
	text-align:center;
	clear:both;
}

.Footer ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.Footer ul li {
	display:inline;

}
.Footer ul li a {
	color: #4485A0;
	padding: 2em 1em;
	text-align:center;
	text-decoration:none;
	font-size: smaller;
}
.Footer ul li a:hover {
	color: #D0E0E7;
} 

.Footer_div {
	width: auto;
	margin-right: 50px;
	margin-left: 50px;
	vertical-align:bottom;
}
