@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato);

      body {
        width: auto;
        background: #f2f2f2;
        color: #222222;
        font:14px/26px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-align: center;
        margin:0px;
        padding:0px;
      }
      img{
        border-style:none;
        vertical-align:top;
      }
      a{
        text-decoration:none;
        color:#97991c;
      }
      a:hover{
        text-decoration:underline;
      }
      /* Change background color codes to change top main color */
      #top {
        background: #8bb242;
        color: #222222;
        padding: .5em 0 .5em;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
      }
      #header {
        text-align: center;
        text-transform: uppercase; 
      }
      .wrapper {
        text-align: left;
        margin: 30px auto;
        width: 982px;
      }
      h1 {
        font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #5C676D;
      }
      p {
        color: #222222;
        font-size: 18px;
        text-align: left;
      }
      ul, ol {
        color: #222222;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
      }
    .clear {
      clear: both;
    }
    .image-block{
      padding: 10px;
      padding-right: 30px;
      width: auto;
      text-align: center;
    }
    .image-block img {
      padding-right: 20px;
    }