/* --------------------- <!-- SciNat : Local Colours Stylesheet --> ---------------------- */
/* override for humanbody - we want arial to retain old design !!!!! */

body, table, td, p, h1, h2, h3
{
	font-family: arial, helvetica, sans-serif;
}


/* ----------- Barley Colours ------------ */
/* --- also use   .bbcpageGutter   .bbcpageLocal   .bbcpageServices  ------ */

.BbcpageTopLeftTD a, .BbcpageTopLeftTD a:visited, .BbcpageTopLeftTD a:hover {
	background-color: white;
	color: 336699;
	text-color: white;
}

.bbcpageLocal {
	background-color: #9ABCDD;
}

.bbcpageCrumb, .BbcpageTopLeftTD {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #ffffff;
}

.bbcpageCrumb a, .bbcpageCrumb a:visited, .bbcpageCrumb a:hover {
	color: #336699;
	text-decoration: none;
}

.bbcpageFooterMargin, .bbcpageFooterMargin a, .bbcpageFooterMargin a:visited {
	font-color: #000000;
	color: #000000;
}

.bbcpageFooter {
color: #000000;
}

/* ------ Globalnav Colours ------ */

	/* -- Normal State Global Nav Tab -- */
	.navcontainer 
	{
	background-color: #9CBDDE;
	}

	/* -- Use this class to control the leftmost tab - ie. to put a left border on */
	a.firstGlobalNavItem
	{
	border-left: 1px solid #aaaaaa;
	}
	
		/* global nav specific coloured curve graphic */
.globalcurve {
background-image: url("globalcu.gif");
background-position: left;
background-repeat: no-repeat;
}

.globalcurve a:hover {
background-image: url("globalcu.gif");
background-position: left;
background-repeat: no-repeat;
}


/* END of banner navigation rules */

/* START of LHN navigation colours - to override global colours and suit local section */
/* BBC Services same bg colour as local nav - the bit below the LHN, and LHN to make sure */

#lhncontainer span, .bbcpageServices
{
background-color: #9ABCDD;
color: #003366;
}

#lhncontainer a, #lhnlevel3container a, .leftnavheader, .leftnavheader p, .leftnavheader a
{
color: #003366;
background-color: #9ABCDD;
}

#lhncontainer a:hover
{
color: #003366;
background-color: #E8F0F7;
}
	/* START of rules for level 3 nav elements */
	/* -- Rollover State Local Nav Tab -- */
	#lhnlevel3container a:hover
	{
	background-color: #E8F0F7;
	color: #003366;
	}
/* END of LHN navigation rules */



