#header {
	height: 108px;
	background: #f7f2fb url(../images/header-bg.png) top repeat-x;
}
#headerImage {
	display: none;
}
#headerLogo {
	margin: 0;
	width: 715px;
	height: 108px;
	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: #faf3fc url(../images/shadow.png) center repeat-y;
}
#nav {
	background: #aa1c13 url(../images/navBG.png) repeat-x;
}
#nav ul ul a,
#nav ul li:hover a {
	background: #aa1c13;
}
#nav ul li a:hover {
	background: #091c65 url(../images/navHoverBG.png) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.newsletterHeader,
.blogPostHeader {
	background: #0a1f68 url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #6e7aa6;
}
#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;
}
.upload,
#seeMore {
	background: #dbe0ef;
}
.latestBlogPosts li.odd,
.latestForumPosts li.odd {
	background: #dbe0ef;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #e6eaf4;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #336;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #69f;
}
#footer {
	background: #85120a url(../images/footerBG.png) top repeat-x;
}
#welcome {
	background: none;
}