@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/BG.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#dLogo {
	height: 151px;
	width: 700px;
}
#dNav {
	height: 39px;
	width: 700px;
}

#dContainer {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}#dNav a:link, #dNav a:active, #dNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 13px;
	padding-right: 14px;
	padding-bottom: 13px;
	padding-left: 14px;
}
#dNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 13px;
	background-image: url(images/navback.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#dImg {
	height: 170px;
	width: 700px;
	padding-top: 15px;
}
#dContent {
	padding-top: 20px;
padding-bottom: 20px;
	width: 700px;
	min-height: 300px;
}
#dFooterBG {
	width: 100%;
	background-color: #FF409F;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#dFooter {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 14px;
	margin: 0px;
}
#dFooter a {
	color: #FFFFFF;
}
.ClsImgFloat {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
