@charset "UTF-8";
/* CSS Document */

.gettingInTouchDIVs div {
	margin-top:12px;
	padding-top:20px;
	border-top-width: 2px;
	border-top-style: dotted;
	margin-bottom:12px;
}
.gettingInTouchDIVs div h3 {
	font-size:28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	height:42px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	line-height:43px;
}
.gettingInTouchDIVs div.eNewsletter {
	border-top-color: #939403;	
}
.gettingInTouchDIVs div.eNewsletter h3 {
	color:#939403;
	background-image: url(../images/2009Changes/newsletterIcon.gif);
}
.gettingInTouchDIVs div.rssFeed {
	border-top-color: #da630c;	
}
.gettingInTouchDIVs div.rssFeed h3 {
	color:#da630c;
	background-image: url(../images/2009Changes/rssIcon.gif);
}
.gettingInTouchDIVs div.twitter {
	border-top-color: #4b9add;	
}
.gettingInTouchDIVs div.twitter h3 {
	color:#4b9add;
	background-image: url(../images/2009Changes/twitterIcon.gif);
}
