h1 {
	font-size:22px;
	margin-left: 8px;
	color: #333;	
}
h2 {
	font-size:18px;
	background-color: #B0B8D1;
	padding-left: 5px;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
}
#section-text h1 {
	font-size:18px;
	margin-left: 8px;
}
#section-text h2 {
	font-size:14px;
	background-color: #B0B8D1;
	padding-left: 5px;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
}
#section-text h3 {
	font-size:14px;
	padding-left: 5px;
	font-weight: bold;
	color: #27459B;
}
.positive {
	font-size: 22px;
	background-color: #27459B;
	color: #FFF;
}
/*this is for bulleting in the newsletter page*/
.newslist {
	list-style-position: inside;
	list-style-type: disc;
}
