#navigation,
#pageBottomDecoration,
#navigationUnderlineShort,
#navigation ul ul li:hover {
	background-color: #F9A351;
}
#navigationUnderline {
	background-color: #FBB471;
}
#navigationImage {
	background: #8D8C8B url('../img/top/orange.jpg') top left no-repeat;
}

h1, h2, h3,
#bottomNavigation.orange ul li,
table.articleList th,
#rightPanel ul li a,
table.articleList a,
a.homeLink, 
#pageContent a {
	color: #F9A351;
}
h2.hasSubheading {
	color: #FFE5CB;
}
#rightPanel ul li a:hover,
table.articleList a:hover,
a.homeLink:hover, 
#pageContent a:hover {
	color: #FDC690;
}
#rightPanel {
	background: white url('../img/bubbles/orange.gif') 0 0 no-repeat;
}
#rightPanel.noBackground {
	background: none;
}

div.form th.error {
	color: #F9A351;
}
div.form div.error {
	background: transparent url('../img/errorOrange.gif') top right no-repeat;
}
