.PageBg {
	
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
}
.Header {
	background-image: url(../images/header-bg.jpg);
	height: 145px;
	width: 997px;
}
.RedBg {
	background-image: url(../images/red-bg.jpg);
	background-repeat: no-repeat;
	height: 331px;
	width: 997px;
}
.InnerRedBg {
	background-image: url(../images/inner-red-bg.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 997px;
	background-position: center;
}
.ContentBg {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	height: 666px;
	width: 997px;
}
.FeaturedBg {
	background-image: url(../images/featured-bg.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 997px;
}
.FooterBg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 997px;
}
.MenuHeader {
	font-family: Century;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	height: 35px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b6b6b6;
	text-align:left;
}
.LeftSubMenu {
	font-family: Century;
	font-size: 14px;
	color: #707070;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b6b6b6;
	background-image: url(../images/menu-icon.jpg);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 6px;
	text-align:left;
}
.LeftSubMenu a{
	color: #707070;
	text-decoration:none;
	text-align:left;
}

.LeftSubMenu a:hover{
	color: #707070;
	text-decoration:underline;
	text-align: left;
}
h1 {
	font-family: Century;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;

}
.HomeBullets {
	font-family: Century;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	padding-bottom: 3px;
}
.HomeQuotes {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #707070;
	font-weight: bold;
	padding-left: 38px;
	font-style: italic;
	
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7d7d;
}
#FooterLinks a {
	font-family: Century;
	font-size: 12px;
	font-weight: bold;
	color: #fcfcfc;
	text-decoration: none;
}
.HomeBannerTxt {
	font-family: Century;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	height: 160px;
	text-align: left;
	padding-left: 10px;
}
.InnerContentBg {
	background-image: url(../images/inner-content-bg.jpg);
	background-repeat: repeat-y;
}
.InnerFeaturedBg {
	background-image: url(../images/inner-featured-bg.jpg);
	background-repeat: repeat-y;
	height: 83px;
}
.InnerHeader {
	font-family: "Century";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
}
.InnerSidebarShadow {
	background-image: url(../images/inner-sidebar-shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
