/** nothing but shades of blue **/
a:active {
	color: #3b5e97;
	border-color: #3b5e97;
}

#page {
	background: #6e84cb;
	border-left:4px solid #164187;
}

#ajaxSearch_submit {
	border:1px solid #3b5e97;
	background:#c2cefc;
}

#search {
	background: #6e84cb;
}

#navi {
	background: #6e84cb;
}

#main {
	background: #c2cefc;
}

#contentwrap {
	background: #c2cefc;
}

.subnav a:hover {
	border-bottom:1px solid #3b5e97 !important;
}

.selected {
	color:#3b5e97 !important;
}

#sidebar {
	background: #c2cefc;
}