/* Colours
=========

*/

html, body, p
{
}

body 
{
		background: url(../images/layout/wideheader.jpg) no-repeat 50% 0%;
}
#primarynav a
{
	color: white;
	
}

#secondarynav {
	background: url('../images/layout/link_bottom.gif') bottom left no-repeat;
}

#tertiarynav {
	background: url('../images/layout/link_bottom.gif') bottom left no-repeat;
}

#secondarynav ul 
{
	background-color: #fcfcfc;
}

#tertiarynav ul 
{
	background-color: #fcfcfc;
}

h2
{
	color: #14467a;
}

h3
{
	color: #5998c1;
}




