/*
This is a 'style' style sheet, use for pages that use the 'about us' style.
*/

body {
	background-color: #006991;
}
#text h1 {
	color: #00ABE6;
	border-bottom: 4px double #00ABE6;
}
#container {
	background-color: #00ABE6;
}
#container span, #contentareas strong {
	color: #00ABE6;
}
#text a {
	color: #00ABE6;
}
#text a:hover {
	text-decoration: none;
}
#sitenav li.selected {
	background-color: #00ABE6;
}
#sitenav ul a:hover {
	background-color: #00ABE6;
}
#secondnav input {
	color: #00ABE6;
	border: 1px solid #00ABE6;
}
#secondnav a:hover {
	background-color: #006991; 
}
#sitenav ul ul#subnav a {
	color: #00ABE6;
}
#text span {
	color: #00ABE6;
}
#info img {
	border: 2px #00ABE6 solid;
}
#info p {
	color: #00ABE6;
}
#info ul li {
	background-image: url(/assets/infobgimg_blog.gif);
	background-repeat: no-repeat;
}
#navigationfc a:hover {
	background-color: #00ABE6;
}
iframe {
	border: 1px solid #00ABE6;
}
#content {
	border-top: 10px #00ABE6 solid;
}
#masthead {
	background-image: url(/assets/masthead_home.gif);
}
#title {
	border-bottom: #00ABE6 double 4px;
}
#title h1 {
	color: #00ABE6;
}
h4, h3 {
	color: #00ABE6;
}