A:active {
  COLOR: #000000; FONT-FAMILY: Verdana;
}
A:link {
  COLOR: #000000; FONT-FAMILY: Verdana;
}
A:visited {
  COLOR: #000000; FONT-FAMILY: Verdana;
}
a {
  text-decoration: none;
  color: #CDCDE2;
}

a:hover {
  text-decoration: underline;
  color: #red;
}

BODY {
  font: normal 13px Georgia, "Times New Roman", Times, serif;
  color: #4E515B;
  
}
LI {
  FONT-FAMILY: Verdana;
}
OL {
  FONT-FAMILY: Verdana;
}
TABLE {
  FONT-FAMILY: Verdana;
}
TD TH {
  FONT-FAMILY: Verdana;
  color: #000000;
}
h1, h2, h3, b  {
  color: #000000;
}



#IE
  {
    height: 10px;  
    background: url("navbarBK.gif") repeat-x;
    padding: 3px 5px 3px 5px;  
    font: normal normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-top: 1px solid #black;
    border-right: 3px solid #black;
    border-bottom: 3px solid #black;
    border-left: 1px solid #black;
/*    margin: 0 0 75px 0;   */
  }

#IE:hover
  { 
    background: url("navbarHover.gif") repeat-x;
  }

/*    
a.linkopacity img {
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.6;
  }
*/

/*
a.linkopacity:hover img {
  filter:alpha(opacity=100);   
  -moz-opacity: 1.0;   
  opacity: 1.0;
  border:1px;
  }
*/
    
#navcontainer
{
/* 
background: url("disabled/navbarBK.gif") repeat-x 20px;
*/
border-top: 0px solid #9CC;
font: normal normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 20;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

#navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: url("navbarBK.gif") repeat-x 20px;
border: 1px solid #FFF;
bottom: 2px;
color: #black;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: url("navbarHover.gif") repeat-x 20px;
bottom: 1px;
color: #blue;
position: relative;
right: 1px;
}
img.left {
  float: left;
  margin: 5px 15px 0 0;
}

img.right {
  float: right;
  margin: 5px 0 0 15px;
}

