  /* home page */
  .boldBlack { font-weight: bold; color: black; }
  .boldRed   { font-weight: bold; color: red;   }
  .boldBlue  { font-weight: bold; color: blue;  }

  div#homepageInsert 
    { border     : 3px solid #cc9933;
      width      : 80%;
      margin     : 2em 10% 1em 10%;
      padding    : 12px;
      background-color : #ffffc8;
      color      : #ffffc8;
    }

  div#homepageInsert p { text-align : center; }

  div#homepageInsert p a:link    { font-weight: bold; color: #0000cc; text-decoration: underline; }
  div#homepageInsert p a:visited { font-weight: bold; color: #0000cc; text-decoration: underline; }
  div#homepageInsert p a:hover   { font-weight: bold; color: red;     text-decoration: underline; }
  div#homepageInsert p a:active  { font-weight: bold; color: red;     text-decoration: underline; }

  table#homeMainArea
    { width      : 90%;
      border     : 0;
      margin     : 0 5% 32px 5%;
      background-color : #ffffcc;
      border-collapse  : collapse;
    }

  table#homeMainArea td
    { padding    : 1ex 5px 1ex 8px;
      text-align : left;
      vertical-align : top;
      background-color : #ffffcc;
    }

  table#homeMainArea td.categoryGroup   /*left col*/
    { background-color : #cc9933;       /*yellow on dark orange*/ 
      color      : #ccffcc;
      font-weight: bold;
      width      : 25ex;
    }

  table#homeMainArea h3
    { text-decoration: underline;
    }

  div.categSubmenu
    { padding-left : 1cm;
      margin-bottom: 1em;
    }

  a.categSubmenuLink 
    { margin     : 0 2ex;
/*padding-right  : 4ex; */
      font-weight: 600;
      color      : #0000aa;
      text-decoration : none;
    }

  a.categSubmenuLink:hover  { background-color: #ffffcc; } 
  a.categSubmenuLink:active { background-color: #ffffcc; } 

  div.countyinfo 
    { width      : 80%;
      margin     : 0 auto;
    }

  div.countyinfo ul
    { list-style-type : none;
      list-style-position: inside;
      margin     : 0 0 1em 3cm;
    }

  div#footer 
    { margin     : 0 auto;
      width      : 90%;
      padding-bottom : 2em;
    }

  div#footer p
    { font-size  : smaller;
      margin     : 1em 0 0 0;
      color      : black;
      text-align : justify;
    }

  span#footerConditions 
    { text-decoration : underline;
      font-weight: bold;
    }

  div#footer p#footerHosting
    { text-align : center;
    }

  /* the links to each category page */
  a.home-links 
    { display    : block; 
      white-space: nowrap; 
      font-style : normal;
      font-weight: bold;
      color      : #0000ff;
    }
  a.home-links:link    { text-decoration: none; }
  a.home-links:visited { text-decoration: none; }
  a.home-links:hover   { text-decoration: underline; }
  a.home-links:active  { text-decoration: none; }

/*
h1 {color: #cc9933; font-size: medium; margin-top:0; margin-bottom:0; font-style: normal; font-weight: 700; text-decoration: none}
h2 {color: #ccffcc; font-size: small; margin-top:0; margin-bottom:0; font-style: normal; font-weight: 700; text-decoration: none}
h3 {color: #000000; font-size: small; margin-bottom:0; font-style: normal; font-weight: 700; text-decoration: none}
*/

  div.countyinfo {
      text-indent: 30; 
      padding    : 15; 
      margin     : 15px 20px 0 20px;
      text-align : justify; 
      background : #ffffff; 
      color      : black; 
      font-weight: 400; 
    }

  p.pcountyinfo {
      text-indent: 30; 
      padding    : 0; 
      margin-top : 0; 
      margin-bottom : 15; 
    }
