body {
  text-align: center;
  background-color: #ffffff;
  margin-top:0px;
  margin-bottom:10px;
}

a:link {
	color: #72b84c; text-decoration: none
}
a:visited {
	color: #72b84c; text-decoration: none
}
a:active {
	color: #72b84c; text-decoration: none
}
a:hover {
	color: #72b84c; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 1000px;
  text-align: left;
  background: #ffffff;
}

#page_header {
  height: 227px;
  background: #ffffff;
  clear: both;
}

#menu {
  height: 27px;
  background: #ffffff;
  clear: both;
}

#content {
  float: left;
  padding-top: 35px;
  width: 1000px;
  height: 400px;
  background-image: url('images/splats.jpg');
  background-repeat: no-repeat;
}

#content p.blue {
  margin-left: 180px;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #00b2d9;
}

#content p.green {
  margin-left: 180px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #72b84c;
}

#table1 {
  float: left;
  margin-left: 180px;
  width: 400px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #72b84c;
  text-align: left;
}

#table2 {
  position: relative;
  float: left;
  margin-left: 10px;
  width: 400px;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #72b84c;
  text-align: left;
}

#tableblue {
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #00b2d9;
}

#tablegreen {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #72b84c;
}

#page_footer {
  clear: both;
  margin-top: 20px;
  height: 100px;
  text-align:center;
  border-top:1px solid #cccccc;
}


