@charset "utf-8";
/* Color Specific Styles, see screen.css for general styles */
body
{
	background:#fff url(../images/colors/blue/background_body_blue.gif) repeat-x top left;
}
#main
{
	background:url(../images/colors/blue/background_heading_blue.jpg) no-repeat top center;
}
#menu a:hover,
h1,h2,h3,h4,h5,h6,
a
{
	color:#305081;
}
#footer-top
{
	background-color:#305081;
}
#footer-bottom
{
	background:#5274a8;
}
span.blue{color:#305081;}