html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif; }

h2 {
  margin-top: 0px; }

p {
  padding-bottom: 10px;
  margin: 0px; }

a {
  color: rgb(0,0,255); }

img {
  display: block; }

hr {
  clear: both;
  border: none;
  border-top: rgb(160,160,160) solid 1px;
  height: 1px; }

br {
  clear: both; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

.clear {
  clear: both; }

.wrapper {
  margin-top: 10px; }

.column {
  width: 210px;
  padding: 10px;
  float: left; }

.content {
  float: left;
  width: 704px;
  padding-top: 10px;
  margin-left: 10px; }
  .content h2 {
    font-weight: bold;
    font-size: 18px;
    color: rgb(54,102,57); }
  .content h3 {
    font-weight: bold;
    font-size: 18px;
    color: rgb(54,102,57);
    margin-top: 20px; }
  .content .text {
    line-height: 15px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 10px; }

