BODY {
   background:maroon url(./images/bck_grad1.gif) repeat-x top left;
   color:#000;
   margin:0px 0px 0px 0px;
   }
BODY.MainPage TD {
   font-family:Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size:12px;
   line-height:150%;
   }
BODY.PopUp {
   background:white;
   color:000;
   margin:0px;
   }
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;
   line-height:1.30;
   }
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;
   }

DIV.Main {
   padding:0px;
   background:white;
   border:1px solid #ccc;
   }

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

#main {
   margin-top:8px;
   width:780px;
   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:ivory;  text-decoration:none;}
   A.copyright:visited {color:ivory;  text-decoration:none;}
   A.copyright:active  {color:ivory;  text-decoration:none;}
   A.copyright:hover   {color:yellow; text-decoration:underline;}

   DIV.bottomNav {color:white; font:10px Verdana; margin-top:6px; margin-bottom:6px}
   DIV.bottomNav A:link    {color:cyan; text-decoration:underline}
   DIV.bottomNav A:visited {color:cyan; text-decoration:underline}
   DIV.bottomNav A:active  {color:cyan; text-decoration:underline}
   DIV.bottomNav A:hover   {color:yellow; text-decoration:none;}

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

   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 ***/
   .highlight {background:yellow}

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

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

div.banner_hot a {
   display: block;
   margin: 0px 5px 0px 0px;
   padding-left:4px;
   border: 1px solid;
   border-color: #111 #F0F0F0 #F0F0F0 #F0F0F0;
   background:#e2e2d6;
   }

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 ***/