@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	text-align: center;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/DVPBodyBack.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 1200px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/DVPContainerBack.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
}
.oneColFixCtrHdr #header {
	font-family: "Arial Narrow";
	color: #000;
	font-size: 0.9em;
	width: 1200px;
	margin-bottom: 10px;
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	padding-top: 20px;
	height: 205px;
}
.oneColFixCtrHdr #header h1 {
}
.oneColFixCtrHdr #mainContent {
	font-family: "Arial Narrow";
	font-size: 1em;
	color: #2D2D2D;
	width: 1000px;
	background-image: url(images/DVPBackground.png);
	background-repeat: no-repeat;
	margin-left: 80px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	font-family: "American Typewriter";
	font-size: 0.7em;
	color: #FFF;
	width: 1200px;
	margin-top: 0px;
	margin-left: 0px;
	height: 100px;
	padding-top: 25px;
	padding-left: 0px;
	background-image: url(images/Footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #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 */
}
.floatleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.navtable {
	position: relative;
	left: 125px;
}
.Quotations {
	font-family: Baskerville;
	font-size: 1.1em;
}
.Quotationspink {
	font-family: Baskerville;
	font-size: 0.9em;
	color: #3BB207;
}
a.nav:link {
	color: #CCC;
	text-decoration: none;
	height: 50px;
	width: 120px;
}
a.nav:visited {
	color: #CCC;
	text-decoration: none;
	width: 120px;
	height: 50px;
}
a.nav:hover {
	text-decoration: none;
	color: #3BB207;
	height: 50px;
	width: 120px;
	padding: 0px;
}
a.nav:active {
	text-decoration: none;
	height: 50px;
	width: 120px;
	color: #3BB207;
}
a.body:link {
	color: #2d2d2d;
	text-decoration: underline;
}
a.body:visited {
	color: #464646;
	text-decoration: none;
}
a.body:hover {
	text-decoration: none;
	color: #3BB207;
}
a.body:active {
	text-decoration: none;
	color: #333;
}
a.feature:link {
	color: #3BB207;
	text-decoration: underline;
	font-family: Baskerville;
	font-size: 0.9em;
}
a.feature:visited {
	color: #2E8D06;
	text-decoration: none;
	font-family: Baskerville;
	font-size: 0.9em;
}
a.feature:hover {
	text-decoration: none;
	color: #3BB207;
	font-family: Baskerville;
	font-size: 0.9em;
}
a.feature:active {
	text-decoration: none;
	color: #4A7346;
	font-family: Baskerville;
	font-size: 0.9em;
}
