#pageContents {
	background:#EA8935;
}


#sectionHeader {
	position: relative;
	height:141px;
	background: #FFFFFF;
	color: #000000;
	border-top:1px solid #FFFFFF;
}
#sectionHeaderContents {
	position: relative;
	height: 101px;
	top: 30px;
	margin: 0px 20px;
	background: url(../images/white.gif) #FFFFFF;
	color: #000000;
	border: 0px dashed red;
}
	#sectionHeaderContents a:link, 
	#sectionHeaderContents a:visited {
		color: #EA8935;
		text-decoration: none;
	}
	#sectionHeaderContents a:hover, 
	#sectionHeaderContents a:active {
		color: #71938B;
	}

#content {
	min-height: 103px;
	padding: 20px;
	color: #EEEEEE;
	background:#EA8935;
}
	#content a:link, 
	#content a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#content a:hover, 
	#content a:active {
		color: #000000;
	}

