

/*Hide the following items */
   #tools, #toolshome, #homepromo4, #homepromo5, #mainnav, #secondnav, #subarea, #footer, .ads {
     display: none;
     }



 body {
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Trebuchet, Verdana, sans-serif;
    font-size: 12pt;
    border: none;
    background: #FFFFFF;
    }





  h1 {
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Trebuchet, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 100%;
    }



  h2 {
    color: #000000;
    font-family: Georgia, Times, serif;
    font-size: 16pt;
    line-height: 100%;
    font-variant: small-caps;
    text-align: left;
    }



  h3, h4 {
    color: #000000;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Trebuchet, Verdana, sans-serif;
    font-size: 14pt;
    line-height: 160%;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    }


  h5 {
    color: #000000;
    padding: 0.2em;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Trebuchet, Verdana, sans-serif;
    font-size: 0.9em;
    line-height: 160%;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:0;
    }






/*  ID=ADDRESS styling for address below footer
------------------------------------*/
  #address {
    font-size: 10pt;
    text-align: right;
    }



/*Links black */
   a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
     }


/*Show URLs */
    #container a:after {
      content: " (" attr(href) ")";
      font-size: 10pt;
     }


/* Unordered list styling for INLINE LISTS without bullets
---------------------------------------------------*/
  ul.inlinelist {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 3px;
    }

  ul.inlinelist li{
    display: inline;
    }