/****
Defines the colours used for different sections of the website.
****/

body
{
	background-color: #014663;
	color: #ffffff;
}

div#ContentBanner
{
	background-color: #ffffff;
}

div#SignOn
{
	background-color: #f29545;
}

div#BottomContentContainer
{
	background-color: #ffffff;
}

div#FlashContainer
{
	background-color: white;
}

div#BottomContent
{
	background-color: #ffffff;
}
