@charset "UTF-8";
body { background: #e9edf0 url(../images/light_blue_background.jpg) repeat; }
#wrapper #mainNav ul { color: #4d4f53; }
#wrapper #mainNav a, #wrapper #mainNav a:visited { color: #4d4f53; }
#wrapper #mainNav a:hover, #wrapper #mainNav a:active {
	color: #85a6ba;
	text-decoration: none;
}
#wrapper #mainNav a.active {
	color: #85a6ba;
	text-decoration: none;
	cursor: default;
}

