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


#HomePg table {
	margin-left: 20px;
	margin-top: -10px;
}
#HomePg p {
	margin-top: -10px;
}

body {
	padding: 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: #000055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/img_main_bg.gif);
	margin-top: 25;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/DWPLogo5.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-bottom: 65px;
	background-color: #000055;
}
.oneColFixCtrHdr #header h1 {
	padding-top: 25px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 110px;
	font-size: 30px;
	color: #fc0;
}
#navcontainer {
	padding-top: 0px;
	margin-top: -45px;
}
#navlist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 10px;
}
#navcontainer ul
{
	padding-left: 0;
	background-color: #000055;
	color: White;
	float: left;
	width: 780px;
	font-family: arial, helvetica, sans-serif;
	margin-left: 0;
}


#navcontainer ul li {
	display: inline;
	font-size: 15.5px;
}
#navlist li a span {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
}

#navcontainer ul li a
{
	background-color: #000055;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-top: 0.2em;
	padding-right: 0.7em;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
}

#navcontainer ul li a:hover
{
	color: #000055;
	background-color: #FC0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000055;
}
#navlist span li a {
	border-right-width: 0px;
	border-right-style: none;
}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent h1 {
	color: #000055;
	font-size: 26px;
}
#mainContent h2 {
	font-size: 18px;
	color: #000055;
}
#mainContent p {
	font-size: 14px;
}
#mainContent a {
	text-decoration: underline;
	color: #000055;
}
#mainContent a:hover {
	text-decoration: underline;
	font-weight: normal;
	background-color: #Fc0;
	color: #000055;
}
#mainContent td {
	font-size: 14px;
}
#container #slideShowHolder {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000055;
}
.oneColFixCtrHdr #footer {
	height: 35px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000033;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 10px;
	color: #637aa6;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer a {
	margin-left: 260px;
	color: #4b5c7d;
}
#footer a:hover {
	color: #637aa6;
}

html {
    overflow-y: scroll;
  }

</style>
.underLine {
	text-decoration: underline;
}
