﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #d4d4d4 !important ;
	color: #838383 !important;
	
}
#header {
	background-color: #006;
	color: #fff;
}
#header a {
	color: #ccc;
}
.navigation a:hover {
	color: #fff;
}
.navigation a:hover span {
	color: #FCB03C;
}
#wrapper {
	background-color: #fff;
}
#footer {
	background-color: #e7e7e7;
	color: #aaa;
}
.spotlight {
	color: #fff;
}
.spotlight h2 {
	color: #fff;
}
.spotlight h3, .spotlight a {
	color: #FCB03C;
}
.spotlight li, .spotlight li a {
	color: #ccc;
}
.spotlight a.more {
	color: #FCB03C;
}
.shout {
	color: #5B6FB5;
}
.shout span {
	color: #fff;
}
.shout a {
	color: #5B6FB5;
}
.search {
	color: #fff;
}
.greytop a.more {
	color: #FCB03C;
}
.greytop h2 {
	color: #5B6FB5;
}