@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: 1100px;
	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: "American Typewriter";
	color: #000;
	font-size: 1em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 80px;
	vertical-align: middle;
	width: 960px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	font-family: "American Typewriter";
	font-size: 1em;
	color: #000;
	width: 925px;
	background-image: url(images/DVPBackground.png);
	background-repeat: no-repeat;
	margin-left: 65px;
	padding-top: 25px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 25px;
	height: 385px;
}
.oneColFixCtrHdr #footer {
	font-family: "American Typewriter";
	font-size: 0.7em;
	color: #000;
	width: 980px;
	margin-top: 0px;
	margin-left: 20px;
	height: 100px;
	padding-top: 0px;
	padding-left: 80px;
}
.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 */
}
.smalltext {
	font-size: 0.9em;
}
.ulindent {
}
.floatleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.scroll {
	overflow: scroll;
	height: 360px;
}
.navtable {
	background-image: url(images/Gel%20Button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.DVPName {
	font-family: "American Typewriter";
	font-size: 3em;
	line-height: 0.7em;
}
.DVPNameRed {
	font-family: "American Typewriter";
	color: #FF53BF;
}
.DVPCatch {
	font-family: "American Typewriter";
	font-size: 1.5em;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
