#header {
	height:107px;
	background: #4f1c74 url(../images/header-bg.png) top repeat-x;
}
#headerImage {
	width:287px;
	height:107px;
	margin-left: 0;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/headerImage.png) no-repeat;
}
#headerLogo {
	width:456px;
	height:68px;
	margin:21px 35px 0 218px;
	z-index:100;
	position:relative;
	background: url(../images/headerLogo.png) center no-repeat;
}
#login {
	background:url(../images/login.png) no-repeat;
}
.loginbutton {
	background:url(../images/memberButton.png) left no-repeat;
}
body {
	background: #e5debc url(../images/shadow.png) center repeat-y;
}
#nav {
	background: #a1801e url(../images/navBG.png) repeat-x;
}
#nav ul ul a,
#nav ul li:hover a {
	background: #300658;
}
#nav ul li a:hover {
	background: #300658 url(../images/navHoverBG.png) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.newsletterHeader,
.blogPostHeader {
	background: #977c28 url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #ccbc89;
}
#searchBox .searchButton input{
	background:url(../images/searchButton.png) left top no-repeat;
}
#searchBox .searchButton input:hover {
	background:url(../images/searchButton.png) right bottom no-repeat;
}
#para {
	background:url(/images/headshot.jpg) bottom right no-repeat;
}
.latestBlogPosts li.odd,
.latestForumPosts li.odd {
	background: #fff;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #edead7;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #977c28;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #ccbc89;
}
.faqs ul li {
	background-image: url('/themes/mscCommon1/images/arrowPurple.png');
}
.faqs ul li.close {
	background-image: url('/themes/mscCommon1/images/arrowPurple.png');
}
#step1 {
	background-image: url('/themes/mscCommon1/images/step1Purple.png');
}
#step2 {
	background-image: url('/themes/mscCommon1/images/step2Purple.png');
}
#step3 {
	background-image: url('/themes/mscCommon1/images/step3Purple.png');
}
#step4 {
	background-image: url('/themes/mscCommon1/images/step4Purple.png');
}
#footer {
	background: #6a6a6a url(../images/footerBG.png) top repeat-x;
}