@charset "utf-8";

/* Red Color Scheme */

#Navigation {
/* Changed the background image Eli 12/1/11 */
	background-image: url(../images/layout/NavBG-light.jpg);
}
/* Changed the font color and background image Eli 12/1/11 */
#LeftColumn h1 {
	color: #000000;
	background-image: url(../images/layout/h1BG-light.jpg);
}
#MainContent a {
	color: #7a0711;
}
#RightColumn  h1, #CenterColumn h1, #RightColumn  h2, #CenterColumn h2, #RightColumn  h3, #CenterColumn h3 {
	color: #7a0711;
}
/* New LeftColumn style added by Eli 12/1/11 */

#LeftColumn  h2 {
	color: #7a0711;
	font-weight: bold;
}



/* Original Red Color Scheme  - changed on 12/1/11

#Navigation {
	background-image: url(../images/layout/NavBG.jpg);
}
#LeftColumn h1 {
	color: #ffffff;
	background-image: url(../images/layout/h1BG.jpg);
}
#MainContent a {
	color: #a42822;
}
#RightColumn  h1, #CenterColumn h1, #RightColumn  h2, #CenterColumn h2, #RightColumn  h3, #CenterColumn h3 {
	color: #a42822;
}
 */
