body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #996699;
	background-image: url('images/dfha_background.jpg');
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #330033;
}
a:hover {
	color: #663366;
}

/* home page */

#maincontainer {
	margin: auto;
	width: 770px;
	clear: both;
	margin-bottom: 0px;

}

#masthead {
	width: 770px;
	margin: auto;
}

#menu {
	width: 770px;
	margin: auto;
}

#subtitleindex {
	width: 770px;
	margin: auto;
}

#contentcontainer_strap {
	margin: auto;
	width: 770px;
	margin-bottom: 0px;
}

#contentcontainer {
	width: 770px;
	margin: auto;
	margin-bottom: 0px;
	background-image: url('images/dfha_contentback.jpg');
	float: left;
	background-repeat:repeat;
	height:auto;
}

#leftbar {
	width: 202px;
	min-height: 406px;
	_height: 406px;
	background-image: url('images/dfha_leftsidebackground.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	float: left;
}

#content {
	float: left;
	margin-right: 28px;
	height: auto;
	width: 540px;
	background-image: url('images/dfha_contentback_text.jpg');
}

#pagetitle {
	float:left;
	margin-left:275px;
	margin-top:0px;
	height:40px;
	margin-top:10px;
}

.contenttext {
	margin-right: 30px;
}

.leftbartext {
padding-left:50px;
	margin-left: 10px;
	margin-right: 60px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

/* sub page */

#subtitle { 
	width: 770px;
	height: 61px;
	margin: auto;
	background-image: url('images/dfha_st_blank.jpg');
}

#subcontentcontainer_strap {
	margin: auto;
	width: 770px;
	margin-bottom: 0px;
}

#subcontentcontainer {
	width: 770px;
	margin: auto;
	margin-bottom: 0px;
	background-image: url('images/dfha_sub_contentback.jpg');
	float: left;
}

#subleftbar {
	width: 202px;
	min-height: 406px;
	/* jhh height was _height weird */
	height: 406px;
	float: left;
	background-image: url('images/dfha_sub_leftsidebackground.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#subcontent {
	float: left;
	margin-right: 28px;
	min-height: 406px;
	width: 540px;
}


.subleftbartext {
	margin-left: 10px;
	margin-right: 60px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

/* bottom */

.bottomtext {
	font-size: 11px;
	color: #000000;
	text-align: center;
}

a.bottomtext:link {
	font-size: 11px;
	color: #000000;
	text-align: center;
}

a.bottomtext:hover {
	font-size: 11px;
	color: #330033;
	text-align: center;
}

a.bottomtext:visited {
	font-size: 11px;
	color: #000000;
	
}
