<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

  /* CSS Document *//*############################################################## Eric
  Meyer&#39;s Latest version of Reset.css (includes Baseline)
  ##############################################################*/ html, body, div, span,
  applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
  address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
  strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td { 
         margin: 0; 
         padding: 0; 
         border: 0;
         font-weight: inherit; 
         font-style: inherit; 
         font-size: 100%; 
         line-height: 1.2;
         font-family: inherit; 
         text-align: left; 
         vertical-align: baseline; 
  } 
 a img, :link img,:visited img {
    border: 0
    }
 table {border-collapse: collapse; 
       border-spacing: 0
 } 
 ul {list-style: none
 } 
 q:before, q:after, blockquote:before, blockquote:after {
           content:&quot;&quot;
           }
 /*####################### Element Styles #######################*/
 body
  {
   font-size:14px;
   padding-right:25px; 
   font-family:Helvetica, Arial, Verdana, sans-serif; 
   color:#282828;
  background:#f4f3f3 url(../images/body_bg.jpg) left top repeat-x;
  } 
  h1 {
  width:930px;
  height:68px; 
  padding:25px 15px 15px 15px;
  margin-bottom:0;
  font-size:2.5em; 
  font-family:Forte, Arial, Times, serif; 
  font-weight:bold; 
  text-transform:none; 
  font-style:;
  color:#fff; 
  background:url(../images/header_bg.jpg) no-repeat;
  margin:0 auto 0;
  } 
  h2, h3, h4, h5, p, ul, ol, dl {
  margin:15px 0;
  }
  h2, h3, h4, h5 {
  font-weight:bold; 
  color:#0a0a0a;
  font-family:Georgia, Arial, Times, serif;
  } 
  h2 {
  font-size:1.5em
  } 
  h3
  {font-size:1.25em} 
  h4 {font-size:1.15em} 
  h5 {
     font-size:1em; 
     font-style:italic;
     color:gray} 
  a {color:#1ab2c0; outline:none} 
  a:hover {text-decoration:none} 
  dt {
     margin:15px 0; font-weight:bold
     } 
  dd {margin:5px 0 5px 15px} 
  ol {
     margin-left:25px
     }
  /*####################### Classes #######################*/
  .clear {
         clear:both}
  /*####################### Layout Styles #######################*/
#wrapper {
           overflow:hidden; 
           width:960px; 
           margin:0 auto; 
           border-left:4px solid #dcdcdc;
           border-right:4px solid #dcdcdc;
           background-repeat:repeat-x;
           background-color:#fff}
#content {
           clear:both; 
           float:left; 
           padding:15px
           } 
#content #hero {
         float:left; 
         padding-bottom:25px
         }
#content #hero h2 {
         font-size:2.0em}
#content #hero p {
         font-size:1em} 
#content p {
         line-height:1.25em;
         margin-right:50px;
         } 
#content img {
         float:left; 
         display:inline; 
         margin-right:15px}
#content ul {
         margin-left:25px; 
         list-style-type:disc
         }
#content li {margin:10px 0}
#content .two_columns {
         float:left; 
         display:inline; 
         width:435px; 
         margin-right:15px
         }
.left_column {
             float:left; 
             display:inline; 
             margin-right:15px; 
             width:292px
             } 
.right_column {
              float:right; 
              width:615px 
              } 
/* Form Styles */ 
input, textarea {
       padding:3px;
       font-size:.95em; 
       font-family:Helvetica, Arial, Verdana, sans-serif; 
       font-style:italic;
       color:gray} 
input {width:250px} 
textarea {
         width:350px; 
         height:150px
         } 
#submit {
        width:100px; 
        font-weight:bold; 
        color:#000; 
        font-style:normal
        } 
#footer {
        clear:both;
        padding:15px 0 15px 0; 
        font-size:.9em; 
        font-style:italic; 
        color:gray;
        text-align:
        }

