#header {
	background: #55095a url(../images/header-bg.png) top repeat-x;
}
#headerImage {
	width:180px;
	height:105px;
	margin-left:10px;
	background: url(../images/headerImage.png) no-repeat;
}
#headerLogo {
	width:449px;
	height:64px;
	margin:27px 0 0 60px;
	background: url(../images/headerLogo.png) center no-repeat;
}
body {
	background: #fda803 url(../images/shadow.png) center repeat-y;
}
#login {
	background:url(../images/login.png) no-repeat;
}
.loginbutton {
	background:url(../images/memberButton.png) left no-repeat;
}
#nav {
	background: #d5600a url(../images/navBG.png) repeat-x;
}
#nav ul ul a,
#nav ul li:hover a {
	background: #4f0a77;
}
#nav ul li a:hover {
	background: #4f0a77 url(../images/navHoverBG.png) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.blogPostHeader,
.newsletterHeader {
	background: #55095a url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #a374a6;
}
#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: #f8d286;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #f6e5c3;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #55095a;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #a374a6;
}

.faqs ul li {
	background-image: url('/themes/mscCommon1/images/arrowOrange.png');
}
.faqs ul li.close {
	background-image: url('/themes/mscCommon1/images/arrowOrange.png');
}
#step1 {
	background-image: url('/themes/mscCommon1/images/step1Orange.png');
}
#step2 {
	background-image: url('/themes/mscCommon1/images/step2Orange.png');
}
#step3 {
	background-image: url('/themes/mscCommon1/images/step3Orange.png');
}
#step4 {
	background-image: url('/themes/mscCommon1/images/step4Orange.png');
}
#footer {
	background: #6a6a6a url(../images/footerBG.png) top repeat-x;
}