body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  background: #709f01 url('/images/beta/background.jpg') repeat-x;
}

#container {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 60px;
  position: relative;
}

#headerLeft {
  float: left;
  position: absolute;
  bottom: 9px;
  left: 5px;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

#headerLeft a {
  color: white;
  text-decoration: none;
}

#headerRight {
  float: right;
}

#content {
  background-color: #ffffff;
  position: relative;
  font-size: 90%;
}

#contentHeader {
  height: 67px;
  background-color: #fff2ff;
  border-bottom: solid 1px #CFDFDF;
  position: relative;
}

#contentHeaderLeft {
  font-size: 32px;
  margin: 0;
  padding: 15px 20px;
}

#contentFooter {
  border-top: solid 1px #CEDEDE;
  margin: 0;
  padding: 0;
}

#contentFooterLeft {
  width: 340px;
  float: left;
  margin: 0;
  padding: 20px 25px 25px 20px;
  font-size: 13px;
  color: #5F6F64;
  border-right: 1px solid #CEDEDE;
}

#contentFooterLeft p,
#contentFooterRight p {
  margin: 0;  
}

#contentFooterLeft h3 {
  margin: 0;
  padding-bottom: 7px;
  color: #2C3F34;
  font-size: 16px;
}

#contentFooterRight {
  width: 339px;
  float: right;
  margin: 0;
  padding: 20px 25px 25px 20px;
  font-size: 13px;
  color: #5F6F64;
}

#contentFooterRight h3 {
  margin: 0;
  padding-bottom: 7px;
  color: #2C3F34;
  font-size: 16px;
}

#footer a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

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

#footerLeft {
  float: left;
  margin: 20px 10px;
}

#footerLeft a {
  margin-right: 20px;
}

#footerRight {
  float: right;
}

br.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
}

.contentCorner {
  position: absolute;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
}

#contentTopLeftCorner {
  background: url('/images/beta/top_left_corner.png') no-repeat;
  left: 0px;
  top: 0px;
}

#contentTopRightCorner {
  background: url('/images/beta/top_right_corner.png') no-repeat;
  right: 0px;
  top: 0px;
}

#contentBottomLeftCorner {
  background: url('/images/beta/bottom_left_corner.png') no-repeat;
  left: 0px;
  bottom: 0px;
}

#contentBottomRightCorner {
  background: url('/images/beta/bottom_right_corner.png') no-repeat;
  right: 0px;
  bottom: 0px;
}

.title {
  margin-top: 6px;
  padding-top: 0;
}

.underline {
  text-decoration:underline;
}

.italic {
  font-style: italic;
}

img {
  border: none;
  vertical-align: middle;
}

a {
	color: #709f01;
}

