BODY {
   background:#eee;
   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: 14px;
   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: 12px;
   }
BODY.Gallery, BODY.Gallery TD {
   background:#89897d url(./images/bck_gal1.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:780px;
   text-align:left;
   }

.mainTable {
   background:#fff;
   }
.mainTable #left {
   background:#fff url(./images/mainshadow_left.gif) repeat-y top left;
   }
.mainTable #right {
   background:#fff url(./images/mainshadow_right.gif) repeat-y top left;
   }

DIV.pageContent {
   padding:0px 6px;
   }

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

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

   A.header:link    {color:#aaa; text-decoration:none;}
   A.header:visited {color:#aaa; text-decoration:none;}
   A.header:active  {color:#aaa; text-decoration:none}
   A.header:hover   {color:#666; text-decoration:underline;}

   A.galleryTOC:link    {color:#000; font-weight:bold; font-size:12px; text-decoration:none;}
   A.galleryTOC:visited {color:#000; font-weight:bold; font-size:12px; text-decoration:none;}
   A.galleryTOC:active  {color:#000; font-weight:bold; font-size:12px; text-decoration:none;}
   A.galleryTOC:hover   {color:#F00; font-weight:bold; font-size:12px; text-decoration:underline;}

   DIV.bottomNav           {color:#000; font:10px Verdana;}
   DIV.bottomNav A:link    {color:#000; text-decoration:none}
   DIV.bottomNav A:visited {color:#000; text-decoration:none}
   DIV.bottomNav A:active  {color:#000; text-decoration:none}
   DIV.bottomNav A:hover   {color:#888; text-decoration:underline;}

   DIV.bottomCopyright           {color:#660000; font:10px Verdana;}
   DIV.bottomCopyright A:link    {color:#660000; text-decoration:none}
   DIV.bottomCopyright A:visited {color:#660000; text-decoration:none}
   DIV.bottomCopyright A:active  {color:#660000; text-decoration:none}
   DIV.bottomCopyright A:hover   {color:#660000; text-decoration:underline;}

/*** HEADERS ***/
   H1,H2,H3,H4,H5,H6 {
      color:#800000;
      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 ***/

   .picOpacity img {
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
      -moz-opacity:0.6;
      }

   .picOpacity:hover img {
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      -moz-opacity:1;
      }

   .galleryBorder img {
      border-top:2px solid #333;
      border-right:2px solid #CCC;
      border-bottom:2px solid #CCC;
      border-left:2px solid #333;
      }
   .galleryBorder:hover img {
      border:2px solid red;
      }
   .galleryBorder:hover {/*supposedly irrelevant, but overcomes an IE bug*/
      color:orange;
      /*06/02/06 01:40 pm I don't see a bug in IE6, but leaving this in doesn't seem to hurt*/
      }

   DIV.Quote {
      width:160px;
      margin-top:0px;
      padding-bottom:4px;
      background:#fffff0 url(./images/bck_dot3.gif) repeat-x bottom left;
      font:10px Arial;
      line-height:1.2;
      text-align:left;
      }

   SPAN.QuoteSig {
      font:italic bold 10px Arial;
      }

   SPAN.markup {
      font-weight:bold;
      background:yellow;
      }

   .form_a {
      color:#333;
      font:bold 9pt "MS Sans Serif";
      background-color:#f8f8f8;
      }

   .button3 {
      font:bold 11px Arial;
      color:#000;
      background:#fff url(./images/bck_grad1.gif);
      }


/*** NAVIGATION ***/
/* REF: http://www.w3.org/Style/Examples/007/ */
div.banner {
   margin:0px;
   padding-left:4px;
   font-size:12px;
   font-weight:bold;
   line-height:16px;
   text-align:left;
   }
div.banner p {
   margin:0px;
   padding: 2px 0px 2px 0px;
   font-family: Verdana, Arial, Sans-serif;
   /*background:#abcdef;*/
   color: #F00;
   }
div.banner a {
   display: block;
   margin: 0px 0px 0px 0px;
   padding:4px 0px;
   /*border: 1px solid;
   border-color:#fff;
   background:url(./images/bck_dot3.gif) repeat-x bottom left;*/
   }

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

div.banner_hot {
   margin:0px;
   padding-left:4px;
   font-size:12px;
   font-weight:bold;
   line-height:16px;
   text-align:left;
   }

div.banner_hot a {
   display: block;
   margin: 0px 0px 0px 0px;
   padding:4px 0px;
   /*border: 1px solid;
   border-color:#f0f0f0 #111 #111 #f0f0f0;
   background:#caeeff;*/
   }

div.banner_hot a:link    { color:maroon; text-decoration:none;}
div.banner_hot a:visited { color:maroon; text-decoration:none;}
div.banner_hot a:hover   { color:black;  text-decoration:none;}

/*** END ***/