.Section1 h1 {
	background-color:#049671;
	border-bottom: 3px solid #A4DFCD;
	padding: 5px 10px;
	margin:0px 0px 10px 5px;
	color: #FFF;
}
.Section1 h2 {	
	padding: 5px 10px;
	color: #151DA2;
}	
.Section1 h3 {	
	padding: 5px 10px;
}

.Section1 p {	
	padding-left: 10px;
	padding-right: 10px;
}	
div.Section1 #leftContent {  /******* specificity now sets properties below to #leftContent on branch pages *******/
	float: none;
	width: auto;
	background-color: #FFF;
}

div.Section1 #rightContent {  /******* specificity now sets properties below to #leftContent on branch pages *******/
	float:right;
	background-color: transparent;
	width:20%;
	padding-top: 60px;
	/*height: 100%;*/
}
h1.Section1 {
	background-color:#049671;
	border-bottom: 3px solid #A4DFCD;
	padding: 5px 10px;
	font-size: medium;
	color: #FFF;
}