body {
	background-color: #F3F7F8;
	color: %colour_bodytype%;
}

#header h1 {
	color: #1E49A4;
}

#header h1 a:link {
	color: #1E49A4;
}

#header h1 a:visited {
	color: #1E49A4;
}

#header h1 a:hover {
	color: #1B4193;
}

#header h2 {
	color: #1E49A4;
}

a:link, a:visited {
	color: #1E49A4;
}

a:hover, a:active {
	color: #183A83;
}

#breadcrumb {
	color: #183A83;
}

#breadcrumb a:link {
	color: #1E49A4;
}

#breadcrumb a:visited {
	color: #1E49A4;
}

#breadcrumb a:hover {
	color: #2457C4;
}

#sidebarContent {
	color: #7D7D7D;
}

#sidebarContent h3 {
	color: #7D7D7D;
}

#sidebarContainer {
	background-color: #FFFFFF;
}

blockquote {
	background: none;
	background-color: #FFFFFF;
}

html>body blockquote {
	background: #FFFFFF url(images/blockquote_point.png) no-repeat left bottom;
}
