p {
margin: 0px;
padding:0px;
}
#links p#err{
margin-top:10px;
margin-left: 25px;
font-size: 1.4em;
}
#links {
  list-style: none;
  /*background-color:#fcffcc;
  margin-top: 2em;*/
  margin-left: 5px;
  margin-right: 5px;
}
/*KLUDGE ie6 only*/
* html #links{
margin-top: -0.5em;
}
/* KLUDGE ie7 only*/
*+html #links{
margin-top: -0.5em;
}
/*         end       */
#links li{
/*float:left;*/
  border-width: 1px;
  border-style: solid;
  border-color: #B9B9B9;
  margin-top: 1em;
  padding-top:3px;
  /*display:block;*/
  display: inline-block;
}

#links li{display:block;}/*opera bodge - i dnt like it */
#links li:hover{
  border-color: #000;
}
#links li.listAnc{

height: 0%;
padding:0px;
margin:0px;
border-width: 0px;
  border-style: none;
/*visibility:none;*/
}
/* KLUDGE ie 6*/
* html #links li.listAnc{
display:none;
}
/*  KLUDGE ie 7*/
*+html #links li.listAnc{
display:none;
}
/* ----    end ---------*/
#links p.topLink{
border-style: none;
text-align: right;
margin-bottom: 10px;
/*display:block;*/
}
#links p.topLink a{
font-size: 0.8em;
color: #000;
border-style: none;
/*display: inline;
text-decoration:none;*/
background:none;
}
#links p.topLink a:hover{
font-weight: bold;
}
a.link{
  font-size: 1.2em;
  display: block;/**/
  border-width: 1px;
  border-style: solid;
  border-color: #B9B9B9;
  background-color: #cce6ed;
  text-decoration: none;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  /*margin-top: 3px;*/
}
/*only ie sees this KLUDGE - *html hack */
* html a.link{
   height: 0.1em;/*random height as ie resizes for content*/
}
/*end KLUDGE*/
a.link:hover {
  font-weight: bolder;
  border-color: #000;
}
a.subSec{
  background-color: #fcffcc;
  color: #000;
  display: inline;
  font-size: 0.85em;
  font-weight: normal;
  padding: 0px;
  margin-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}
a.subSec:hover{
background-color: #cce6ed;
}
#subMenu {
width: 10em;
background-color: #cce6ed;
border-width: 1px;
border-style: solid;
border-color: #B9B9B9;
float: right;
display: inline;
list-style: none;
margin: 5px;
margin-top: 5px;
font-size: 1.2em;
}
#subMenu li{
text-align:right;
margin:1px;
}
/*KLUDE ie6 only*/
* html #subMenu li{
/*background-color:#fcffcc;*/
padding:0px;
margin-left: -15px;
display:inline-block;
/*width:9.7em;*/
}
* html #subMenu a{
display:block;
height: 0.5em;
}
/*KLUDGE ie7 only
*+html #subMenu li{
margin-bottom: -20px;
}*/

/*       end       */
#subMenu a{
display:block;
/*background-color: #fcffcc;*/
font-size:1em;
/*text-decoration: none;*/
color: #000;
border-width: 1px;
border-style: solid;
border-color: #cce6ed;/**/
padding-left:1px;
padding-right:1px;
padding-top:0px;
padding-bottom:0px;
}
#subMenu a:hover{
border-width: 1px;
border-style: solid;
border-color: #000;
/*font-weight: bold;*/
background-color: #fcffcc;
}
