div.subheader {
	position: absolute;
	top: 137px;
	left: 210px;
	margin: 0px;
	padding: 0px;
	height: 55px;
	padding-left: 130px;
	padding-right: 130px;
	text-align: left;
}

div.subhead_left {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/subheader/left.gif');
	background-repeat: no-repeat;
	width: 130px;
	height:	55px;
}

div.subhead_middle {
	position: relative;
	float: left;
	background-image: url('images/subheader/middle.gif');
	background-repeat: repeat-x;
	height: 55px;
	padding-top: 5px;
}
div.subhead_right {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('images/subheader/right.gif');
	background-repeat: no-repeat;
	height: 55px;
	width: 138px;
}

div.subhead_title {
	position: relative;
	float: left;
	margin-left: -100px;
	margin-right: -80px;
	padding: 0px;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 36px;
	font-weight: bold;
	
}





