#header {
	background: #e7d9bd url(../images/header-bg.png) top repeat-x;
}
#headerImage {
	width: 100px;
	margin: 0;
	background: url(../images/headerImage.png) no-repeat;
}
#headerLogo {
	width: 550px;
	margin-left: 0;
	padding: 0;
	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: #e7d9bd url(../images/shadow.gif) center repeat-y;
}
#nav {
	background: #2e86d6 url(../images/navBG.gif) repeat-x;
}
#nav ul ul a,
#nav ul li:hover a {
	background: #2e86d6;
}
#nav ul li a:hover {
	background: #7dc1f4 url(../images/navHoverBG.gif) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.newsletterHeader,
.blogPostHeader {
	background: #2c82cf url(../images/barHeader.gif) top repeat-x;
	border-left: 10px solid #82b5e3;
}
#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 {
	padding-right: 0;
	background: none;
}
.latestBlogPosts li.odd,
.latestForumPosts li.odd {
	background: #dfedfa;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #f0f7fd;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #246db0;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #e5d52a;
}
.upload,
#seeMore {
	background: #dfedfa;
}
.faqs ul li {
	background-image: url('/themes/mscCommon1/images/arrowCyan.png');
}
.faqs ul li.close {
	background-image: url('/themes/mscCommon1/images/arrowCyan.png');
}
#step1 {
	background-image: url('/themes/mscCommon1/images/step1Cyan.png');
}
#step2 {
	background-image: url('/themes/mscCommon1/images/step2Cyan.png');
}
#step3 {
	background-image: url('/themes/mscCommon1/images/step3Cyan.png');
}
#step4 {
	background-image: url('/themes/mscCommon1/images/step4Cyan.png');
}
#footer {
	background: #0e61ad url(../images/footerBG.gif) top repeat-x;
}
#welcome {
	background: none;
}
#contentWide { width: auto !important; }