/* RESEARCH COLOUR SCHEME FOR BHF ANNUAL REPORT AND ACCOUNTS */
/* Research Colour code: PMS 389 (lime green) (#CEE007) */


body { background: #D4E04C; }





/* START CSS for Left hand div */
#l { background: transparent url(../../../../../template-images/research/bodybg_left.gif) repeat-y scroll left; }
/* END CSS for Left hand div */






/* START CSS for right hand div */
#r { background: transparent url(../../../../../template-images/research/bodybg_right.gif) repeat-y scroll right; }
/* END CSS for right hand div */






/* START CSS for TOP LEVEL NAVIGATION */
	#mainMenu a { color: #5D5D5D; }
	#mainMenu a.on,
	#mainMenu a:hover { color: #ED1A2E; }
/* END CSS for TOP LEVEL NAVIGATION */






/* START CSS for HEADER */
	#header h1 { color: #ED1A2E; }
	#header h2 { color: #8F8F8F; }
/* END CSS for HEADER */






/* %%%%%%%%%%%%%%%%%%%%% */
/* START CSS for CONTENT */
#content { background: #F3F5E0 url(../../../../../template-images/dotsvertical.gif) repeat-y scroll left; }

	/* ################################# */
	/* START CSS for SUB CONTENT */
	#subContent { background: #F3F5E0; }

		/* START CSS for SECOND LEVEL NAVIGATION */
			#subMenu a { color: #5D5D5B; background: #E7E9D4 url(../../../../../template-images/research/menubg.gif) repeat-y scroll left; }
				#subMenu a:hover,
				#subMenu a.on { background: #E7E9D4 url(../../../../../template-images/research/menubg_over.gif) repeat-y scroll top left; }
				/* Opera fails to show the little arrow.  previously I had the :hover with no-repeat, but opera only displayed one pixel of it, so changed it to repeat-y as per 'a' and opera now displays the colour but not the arrow so presume it doesn't display the image 'top left' but 'center left'. */
		/* END CSS for SECOND LEVEL NAVIGATION */

		/* START CSS for FAST FACTS */
			#fastFactLink { background: #D4E050 url(../../../../../template-images/research/fastfactlinkbg.gif) no-repeat scroll top left; }
		/* END CSS for FAST FACTS */

	/* END CSS for SUB CONTENT */
	/* ############################### */

/* END CSS for CONTENT */
/* %%%%%%%%%%%%%%%%%%% */

