.topper h1 {
	color: #F1F1F1;
}

#header h1 {
	color: #F1F1F1;
}

#header h2 {
	color: #DEDEDE;
}

#header {
	background: #C8D3D5;
}

body {
	background: #646464;	
}

.footer {
	color: #115697;
}

.footer a {
	color: #1D85E5;
}

.footer a:hover {
	color: #114F89;
}

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

a:hover, a:active {
	color: #2BCDFF;
}

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

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

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

.navcontainer .current a:link {
	color: #000000;
}

.navcontainer .current a:visited {
	color: #000000;
}

.navcontainer .current a:hover {
	color: #000000;
}

#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: #294153;
}

