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

* {
	margin: 0px;
}
body {
	width: 1000px;
	height: 830px;
	background-color: #262A32;
	background-image: url(Images/Dot-2-Dot-BG_GREY.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: auto;
	border: 0px none #BED62F;
}
div#leftcol {
	width: 250px;
	float: left;
	padding-top: 200px;
}

div#banner {
	background-image: url(Images/D2D_Index_Banner_Wide.gif);
	background-repeat: no-repeat;
	float: none;
	width: 1000px;
	height: 107px;
	background-attachment: scroll;
	font-size: 80%;
	background-position: left;
	padding-left: 0px;
	clear: both;
	padding-top: 20px;
}
div#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #BED62F;
	font-size: 80%;
	text-transform: none;
	text-align: right;
	text-indent: 100px;
	padding-top: 30px;
}
div#leftcol3 {
	width: 200px;
	float: left;
}
div#midcol {
	float: left;
	width: 500px;
	background-color: #262a32;
	padding-top: 50px;
	padding-left: 50px;
	height: 608px;
}

div#midcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: lighter;
	color: #27333B;
	text-indent: 10px;
}
div#rightcol {
	float: left;
	width: 200px;
}
div#footer {
	clear: both;
	text-align: center;
	font-size: 50%;
	color: #54545A;
	width: 1002px;
	border-top-color: #BED62F;
	border-right-color: #BED62F;
	border-bottom-color: #BED62F;
	border-left-color: #BED62F;
	background-color: #BED62F;
	height: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #262A32;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #262A32;
	text-decoration: none;}
	div#eXTReMe {
	clear: both;
	text-align: center;
}
