.topper h1 {
	color: #F1F1F1;
}

#header h1 {
	color: #F1F1F1;
}

#header h2 {
	color: #DEDEDE;
}

#header {
	background: #FFFFFF;
}

body {
	background: #585858;	
}

.footer {
	color: #FFFFFF;
}

.footer a {
	color: #155897;
}

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

a:link, a:visited {
	color: #155897;
}

a:hover, a:active {
	color: #1D7BD3;
}

.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: #4A4A4A;
}

.navcontainer .current a:visited {
	color: #4A4A4A;
}

.navcontainer .current a:hover {
	color: #2C2C2C;
}

#container {
	background: #DEE0E1;
}

.breadcrumbContainer {
	background: #DEE0E1;
}

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

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

.sidebar {
	color: #1A1B1B;
}

