/*
Green:	#206c49
Lime:	#92d400
Gold:	#ffa100
*/
body{
  	background:	#fff;
  	color:		#000;
  	font-size:	0.8em;
}

div.boxContent{
	border-left: 	solid #206c49 1px;
	border-right: 	solid #206c49 1px;
}

div.boxContent ul li{
	list-style:	url("../images/ceGreenBulletPoint.gif") disc;
}

#ceSearchBox .srch{
	background: 	url("../images/search_bg160.png");
	border:none;
}
#ceSearchBox .srch a{
	color:#fff;
}
#ceSearchBox .nc div{
	background: 	url("../images/search_bg160.png");
	border:none;
}

#InFocusList li a:hover
{
	background-color: #92D400;
}

/* Header Links */
#ceHeaderLinks{
 	background: 	#206c49;
 	color:		#fff;
}
#ceHeaderLinks a img, #ceBanner a img, #ceFooter a img{
	border: none;
}

#az a{
	color: 	#206c49;
	text-decoration: none;
}
#az a:active, #az a:hover{
	text-decoration: underline;
}

/*#ceSectionMenu, #ceSectionMenu .nc div,*/
#ceSectionMenu h2{
 	background:	#006851;
 	color:		#fff;
}
#ceSectionMenu ul li{
	background: 	#206c49;
	color:		#fff;
}
#ceSectionMenu ul li:hover{
	background: 	#92d400;
}
#ceSectionMenu ul li:hover a{
	color: #206c49;	
}

/* Link styles... */
#ceSectionMenu a{
	display: block;
	width:100%;
}
#ceHeaderLinks a, #ceSectionMenu a, #ceFooter a{
	text-decoration: none;
	color:		#fff;
}

#ceFooter a:active, #ceFooter a:hover,
#ceHeaderLinks a:active, #ceHeaderLinks a:hover,
#ceSectionMenu a:active, #ceSectionMenu a:hover{
	text-decoration: underline;

}
#ceSidePanel a:active, #ceFooter a:active, #ceSectionMenu a:active{
	color: #fff;
}

h2.boxHeading{
 	background:	#206c49;
 	color:		#fff;
}

#ceMain div.ceContactDetails h2{
	border-top: solid 1px #206c49;
	background: #fff;
}

/* Search Box colours */
#ceSearchBox input{
	border-color: #006851;
}

/* Footer */
#ceFooter{
 	background: 	#206c49;
 	color:		#fff;
}

hr{
	height: 1px;
	color :#aaa;
}

.Heading1, h1{
	font-size: 1.5em;
}
.Heading2, h2{
	font-size: 1.35em;
}
.Heading3, h3{
	font-size: 1.2em;
}
.Heading4, h4{
	font-size: 1.1em;
}
.Heading5, h5{
	font-size: 1em;
	font-weight: bold;
}

.Heading1, h1, .Heading2, h2, .Heading3, h3, .Heading4, h4, .Heading5, h5{
	color: #206c49;
}

.normal, p{
	font-size: 1em;
}
