#header {
	height: 108px;
	background: #629741 url(../images/header-bg.png) top repeat-x;
}
#headerImage {
	display: none;
}
#headerLogo {
	width: 720px;
	height: 108px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../images/headerLogo.png) center no-repeat;
}
body {
	background: #f7f5de 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: #d1ceaf url(../images/navBG.png) repeat-x;
}
#nav ul li a {
	color: #0B0493;
}
#nav ul ul a,
#nav ul li:hover a {
	color: #fff;
	background: #1d5221;
}
#nav ul li a:hover {
	background: #1d5221 url(../images/navHoverBG.png) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.blogPostHeader,
.newsletterHeader {
	background: #386630 url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #93af8e;
}
#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: #f7f5de;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #fff;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #386630;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #93af8e;
}
.faqs ul li {
	background-image: url('/themes/mscCommon1/images/arrowGreen.png');
}
.faqs ul li.close {
	background-image: url('/themes/mscCommon1/images/arrowGreen.png');
}
#step1 {
	background-image: url('/themes/mscCommon1/images/step1Green.png');
}
#step2 {
	background-image: url('/themes/mscCommon1/images/step2Green.png');
}
#step3 {
	background-image: url('/themes/mscCommon1/images/step3Green.png');
}
#step4 {
	background-image: url('/themes/mscCommon1/images/step4Green.png');
}
#footer {
	background: #6a6a6a url(../images/footerBG.png) top repeat-x;
}