body { 
	background:#6699CC;
}
h2 {
	color:#fff;
}
.top h1 {
  display: block;
  background: url(/images/RVSplash-logo-298x98.png) no-repeat;
  width: 298px;
  height: 98px;
}

.top h1 a {
  display: none;
}

div.content-wrapper {
	border-color:#345C83;
}
#emailbox {
	background:#2F5478 url('../images/box-blue.jpg') repeat-x;
}
.submitbutton, #emailbox .ajaxresponse {
	background-color:#7192B3;
	color:#fff;
}
#emailbox .ajaxresponse p { 
	color:#fff;
}
#emailbox .ajaxresponse a.closeajaxresponse {
	background-color:#1B3045;
	color:#fff;
}
#emailaddress {
	border:2px solid #132230;
}
.bar-end {
	background-image:url('../images/bar-blue-left.jpg');
}
.bar {
	background-image:url('../images/bar-blue-right.gif');
}
.content h1 {
  float: none;
  width: auto;
  font-size: 170%;
  color: #2F5478;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  
}

.content-left {
  margin: 10px 40px 20px 40px;
  color: #2F5478;
}

.content-left p {
  margin-bottom: .5em;
}

.content-left ul {
  margin-left: 30px;
  font-size: 90%;
}

.ajaxresult {
  padding-bottom: 24px;
  font-weight: bold;
  
}