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

a:hover, a:active {
	color: #CC0F08;
}

.navcontainer #current {
	color: #FF130B;
}

#titleAndSlogan h1 {
	color: #919191;
}

#titleAndSlogan h2 {
	color: #AEAEAE;
}

#header h1 {
	color: #919191;
}

#header h2 {
	color: #AEAEAE;
}

#header {
	background-color: #EAEAEA;
	border-bottom-color: #D2D2D2;
}

#sidebar {
	background-color: #EAEAEA;
	color: #A3A3A3;
	border-bottom-color: #D2D2D2;
}

body {
	color: #888888;
	background-color: #FFFFFF;
}

