/**
	File:
		colour-scheme.css

	Validates:
		CSS Level 2.1

	Project:
		SPAA

	Author:
		Kristina Floyd

	Date Created:
		2009 08 03

	About:
		Stylesheet that is visible when the user is logged out of the site.

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content
		04	elements.css - Styles for specific page elements
		04a colour-scheme.css - Colour scheme for logged out
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/
h1 { color: #0E9DBA; }
#primary-nav a { color: #3F7F8D; }
#primary-nav a:hover,
#primary-nav .selected a { background: #FFFFFF url(/template-images/spaa/layout/primary-nav/bg-on-public.gif) no-repeat bottom left; }
a { color: #0E9DBA; }
th { background: #0E9DBA; }
.paging a:hover,
.paging .selected a { background: #0E9DBA; }
#sitemap a { background: #F6F6F7 url(/template-images/spaa/elements/sitemap/arrow/blue.gif) no-repeat top left; }
#sitemap ol a { background: #F6F6F7 url(/template-images/spaa/elements/sitemap/arrow/blue-line.gif) no-repeat top left; }
#content-area.default-template #primary-nav { padding-top: 58px; }