<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


h1.deptTitle{
  color:#FFF;
  padding-bottom:13px;
  padding-left:20px;  
  background-color: #5A7D1F;	
  background-image: url(/shared/images/DepartmentHeadingBKGD_trans.png);
  background-repeat:no-repeat;	
  float:left;
  /*border-top: 1px solid #ffffff; removed by AS 20151119 - was giving double top border*/
  /* border-bottom: 2px solid white; */
  height: 51px;
  margin-top:0px;
  box-sizing: content-box;
  }

h1.deptTitle a{
/*color:#5A7D1F;*/
  color:#FFF;
  /* padding-top:15px;
  padding-bottom:4px; */
  float:left;
  text-decoration:none;
  width:753px;
}

h1.deptTitle a:hover{
  color: #fff;
  text-decoration:none;
}


/************ To replace H1 tag for accessibility purposes - start ************/

span.deptTitle{
  color:#FFF;
  padding-bottom:13px;
  padding-left:20px;  
  background-color: #5A7D1F;	
  background-image: url(/shared/images/DepartmentHeadingBKGD_trans.png);
  background-repeat:no-repeat;	
  float:left;
  border-bottom: 2px solid white;
  height: 51px;
  margin-top:0px;
  display: block;
  font-size: 2em;
  margin-bottom: 0.67em;
  font-weight: bold;
  box-sizing: content-box;
  }

span.deptTitle a{
  color:#FFF;
  padding-top:5px;
  /* padding-bottom:4px; */
  float:left;
  text-decoration:none;
  width:753px;
}

span.deptTitle a:hover{
  color: #fff;
  text-decoration:none;
}

/************ To replace H1 tag for accessibility purposes - end ************/


#left-menu .first a {
  background-color: #5A7D1F;
  font-weight: bold;
  padding-top: 10px;
  border-bottom: 0px solid white;
}

/***** LEFT Nav styles for department colour*******************************************************************************************/
.searchBox {

	background-color: #5A7D1F;	
  	background-repeat:no-repeat;	
	color:#ffffff;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:13px;	height:49px;
	
}

.searchBox .integrity{
background-image: url(/shared/images/DepartmentHeadingSearchBKGD.png);
padding: 0px !important;
margin: -10px 0 0 -14px;
height:64px;
	}
	
	
.left_menu_search {
	display:block;
	height:29px;
	color:#ffffff;
	padding-top:5px;
	display: block;
	/*background-color: #5A7D1F;*/
}


/*to keep the link color from changing for visited pages*/
div.crumbs p a:visited {
	color:#5A7D1F !important
}

div.crumbs p a:hover {
	color:#5A7D1F !important
}

	
#leftNav .lnkHgLight {
	background-color:#5a7d1f !important;
	color:#ffffff !important;
	font-weight:bold;
 }

#leftNav li:hover {
	background-color:#5a7d1f !important;
	color:#ffffff !important;
}

#leftNav li.nav-external:hover {	
	background-color:#5a7d1f !important;
	color:#ffffff !important;
}

/***** RIGHT BAR *************************************************************************/


#right-bar .section .heading {
  background-color: #5a7d1f;
  margin: 0px;
  text-align: left;
  color: #fff;
  padding: 8px;
  text-decoration:none;
}

#right-bar .section .heading a:link {/* unvisited link */
  text-decoration:none;
  color:#fff;
  display:block;
}
#right-bar .section .heading a:visited {/* visited link */
  text-decoration:underline;
  color:#fff;
}
#right-bar .section .heading a:hover {/* mouse over link */
  text-decoration:underline;
  color:#fff;
}
#right-bar .section .heading a:active {/* selected link */
  text-decoration:underline;
  color:#fff;
}

#right-bar .section a:link {/* unvisited link */
  text-decoration:underline;
  color:#000;
}
#right-bar .section a:visited {/* visited link */
  text-decoration:underline;
  color:#5a7d1f;
}
#right-bar .section a:hover {/* mouse over link */
  text-decoration:underline;
  color:#5a7d1f;
}
#right-bar .section a:active {/* selected link */
  text-decoration:underline;
  color:#5a7d1f;
}

</pre></body></html>