@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(images/dcp_bg.jpg) repeat-x #d3ceba;
	font-family: Arial, Helvetica, sans-serif;
	color: #383838;
	font-size: 12px;
}
#index {
	width: 916px;
	height: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 916px;
	height: 68px;
	margin-top: 32px;
	margin-left: 0px;
}
#logo {
	width: 222px;
	height: 68px;
	margin-top: 0px;
	margin-left: 0px;
}
#tagline {
	width: 294px;
	height: 13px;
	margin-top: -57px;
	margin-left: 622px;
}

#content {
	width: 916px;
	height: 503px;
	margin-top: 37px;
	margin-left: 0px;
	background: url(images/dcp_content_bg.jpg) no-repeat left top;
}

#content #disclaimer {
	width: 290px;
	height: 503px;
	padding-top: 27px;
	padding-left: 29px;
	line-height: 20px;
	text-align: justify;
}
#img {
	width: 569px;
	height: 503px;
	margin-top: -530px;
	margin-left: 347px;
}

#footer {
	width: 916px;
	margin-left: 0px;
	margin-top: 30px;
	_margin-top: 3px;
	font-size: 10px;
}

a:link {
	color: #637257;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #637257;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #b3af9c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #b3af9c;
	font-weight: bold;
	text-decoration: none;
}
.title2 {
	/* color: #7d8285; */
	color:#4c4b4b;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.title4 {
	color: #4c4b4b;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	font-stretch: ultra-expanded;
}