body {
   padding: 0;
   margin: 0;
}
#headerDiv{
   margin: 0;
   padding: 0;
   display: block;
   font-family: Arial, Helvetica, sans-serif;
}
#headerDiv a, #headerDiv img {
   display: inline-block;
}
h1, h2, h3 {
    color: #2a5b29;
}
#footer {
    font-family: "Century Gothic",Arial,Helvetica,sans;
    margin: 0.25em auto;
    width:100%;
    text-align:center;
}

#sloganText {
   display:inline-block;
   vertical-align:top;
   color: #2a5b29;
   font-size: 14px;
   text-decoration: none;
   border-bottom: 1px solid #ddcc22;
   padding-top:42px;
}
#contactBlock {
   font-size: 10px;
   float: right;
   clear: right;
}
#contactBlock *:visited {
   color: #aa7700;
}
#contactBlock *:link {
   color: #aa7700;
}

address {
   display: none;
}
table {
     width: 100%;
     border-collapse: collapse;
}
td {
     border: 2px solid white;
}
td, th {
     padding: 2px;
}
tr {
     border: 0px;
     background-color: #DFDFDF;
}
th {
     background: #ddd;
}
#indextitle, th, th a:link, td, td a {
   color: #aa7700;
   font-family: Arial, Helvetica, sans-serif;
}
th a:visited {
   color: #2A4C18;
}
td a:link {
   color: green;
}
a:link, a:visited, td a:visited {
   color: gray;
}
hr {
   border-style: solid;
   color: #2a5b29;
}

/* 0 0 0 0 0 0 */

@media only screen and (min-device-width:300px) and (max-device-width:800px) {
   body {
      font-size: 10px;
   }
   #contactBlock {
      display: none !important;
   }
   .indexcolicon, .indexcollastmod, .indexcolsize {
      display: none !important;
   }
   #indexlist td {
      padding: 0.5em;
      font-size: 11px;
   }
}
