/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f7be15;
}
.BgColor3 {
	background-color:#900000;
}
.BgColor4 {
	background-color:#000000;
}
.BgColor5 {
	background-color:#1d2f8a;
}
.BgColor6 {
	background-color:#7ac000;
}
.BgColor7 {
	background-color:#420000;
}
.TopBg {
	background:url(../images/top_bg.jpg) no-repeat;
	width:745px;
	height:96px;
}
.MainBg {
	background:url(../images/main_bg_spacer.gif) repeat-x top #6b0000;
	height:479px;
}
.MainBgInner {
	background:url(../images/main_bg_spacer.gif) repeat-x top #6b0000;
}
.EmpMainBgInner {
/*	background: url(../images/emp_main_bg_spacer.gif) repeat-x bottom #000000;
*/	background:url(../images/main_bg_spacer.gif) repeat-x bottom #000000;
}
.CurrentEventsBg {
	background: url(../images/current_events.jpg) no-repeat;
	width:405px;
	height:121px;
}
.CurrentEventsBgInner {
	background:url(../images/current_events_inner.png) no-repeat !Important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="newsite/images/current_events_inner.png", sizingMethod=scale);
	width:257px;
	height:148px;
}
.FooterBg {
	background: url(../images/footer_bg.jpg) no-repeat right top;
	height:95px;
}
.FooterBgInner {
	background:url(../images/inner_footer_bg.gif) no-repeat right top;
	height:81px;
}
.ThumbBg {
	background:url(../images/thumb_bg.gif) no-repeat;
	width:154px;
	height:126px;
}
.YellowPatch {
	background:url(../images/yellow_patch.png) no-repeat !important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="newsite/images/yellow_patch.png", sizingMethod=scale);
	width:299px;
	height:122px;
}
.Border {	
	border:1px solid #FFFFFF;
}
.MenuLRBorder {
	border-left:1px solid #821a1a;
	border-right:1px solid #821a1a;
}
.DivBorder {
	border-bottom:1px solid #821a1a;
}
.HorDotted {
	background:url(../images/hor-dotted.gif) repeat-x center;
}
.HeadingBg {
	background:url(../images/heading-bg.gif) no-repeat;
	width:403px;
	height:35px;
}