html {
  background-color:#00A74F; 
}

body {

  text-align:center;
  height:100%;
  font-size:13px;
}

#page {
  margin:auto;
  width:999px;
  background-image:url('../images/bgstrip.png');
  background-repeat:repeat-y;
  text-align:left;
}

#header {
  width:999px;
  height: 210px;
  background-image:url('../images/header.png'); 
}

#header #menu {
  position:relative;
  top:166px;
  left:267px;
  color:#fff;
  font-size:15px; 
  width:700px;
  text-align:right;
}

#header #menu a {
  color:#fff;
  text-decoration:none;
  display:table-cell;
  display:inline;
}

#header #menu a:hover {
  background-color:#fff;
  color:#22316e;
}

#footermenu {
  margin:auto;
  margin-top:10px;
  width:960px;
  color:#fff;
  background-color:#31469F;
  font-size:15px; 
  padding: 5px;
  text-align: center;
}

#footermenu a {
  color:#fff;
  text-decoration:none;
  display:table-cell;
  display:inline;
}

#footermenu a:hover {
  background-color:#fff;
  color:#22316e;
}

#footer {
  width:999px;
  height: 50px;
  background-image:url('../images/footer.png'); 
}

#footer div {
  text-align:center;
  color:#fff;
  padding-top:18px;
}

#footer div a {
  text-decoration:underline;
  color:#fff;
}

#footer div a:hover {
  text-decoration:underline;
}

#body {
  width:940px;
  margin-left:29px;
}

h1 {
  font-weight:800;
  font-size:30px;
  margin-top:20px;
}

.spacer {
  width:940px;
  height:1px;
  margin-top:5px;
  margin-bottom:5px;
  border-top:1px solid #000;
  border-bottom: 1px solid #000;
  font-size:1px;
}

p {
	line-height:20px;
	padding-bottom:8px;
	}

.h2 {
  width:940px;
  background-image:url('../images/h2-bg.png');
  background-repeat:repeat-x;
  background-color:#21306C;
  margin-bottom:10px;

}

h2 {
  color:#fff;
  font-size:18px;
  padding:10px;  
}

h3 {
  font-weight:800;
  padding-top:20px;
  padding-bottom:20px;
  font-size:16px;
}

.rh-image {
  float:right;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:30px;
}