/* Start of CMSMS style sheet 'DO: invest' */
/* CSS Document */

html, body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  color: #00adcd;
}

h2 {
  font-size: 17px;
  font-weight: normal;
  color: #006a71;
}

.style1, h4 {
  color: #FFFFFF;
  font-weight: bold;
}

a {
  color: #527780;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color:#333333;
}


.submit {
  background-color: #279cb3;
  color: #FFFFFF;
  border: 0px;
}

#navigation {
  height: 30px;
  background-color: #279cb3;
  padding: 0px;
  margin: 0px;
}

#banner_elements {
  background-image: url('/uploads/images/tile_blueH.png');
}

#banner_testimonial {}

#content {
  width: 550px;
  padding: 20px 20px 20px 20px;
  background: #FFFFFF url('/uploads/images/rings_blue.jpg') 0px 20px no-repeat;
}

#right_tile {
  width: 59px;
  vertical-align: bottom;
  background-image: url('/uploads/images/tile_blueV.png');
}
/* End of 'DO: invest' */

