/* CSS Document */
#parent {
	width: 800px;
	height: 600px;
	border: 0px;
	margin: 0 auto;
	border-color: #000000;
	background-image:url(WebReady/DK_background_insurance.jpg);
	position:relative;
	z-index:0;
	overflow:inherit;
}
#header {
	width: 220px;
	height: 110px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
}
#buttons {
	width: 575px;
	height: 15px;
	margin-top: 92px;
	margin-left: 225px;
	position: absolute;
	z-index: 3;
}
#mainContent {
	width: 779px;
	height: 164px;
	margin-top: 120px;
	margin-left: 9px;
	position: absolute;
}
#subCont1 {
	width: 782px;
	height: 100px;
	margin-top: 320px;
	margin-left: 9px;
	position: absolute;
	padding-left:10px;
}
#footer {
	width: 800px;
	height: 50px;
	margin-top: 441px;
	margin-left: 0px;
	position: absolute;
	
}
.TitleHeaders{
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	color: #C4C4C1;
}
.mainContentHeader{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #496056;
}
.subContentHeader{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #496056;
}
.subContentHeaderBoldBlack{
	font-weight:bold
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.Content{
	font-family: Trebuchet MS;
	font-size: 11px;
	/*color: #4D4D4F;*/
	color:#000000;
	line-height: 19px;
}
.Content a:link {
	color:#333333;
}
.Content a:visited {
	color:#333333;
}
.Content a:hover {
	color:#333333;
}
.Content a:active {
	color:#333333;
}

.Copyright{
	font-family: Trebuchet MS;
	font-size: 10px;
	/*color: #4D4D4F;*/
	color:#000000;
	line-height: 16px;
}