#navigation {

	background-image:url('blue_bg.gif');
	background-repeat:repeat-y;
	background-position:right;

}

#navigation a {	border-right-color:rgb(41,122,204); }
#navigation a.sub { 
	color:rgb(153,204,255);
	border-right-color:rgb(41,122,204); 
}
#navigation a:hover { border-right-color:rgb(211,233,255); }
#navigation a.sub:hover {
	border-right-color:rgb(211,233,255); }
}
#navigation a.selected { border-right-color:rgb(211,233,255); }

#footer a.tertiaryselected {
	background-color:rgb(0,47,107);
}

#maincontent h1 { color:rgb(0,47,107); }
#maincontent table th {	background-color:rgb(0,47,107); }
#maincontent strong { color:rgb(0,47,107); }
#footer strong { color:rgb(0,47,107); }

ul.subpage {
	list-style-image:url('/images/arrow_subpage_blue.gif');
}