/* Use this style sheet for your custom styling */

body { 
	background: #fff; 
	color: #8c888a;
}

a, a:visited { 
	text-decoration: none;
	color: #296253;
}
a:hover, a:active, a:focus { 
	color: #728e80;
}
.altlink a, .altlink a:visited { 
	color: #3a5870; 
}
.altlink a:hover, .altlink a:focus, .altlink a:active {
	color: #728e80;
}


#masthead {
	background: #58a9bc; 
}
#masthead a, #masthead a:visited { 
	color: #f0f0f0;
}
#masthead a:hover, #masthead a:active { 
	color: #ffffff; 
}


.main-navigation ul li:hover {
	background: #508396;
}
.main-navigation ul ul {
	background: #508396;
}
.main-navigation ul ul li:hover{
	background: #58a9bc;
}