html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong,
sub, sup, var, dl, dt, dd, ol, 
fieldset, form, label, legend,
article, aside, footer, header, nav, time, section  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/**********************************************************************/
/* 5. Font Faces                                                      */
/**********************************************************************/

@font-face {
  font-family: 'Arvo Regular';
  src: local('Arvo Regular'), local('ArvoRegular'), url('fonts/arvo_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arvo Gruen';
  src: local('Arvo Gruen'), local('ArvoGruen'), url('fonts/arvo_gruen.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans'), local('PTSans-Regular'), url('fonts/ptsans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans Bold';
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/ptsans-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

body {
  background: #46962b url(images/body_bg.jpg) top left repeat;
  font-family: 'PT Sans', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  color: #333; 
  background-size: cover;
  margin: 0 auto 0 auto;
}

h1,h2,h3,h4,h5,h6 {line-height: 1.4em;margin-bottom:0.3em;font-family: 'Arvo Regular', 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;font-weight: normal;color: #0a350a;text-align: left;}
h1 {font-size:1.8em;margin-bottom:0em;}
h1.page-title {margin-bottom: 0.7em;}
h2 {font-size:1.6em;}
h3 {font-size:1.5em;color: #5dae59;}
h4 {font-size:1.3em;}
h5 {font-size:1.1em;}
h6 {font-size:1em;}

.title {
  width: 800px;
  margin: 20px auto 20px auto;
}

.title img {
  border: 4px solid #fff;
  margin: 0 0 -20px 20px;
  float: left;
}

.title h1 {
  float: right;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  text-transform: uppercase;
  font-family: 'Arvo Gruen','Arvo Regular', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  font-size: 2.5em;
  margin: 5px 5px 5px 5px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

.title a {
  text-decoration: none;
  float: right;
  margin: 0 5px 0 0;
  font-family: "PT Sans", Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  color: #ffd500;
}

.nav {
  background: #0a321e;
  width: 800px;
  margin: 0 auto 0 auto;
  padding: 10px 10px 10px 10px;
}

.content {
  width: 800px;
  background: #fff;
  color: #333333;
  margin: 0 auto 0 auto;
  font-family: "Arvo Regular", Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
}

.content td {
  padding: 5px 5px 5px 5px;
}

.img-circle {
  border-radius: 50%;
}

a {
 text-decoration: none; 
}

a:link, a:visited {
  color: #0a350a;
}
