BODY {
   background:#fff url(./images/bck1.gif) repeat top left;
   color:#000;
   margin:0px 0px 0px 0px;
   }
BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI, BODY.MainPage DL {
   font-family: Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size: 11px;
   line-height:1.40;
   }
BODY.PopUp, BODY.PopUp TD, BODY.PopUp TH, BODY.PopUp LI, BODY.PopUp DL {
   font-family: Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size: 11px;
   }
BODY.Gallery, BODY.Gallery TD {
   background:#89897d url(./images/bck_gal1.gif) no-repeat top left;
   background:#d9d1b2 url(./images/xbck_anchor1.gif) no-repeat top left;
   color:black;
   font-family: Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size: 10px;
   }

DIV,UL,P {
   -moz-box-sizing:border-box;
   }

#main {
   margin-top:0px;
   width:775px;
   text-align:left;
   }

/*** LINKS ***/
   A:link    {color:blue;}
   A:visited {color:blue;}
   A:active  {color:green;}
   A:hover   {color:#FF0000; text-decoration:none;}

   A.copyright:link    {color:#000; text-decoration:none;}
   A.copyright:visited {color:#000; text-decoration:none;}
   A.copyright:active  {color:#000;}
   A.copyright:hover   {color:red; text-decoration:underline;}

   A.gallery:link    {color:blue; text-decoration:underline}
   A.gallery:visited {color:blue; text-decoration:underline}
   A.gallery:active  {color:blue; text-decoration:underline}
   A.gallery:hover   {color:red; text-decoration:none;}

/*** HEADERS ***/
   H1,H2,H3,H4,H5,H6 {
      color:#003767;
      padding-top:6px;
      margin-top:0px;
      margin-bottom:0px;
      font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
      font-weight:normal;
      }

   H1 {font-size:32px;}
   H2 {font-size:24px; font-weight:bold}
   H3 {font-size:20px; font-weight:bold}
   H4 {font-size:18px; font-weight:bold;}
   H5 {font-size:14px; font-weight:bold;}
   H6 {font-size:12px; font-weight:bold;}

/*** OTHER ***/
   .thumbBorder img {
      border-left:2px solid #333; border-top:2px solid #333; border-right:2px solid #bbb; border-bottom:2px solid #bbb;
      }
   .thumbBorder:hover img {
      border:2px solid red;  /*pic a hover color*/
      }
   .thumbBorder:hover {/*supposedly irrelevant, but overcomes an IE bug*/
      color:red;
      }

/*** NAVIGATION ***/
/* REF: http://www.w3.org/Style/Examples/007/ */
div.banner {
   margin: 0;
   font-size: 10px;
   font-weight: bold;
   line-height: 16px;
   text-align: center;
   }
div.banner p {
   margin: 0;
   padding: 2px 0px 2px 0px;
   font-family: Verdana, Arial, Sans-serif;
   background: #e1e1d6;
   color: #F00;
   }
div.banner a {
   display: block;
   margin: 0px 5px 0px 5px;
   border: 1px solid;
   border-color: #F0F0F0 #111 #111 #F0F0F0;
   background:#a2a296;
   }

div.banner a:link    { text-decoration: none; color:maroon }
div.banner a:visited { text-decoration: none; color:maroon }
div.banner a:hover   { background:maroon; color: yellow}

/*** END ***/