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