#header {
background-image: url(images/HeaderRedBkgd.jpg);
}
/* ====================================*/
#Left h1 {
	color: #8C0D03;
}
#Left h2 {
	color: #EE2923;
}
#Left p {
	color: #000;
}
#Left a {
	color: #8C0D03;
}
#Left .date {
	color: #000;
}
#Left .text {
	color: #000;
}
#Left a:hover {
	color: #000;
}
/* ====================================*/
#Right h1, #Center h1 {
	color: #8C0D03;
}
#Right h2 {
	color: #EE2923;
}
#Right h3 {
	color: #8C0D03;
}
#Center h2 {
	color: #8C0D03;
}
#Right p, #Center p {
	color: #000;
}
#Right .text, #Center .text {
	color: #000;
}
#Right .rule {
	background-image: url(images/Rule_Red.gif);
}
#Right a, #Center a {
	color: #8C0D03;
}
#Right a:hover, #Center a:hover {
	color: #EE2923;
}
#wrapper-bottom a {
	color: #8C0D03;
}
#wrapper-bottom a:hover {
	color: #EE2923;
}
/* ====================================*/
#menu a {
	color: #8C0D03;
	}
#menu a:hover {
	background-color: #EE2923;
	color: #FFF;
	}
#secondaryMenu a:hover {
	background-color: #EE2923;
	color: #FFF;
}
hr {
	width: 350px;
	align: center;
	border-bottom: 1px solid #8C0D03;
}