h1 {
	background: #005177 url(images/logo_blue.gif) no-repeat left center;
}
li.main-link-active {
	background: #005177;
}
li.sub-link {
	list-style: url(images/bullet_blue.gif) none outside;
}
h2 {
	color: #005177;
}
a{
	color: #005177;
}
p#foot{
	background-color: #005177;
}
*::-moz-selection{
	background-color:#005177;
}
::selection{
	background-color:#005177;
}