@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-left: 0;
	background-color: #0073C6;
/*	background-image: url(images/dp_bg3.jpg);
	background-repeat: repeat-x; */
}
.Hdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.Hdr #header {
	height: 176px;
	width: 960px;
	background-color: #0073C6;
	background-image: url(images/header.jpg);
}
blockquote {
	text-align: left;
	display: inherit;
	padding-left: 0px;
	margin-left: 15px;
}

.Hdr #headerText  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 14px;
	float: right;
	padding-right: 20px;
	color: #333;
	letter-spacing: 0.25em;
}

.Hdr #menu {
	height: 37px;
	width: 960px;
	background-color: #000000;
	padding: 0px;
	text-align: center;
}

.Hdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.Hdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: 130px 65px;
	height: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.Hdr #CompanyBG {
	background-image: url(images/companyPan.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 250px;
	padding: 0px;
}
.Hdr #footer {
	background-color: #0073C6;
	background-image: url(images/footer.jpg);
	height: 110px;
	width: 960px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
.Hdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0079C6;
}
.contentMain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.contentMainSpaced {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.28em;
}
a.footer:active {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
a.footer:visited {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
a.footer:hover {
	color: #FFF;
	font-size: 10px;
	text-decoration: underline;
}

.headingBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0079c2;
	text-decoration: underline;
}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0079c2;
	text-decoration: none;
}
