
/* Design element  : CSSCONTROL 
 This file merely includes topic-specific CSS files, to form a complete style.
*/

@import url( images_3.css ) ; 	
@import url( layout_3.css ) ; 	
@import url( fonts_3.css ) ; 	
@import url( colours_3.css ) ; 	



/* 
Feature name: MISSIONSTATEMENT
*/

#mission {
	text-align : center ;
	position : relative ;
	font-size: x-small ;
	font-style: italic ;
	top: 1em ;
}



/* 
We wish this part of the mission statement to be visually emphasised but not 
emphasised for search engines.  Feature name: MISSIONSTATEMENT
*/

#mission  #title{
	font-weight: bold ;
}

