/*
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/non_user/ceGreenBulletPoint.gif") disc;
}

#ceSearchBox .srch{
	background: 	url("../../../images/non_user/search_bg160.png");
	border:none;
}
#ceSearchBox .srch a{
	color:#fff;
}
#ceSearchBox .nc div{
	background: 	url("../../../images/non_user/search_bg160.png");
	border:none;
}

#InFocusList li a:hover
{
	background-color: #92D400;
}
/* 'nifty' corner colors (match those above)*/
div.ceHomePageBox .nc div,
div.sectionHome .nc div{

}

/* 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:		#006851;
}

/* 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;

}

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;
}

#immpalette{
/*	white: #ffffff;*/
	black: #000000;
/* previously commented out - colours from the CE style guide:*/
	color1:	#0e654b;
	color2: #f8b323;
	color3: #bc2b16;
	color4: #6d1e7e;
	color5: #0073aa;
	color6: #00368a;
	color7: #acca57;
	color8: #d60059;
}
.Heading1, h1{
	font-size: 1.5em;
	color: #206c49;
}
.Heading2, h2{
	font-size: 1.4em;
	color: #206c49;
	margin-bottom: 0.3em;
}
.Heading3, h3{
	font-size: 1.2em;
	color: #206c49;
	margin-bottom: 0.3em;
}
.Heading4, h4{
	font-size: 1.1em;
	color: #206c49;
	margin-bottom: 0.3em;
}
.Heading5, h5{
	font-size: 1em;
	font-weight: bold;
	color: #206c49;
	margin-bottom: 0.3em;
}
div.ceHomePage h2, div.ceHomePage h3, div.ceHomePage h4, div.ceHomePage h5{
	font-size: 1em;
}

.normal, p{
/*	font-size: 1em;*/
}

table.ImmTS_Default,
#DocumentViewMain table
{
	border: solid 1px #206c49;
	border-collapse: collapse;
}

table.ImmTS_Default td, table.ImmTS_Default th,
#DocumentViewMain td, #DocumentViewMain th{
	border:	solid 1px #ccc;
	border-collapse: collapse;
/*	background: #e2eaec;*/
	background: #fff;
}	
table.ImmTS_Default th, #DocumentViewMain th{
	background: 	#206c49;
	color:		#fff;
	font-weight:	bold;
}