a:link,  a:visited {
    color: #e7641d;
    text-decoration: none;
  }

a:hover, a:active {
    color: black;
    text-decoration: none;
  }


body {
    font-family : Georgia, Garamond, serif;
    font-size : 1em;
    line-height : 120%;
    text-align : justify;
  }

/* header styles */

h1, h2, h3, h4 {
    font-family: "Century gothic", "Futura", "URW Gothic L", Trebuchet, sans-serif;
  }

h1 {font-size: 1.5em; font-weight: bold;}
h2 {font-size: 1.5em; font-weight:bold; }
h3 {font-size: 1.3em; font-weight: normal;}
h4 {font-size: 1em; font-style: italic;}

li, ul {margin: 0 0 0 1em; padding: 0;}


table {
   font-size: 90%; 
   line-height: 100%;
   margin-top: 1em;
}
 

td> h3 {
   text-align: left;
}

td {vertical-align: top;
   padding: 0 3px;
}

p.quote {
    border-left-color : #ff6d29;
    border-left-style : solid;
    border-left-width : 3px;
    padding-left: 0.5em;
    line-height : 110%;
    margin: 1em;
    font-size: 90%;
  }
p.caption {
   font-size: 90%;
   line-height: 95%;
   text-align: center;
   margin: 0 10% 40px;
}


.center {text-align: center;}

#container {
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    line-height: 130%;
    border-collapse: collapse;
  }


#top {
    font-family : "Century gothic", "Futura", "URW Gothic L", Trebuchet, sans-serif;
    background: url(graphics/logo_130px.png) right no-repeat #ff6d29;
    height: 130px;
    border-bottom: 1px solid black;
  }



#top h1 {
    margin: 0;
    padding: 5px 20px 20px;
    font-size: 170%;
    line-height: 120%;
    color: #000;
  }


#top h2 {
    margin: 0;
    padding: 5px 20px 0px;
    font-size: 100%;
    line-height: 120%;
    color: #fff;
  }


#top a:link,  #top a:visited, #top a:active {
    color: #000;
  }


#top a:hover {
    color: purple;
  }


#leftnav {
    border-collapse : collapse;
    float : left;
    font-family : "Century gothic", "Futura", "URW Gothic L", Trebuchet, sans-serif;
    font-size: 90%;
    line-height: 125%;
    margin: 0;
    padding: 40px 20px 20px;
    width : 160px;
    text-align: left;
  }


#leftnav p {
    margin: 0 0 1em;
  }


#leftnav h2, #leftnav h3 {
    font-size: 120%;
    margin: 0;
    padding:0;
  }
#leftnav h3 {font-style: italic; font-size: 100%; }


#leftnav ul, #leftnav li {
    list-style-type : none;
    margin-left : 0em;
  }

#leftnav ul li {
   margin-left: 0em;
}

#leftnav ul ul li {
   margin-left: 1em;
}

#content {
    margin-left: 200px;
    padding: 40px;
    max-width: 36em;
    border-left: 1px solid black;
  }

#content h1, #content h2, #content h3, #content h4 {
    text-align: center;
    margin: 2em 2em 1em;
}
#footer {
    clear: both;
    margin: 0;
    padding: .2em 1em;
    color: #333;
    background-color: #ddd;
    border-top: 1px solid gray;
    font-family: "Century gothic", "Futura", "URW Gothic L", Trebuchet, sans-serif;
    font-size: 80%;
    text-align: center;
    line-height: 110%;
  }


#content h2 {
    margin: 0 0 .5em 0;
  }

#content h4 {
   font-weight: normal;
}
