
/* Home template colours */

h2 {

	font-weight: bold;
	color: #547046;
}

h3 {

	color: #547046;

}


/* start Splash Image background colour -------------------------*/

#headerImageContainer { 
	background: #547046;
}

/* end Splash Image background colour  -------------------------*/

/* start Global Navigation tab colour ---------------------------------------*/

#globalNav td.active {

	background-color: #547046;

}

/* end Global Navigation tab colour ---------------------------------------*/

/* left navigation - start ---------------------------------------------------*/

p.leftNav {

	color: #547046;

}

p.leftNav a:link, p.leftNav a:visited, p.leftNav a:active { 

	color: #547046;

}

/* left navigation - end -----------------------------------------------------*/


/* content area - start ------------------------------------------------------*/

.mainContent a:link, .mainContent a:active, .mainContent a:visited {
	color: #547046;
}

p.mainContentIntroText {

	color: #547046;

}

.imageCaption { 

	background: #d8e6dc;

}

/* content area - end --------------------------------------------------------*/


/* footer - start ---------------------------------------------------*/

#footerTextNav a:link, #footerTextNav a:visited, #footerTextNav a:active {

	color: #547046;

}


/* footer - end -----------------------------------------------------*/

/* start Miscellaneous -----------------------------------------------*/

.colourSpacer { 

	background: #547046;

}

.colourSpacer2 { 

	background: #d8e6dc;

}

.colourSpacer3 { 

	background: #e9f7ed;

}

.solidLine { 

	background: #999999;

}

.headerBGcolour {

	background-color: #d8e6dc;
	width: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;

}

/* end Miscellaneous ------------------------------------------------*/
