* 
{
   margin: 0;
   padding: 0;
}

html 
{
   font: 12px Arial, Helvetica, sans-serif;
}

a
{
   color: #000000;
   text-decoration: none;
}

img
{
   border: none;
}

.smallText
{
   font: 11px Arial, Helvetica, sans-serif;
   color: #666666;
   float: left;
}

#epaLogo {
    float: left;
    margin-left: 30px;
}

#wrapper
{
   margin-left: auto;
   margin-right: auto;
   width: 898px;
   height: 850px;
   border: 1px solid #cdcdcd;
}


#content
{
   height: 724px;   
}


#header 
{
   background-color: #ffffff;
   height: 102px;
   margin: 1px;
}

#footer
{
   overflow: hidden;
   margin-left: 2px;
   width: 898px;
   height: 19px;
}


#navigation
{
   margin-left: 10px;
}

#navigation ul
{
   list-style: none;
   margin: 0;
   padding: 0;
}

#navigation li
{
   display: inline;
}


#navigation a:link
{
   padding: 0.1em 0.2em 0.1em 0.2em;
   color: #666666;
   font-weight: normal;
   text-decoration: underline;
}

#navigation a:visited
{
   padding: 0.1em 0.2em 0.1em 0.2em;
   color: #666666;
   font-weight: normal;
   text-decoration: underline;
}


#navigation a:hover
{
   padding: 0.1em 0.2em 0.1em 0.2em;
   color: #990000;
   font-weight: normal;
   text-decoration: underline;
}

#navigation li a.current {
    font-weight: bold; 
    text-decoration:none; 
    color: #990000;
}

h3
{
   color: #990000;
}

.clr
{
   clear: both;
}


.emphasis
{
   color: #990000;
   font-weight: bold;
}

a.greyLink
{
   color: #666666;
   font-weight: bold;
   text-decoration: underline;   
}


li
{
   list-style-type: none;
}

em 
{ 
   color: red
}

   /*Credits: Dynamic Drive CSS Library */
   /*URL: http://www.dynamicdrive.com/style/ */
   
   .feedbackform
   {
      padding: 5px;
   }
   
   div.fieldwrapper
   { 
      /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
      width: 650px; 
      /*width of form rows*/
      overflow: hidden;
      padding: 5px 0;
      margin-left: auto;
      margin-right: auto;
   }
   
   div.fieldwrapper label.styled
   { 
      /* label elements that should be styled (left column within fieldwrapper DIV) */
      float: left;
      width: 150px; 
      /*width of label (left column)*/
      margin-right: 15px; 
      /*spacing with right column*/
      text-align: right;
   }
   
   div.fieldwrapper div.thefield
   { 
      /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
      float: left;
      margin-bottom: 10px; 
      /* space following the field */
   }
   
   div.fieldwrapper div.thefield input[type="text"]
   { 
      /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
      width: 250px;
   }
   
   div.fieldwrapper div.thefield textarea
   { 
      /* style for TEXTAREA fields. */
      width: 250px;
      height: 150px;
   }
   
   div.buttonsdiv
   { 
      /*div that wraps around the submit/reset buttons*/
      margin-top: 5px; 
      /*space above buttonsdiv*/
   }
   
   div.buttonsdiv input
   { 
      /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
      width: 80px;
      background: #e1dfe0;

   }

    #galleryContent {
        width: 590px;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    
    #galleryContent li {
        line-height: 15px;
    }
    
    #galleryContent img {
        border-color:#3E3E3E;
        border-style:solid;
        border-width:5px 5px 5px 5px;   
        position: relative;
        top: 38px;
        margin-right: 20px;
    }
    
    
    .award {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
    }
    
    /*
    .award2 {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
    }

    .award3 {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
    }
    */
