/*
5
COMMUNITY = yellow
light  = #eaeef5
bright = #a0b3cc
medium = #5a80a3 (link)
dark   = #00355f
*/

/* main link styles */
a {
	/* old color - color: #5a80a3; */
	color:#4390bf;
	text-decoration: underline;
}
a:hover {
	/* old color - color: #a0b3cc; */
	color: #7ca6bf;
}


/* breadcrumbs */
.breadcrumbs {
	font-size: xx-small;
	text-transform: uppercase;
	color: #999;
}
a.breadcrumbs {
	color: #999999;
	text-decoration: underline;
}
a.breadcrumbs:hover {
	color: #5a80a3;
}

/* text styles */
h1, .title {
	/* color: #00355f; */
	color: #0066b2;
    text-align:center;
}

h2, .header {
	/* color: #5a80a3; */
	color: #0077c0;
}

.backgroundfill {
	background-color: #a0b3cc;
}
	
/* footer */
.footer {
	font-size:x-small;
	color: #999;
    text-align:center;
    text-transform:uppercase;
}

a.footer {
	color: #999999;
	text-decoration: underline;
}
a.footer:hover {
	color: #5a80a3;
}