/* CSS Document */
dl{
padding: 5px;
}
dt{
padding: 0px;
margin:0px;
padding-left: 5px;
margin-bottom: 5px;
font-size: 1.5em;
font-weight: bolder;
background-color: #cce6ed;
display: block;
}
dt span{

}
dt span a{
color: #000;
float:right;
/*display:inline;*/
font-size: 0.75em;
font-weight: normal;
margin: 0px;
padding: 0px;
}
dd{
margin-bottom:10px;
}
#mainContent ul{
border-width: 1px;
  border-style: solid;
  border-color: #B9B9B9;
}
#mainContent li{
list-style: none;/**/
}
.topLink{
text-align: right;
margin:5px;

}
.topLink a{
font-size: 1.1em;
color: #000;
}
.topLink a:hover{
font-weight: bold;
}
#mainContent h3{
  font-size:1.3em;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
  border-bottom:solid 1px #B9B9B9;
}
#mainContent h3:hover, #mainContent h3.over{
background: #cce6ed;
}
#mainContent p{
font-size:1.2em;
padding:0px;
margin:0px;
padding-left: 10px;
padding-right: 5px;
margin-top:5px;
margin-bottom: 10px;
}
#mainContent .docs{
border:none;
margin-top:-5px;
}
#mainContent .docs li{
border:none;
display:block;
margin-left:10px;
font-size:1.1em;
}
/*----------------secondry---------------*/
#secondaryContent ul{
list-style: none;
margin:0px;
padding:5px;
}
#secondaryContent li{
text-align: center;
font-size: 1.2em;
margin:0px;
margin-bottom: 5px;
padding:0px;
}
#secondaryContent a{
  background-color:#fcffcc;
  border-width: 1px;
  border-style: solid;
  border-color: #B9B9B9;/**/
  display: block;/**/
  text-decoration: none;
  color: #000;
  margin: 0px;
  padding:2px 2px 2px 2px;
}
/*only ie sees this KLUDGE - *html hack */
* html #secondaryContent a{
   height: 1em;/*random height as ie resizes for content*/
}
/*end KLUDGE*/
#secondaryContent a:hover{
  font-weight: bolder;
  border-color: #000;
}
#secondaryContent h2{
 font-weight: bold;
}
#secondaryContent a.skip{
display:none;
}
