/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


A:link    {text-decoration: none; color: #AD1E1E;}
A:visited {text-decoration: none; color: #AD1E1E;}
A:active  {text-decoration: none; color: #AD1E1E;}
A:hover   {text-decoration: underline; color:#666666;}

.topbar { background-color:#AD1E1E;
height:28px;
}

.topbar A:link    {text-decoration: none; color: #ffffff;}
.topbar A:visited {text-decoration: none; color: #ffffff;}
.topbar A:active  {text-decoration: none; color: #ffffff;}
.topbar A:hover   {text-decoration: underline; color:#999999;}

.navbar { background-color:#AD1E1E;
height:28px;
border-bottom: 1px solid #000000;
}

.searchbox {
 background-image:url(/siteimages/search.gif);
 background-repeat:no-repeat; 
 background-color:#666666;
 width:219px;
 height:45px;
 max-height:45px;
 }
 
 .sidebox {
 background-image:url(/siteimages/nav.gif);
 background-repeat:no-repeat; 
 background-color:#666666;
 width:219px;
 color:#FFFFFF;
 min-height:221px;
 }
 .leftcolumn {
  background-color:#666666;
   width:219px;
 }
 
  .sideboxinner {
 color:#FFFFFF;
 }
 
.sideboxinner A:link    {text-decoration: none; color: #ffffff;}
.sideboxinner A:visited {text-decoration: none; color: #ffffff;}
.sideboxinner A:active  {text-decoration: none; color: #ffffff;}
.sideboxinner A:hover   {text-decoration: underline; color:#999999;}
 
 .footer {
 background-color:#AD1E1E;
 color:#FFFFFF;
 }
 
 
.footer A:link    {text-decoration: none; color: #ffffff;}
.footer A:visited {text-decoration: none; color: #ffffff;}
.footer A:active  {text-decoration: none; color: #ffffff;}
.footer A:hover   {text-decoration: underline; color:#999999;}

 

 
 