@charset "utf-8";

/* Orange-Brown Color Scheme */

#NavigationBar {
	background-image: url("../images/layout/template/NavBar_Or-Brn-3.jpg");
}

#MainContent a, #MainContent2 a  {
	color: #CC8800;
}

#LeftColumn h1, #LeftColumn2 h1 {
	color: #ffffff;
	background-color: #cc9900;
}
#LeftColumn h2, #LeftColumn2 h2 {
	color: #cc9900;
}

#CenterColumn h1, #CenterColumn2 h1, #CenterColumn3 h1, #CenterColumn h2, #CenterColumn2 h2, #CenterColumn3 h2, #CenterColumn h3, #CenterColumn2 h3, #CenterColumn3 h3 {
	color: #cc9900;
}
.CenterColumnBC1 {
	padding: 10px;
	font-size:14px;
}
.CenterColumnBC2 {
	background-color: #F9F9EE;
	padding: 10px;
	font-size:14px;
}
.CenterColumnBC3 {
	background-color: #F2F2F2;
	padding: 10px;
}

#RightColumn  h1, #RightColumn  h2, #RightColumn  h3 {
	color: #cc9900;
}


