html {
  font-size: medium;
  background-color: #c0e7f7; }

body {
  font-size: 14px;
  font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans","trebuchet ms",trebuchet,sans-serif;
  padding-top: 10px; }

body #doc {
  margin-left: 60px; 
}

body #doc #hd, body #doc #bd, body #doc #ft {
  background-repeat: no-repeat;
  width: 900px; 
}

body #doc #hd {
  background-image: url(http://s3.amazonaws.com/dragonfly_images/hd_background.png);
  height: 136px;
  font-size: 10pt;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative; }

body #doc #hd img {
  margin-left: 20px;
}

body #doc #bd {
  background-image: url(http://s3.amazonaws.com/dragonfly_images/bd_background.png);
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-left: 15px;
  min-height: 300px;
  margin-top: -20px;
}

body #doc #ft {
  background-image: url(http://s3.amazonaws.com/dragonfly_images/ft_background.png);
  height: 170px;
  text-align: center;
  padding-top: 160px;
  color: #ffffff; 
}

body #doc #ft p {
  
}


#main {
  width: 640px;
  font-weight: 100;
  margin-top: 50px;
}

#main strong {
  font-weight: 700;
}

#main h1 {
  color: #fff;
  font-weight: bold;
  font-size: 20pt;
  display: inline-block;
  background-image: url(/images/black_75.png);
  width: 90%;
  padding-left: 20px;
  margin-top: 5px;
  margin-right: 15px;
  -moz-border-radius: 8px;
}

#main h2 {
  color: #43A447;
  font-weight: bold;
  margin-top: 15px;
  font-size: 19pt;
  padding: 5px;
  padding-left: 0px;
}

#main h2 a {
  color: #43A447;
  font-weight: bold;
  margin: 0 0 0 0;
  margin-bottom: 10px;
  font-size: 19pt;
  padding: 5px;
}

#main h3 {
  color: #43A447;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18pt;
}

#main p {
  font-family: arial;
  font-size: 14pt;
  padding: 5px;
}

#main .how-it-works {
}

#main ol {
  padding-left: 25px;
  margin-top: 20px;
}

#main ol li {
  font-family: times;
  font-size: 14pt;
  font-weight: 100;
  padding-bottom: 10px;
}

#main ol li strong {
  color:#fff;
  font-family: arial;
  font-size: 12pt;
  background-image: url(/images/list_bullet_background.png);
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  height: 20px;
  width: 25px;
}

#main ol li em {
  font-weight: 700;
}

#main small {
  font-size: 8pt;
}

#sidebar {
  margin-left: -50px;
  margin-top: 55px;
  width: 180px;
  padding: 15px;
  background-image: url(/images/black_75.png);
  -moz-border-radius: 8px;
}

#sidebar ul li {
  margin-bottom: 15px;
}

#sidebar .divider {
  margin-top: 50px;
  display: block;
}

#sidebar a {
  color: #fff;
  text-decoration: none;
}

#sidebar a:hover {
  color: orange;
  border-bottom: 1px dotted orange;
}