/*
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;
}

/* background and page margin */
body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/interior/6/background.gif);
	background-repeat: repeat-x;
}
	
/* bullet list */
ul li {
	list-style-image: url(../images/interior/6/bullet.gif);
}
	
ol li {
  list-style-type: decimal;
}

ol.alpha li {
  list-style-type: lower-alpha;
}

/* 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;
}

a.footer {
	color: #999999;
	text-decoration: underline;
}
a.footer:hover {
	color: #5a80a3;
}