.topper h1 {
	color: #F1F1F1;
}

#header h1 {
	color: #F1F1F1;
}

#header h2 {
	color: #DEDEDE;
}

#header {
	background: #C8D3D5;
}

body {
	background: #646464;	
}

.footer {
	color: #115697;
}

.footer a {
	color: #197FDF;
}

.footer a:hover {
	color: #0F4C85;
}

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

a:hover, a:active {
	color: #28BAFF;
}

.blog-entry-title a:link {
	color: #005DB3;
}

.blog-entry-title a:visited {
	color: #005DB3;
}

.blog-entry-title a:hover {
	color: #0082FA;
}

.navcontainer .current a:link {
	color: #142F43;
}

.navcontainer .current a:visited {
	color: #142F43;
}

.navcontainer .current a:hover {
	color: #0C1C28;
}

#container {
	background: #DDE3E5;
}

.breadcrumbContainer {
	background: #DDE3E5;
}

.navcontainer .current {
	background: #DDE3E5 url(images/menu_down.png) no-repeat;
}

.navcontainer .currentAncestor {
	background: #DDE3E5 url(images/menu_down.png) no-repeat;
}

.sidebar {
	color: #304B5F;
}

