#header {
	background: #6e0863 url(../images/header-bg.png) top repeat-x;
}
#headerImage {
	width: 172px;
	height: 92px;
	margin: 5px 0 0;
	background: url(../images/headerImage.png) no-repeat;
}
#headerLogo {
	width: 520px;
	height: 88px;
	margin: 5px 0 0 10px;
	text-indent: -9999px;
	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;
}
#nav {
	background: #91b641 url(../images/navBG.png) repeat-x;
}
#nav ul ul a,
#nav ul li:hover a {
	background: #722a6a;
}
#nav ul li a:hover {
	background: #722a6a url(../images/navHoverBG.png) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.newsletterHeader,
.blogPostHeader {
	background: #64095b url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #a46d9e;
}
#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: #efd6ed;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #f5ebf5;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #64095b;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #a46d9e;
}
.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;
}