#navigation {

	background-image:url('red_bg.gif');
	background-repeat:repeat-y;
	background-position:right;

}

#navigation a {	border-right-color:rgb(255,153,0); }
#navigation a.sub { 
	color:rgb(255,255,0);
	border-right-color:rgb(255,153,0); 
}
#navigation a:hover { border-right-color:rgb(255,197,108); }
#navigation a.sub:hover {
	border-right-color:rgb(255,197,108);
}
#navigation a.selected { border-right-color:rgb(255,197,108); }

#footer a.tertiaryselected {
	background-color:rgb(236,0,0);
}

#maincontent h1 { color:rgb(236,0,0); }
#maincontent table th {	background-color:rgb(236,0,0); }
#maincontent strong { color:rgb(236,0,0); }
#footer strong { color:rgb(236,0,0); }

ul.subpage {
	list-style-image:url('/images/arrow_subpage_red.gif');
}

.orange {
	color:rgb(255,197,108);
	font-weight:bold;
}

div.imgtext {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	font-size:0.6em;
}

div.imgtext img {
	border:1px solid black;
	margin:0px;
	padding:0px;
}
