<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** themed css for root section - this is blue **/

/*
primary colour - 047dc4
secondary colour - 489dcf
tertiary colour - bcd3e1
*/


/*header styles (home page has a deeper header to the rest of the site)*/
#header {
	height: 120px;
}
#wrapper {
	background-image: url(/display_images/header/bg_root.gif);
}
#primary-nav {
	top:92px;
}

/*primary nav styles*/
#primary-nav ul li#nav-home a.menutext {
	background: url(home.gif) no-repeat;
}
#primary-nav ul li#nav-about a.menutext {
	background: url(about.gif) no-repeat;
}
#primary-nav ul li#nav-schools a.menutext {
	background: url(schools.gif) no-repeat;
}
#primary-nav ul li#nav-resources a.menutext {
	background: url(resources.gif) no-repeat;
}
#primary-nav ul li#nav-curriculum a.menutext {
	background: url(curriculum.gif) no-repeat;
}
#primary-nav ul li#nav-weneedyou a.menutext {
	background: url(weneedyou.gif) no-repeat;
}

#primary-nav ul li#nav-weneedyou1 a.menutext {
	background: url(weneedyou1.gif) no-repeat;
}

/*primary content styles*/
#primary-content h1 {
	color: #047dc4;
}
#primary-content h2 {
	color: #047dc4;
}

#intro {
	color: #047dc4;
}

.table th {
	color: #047dc4;
}

.content_block cite {
	color: #047dc4;
}
.content_block ul li {
    background-image:url(/display_images/bullets/bullet_about.gif);
}

.bottom-bg {
	background-color: #047dc4;
}
#breadcrumb {
	color:#bcd3e1;
}

/*secondary content styles*/
#secondary-content .related h2 {
	color: #047dc4;
}
#secondary-content ul li {
	background-image: url(/display_images/bullets/bullet_about.gif);
}

/*secondary navigation styles*/
#secondary-nav {
	border-top: 1px solid #047dc4;
}
#secondary-nav li {
	background-color: #489dcf;
	border-bottom: 1px solid #bcd3e1;
}</pre></body></html>