/* Page headings */
.about .pageHeading{
	background:#CEF0FF;
}
	.about .pageHeading span{
		background:#009FE3;
	}
	
.news .pageHeading{
	background:#CFE0BE;
}
	.news .pageHeading span{
		background:#749C4C;
	}
	
.subscribe .pageHeading{
	background:#FDC69D;
}
	.subscribe .pageHeading span{
		background:#ED6B06;
	}

/* Headings & links */
/*.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6,
.about a:hover,
#mainContent.about a:hover{
	color:#009FE3;
}

.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6,
.news a:hover,
#mainContent.news a:hover{
	color:#749C4C;
}

.subscribe h1,
.subscribe h2,
.subscribe h3,
.subscribe h4,
.subscribe h5,
.subscribe h6,
.subscribe a:hover,
#mainContent.subscribe a:hover{
	color:#ED6B06;
}*/

/* Button links */
.about a.button-link{
	background:#009FE3;
	border-bottom:solid 2px #0063A7;
}
.about a.button-link:hover{
	background:#008BCF;
}

.news a.button-link{
	background:#749C4C;
	border-bottom:solid 2px #496330;
}
.news a.button-link:hover{
	background:#5E7D3E;
}

.subscribe a.button-link{
	background:#ED6B06;
	border-bottom:solid 2px #B55004;
}
.subscribe a.button-link:hover{
	background:#D95700;
}

/* Bullets */
.about ul.square-bullets li{
	background-image:url(../images/bullet-blue.gif) !important;
}
.news ul.square-bullets li{
	background-image:url(../images/bullet-green.gif) !important;
}
.subscribe ul.square-bullets li{
	background-image:url(../images/bullet-orange.gif) !important;
}