a:link {color: #7F0000}     /* unvisited link */
a:visited {
  color: #9F0000;
}
a:hover {color: #EF0000}   /* mouse over link */
a:active {color: #FF0000}   /* selected link */

BODY {
  font-family: Arial, sans-serif;
  color: Navy;
  background-color: White;
}

TD {
  vertical-align: top;
  color: Navy;
}

.navcolumn {
left: 0px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
position: absolute;
top: 150px;
width: 250px;
}

.content {
left: 250px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
position: absolute;
top: 150px;
}

.header {
  border-bottom: 3px solid #990000;
  text-align: center;
  margin:0;
  padding:0;
}

.header img {
  margin:0;
  padding:0;
}

.borderline {
}

.question {
}

.answer {
  font-size: smaller;  
}

.dynanswer_hidden {
  font-size: smaller;
  visibility: hidden;
  position:absolute;
  }
.dynanswer_shown {
  font-size: smaller;
  visibility: visible;
  position: relative;
  }

.nav {
  text-align: left;
  font-size: large;
  font-weight: bold;
  font-style: italic;
  color: Navy;
}

.sidebar {    /* sidebar of information displauyed in some articles */
margin: 5px;
background-color: #FFF8DC;
padding: 5px;
border: 1px solid black;
width:200px;
float: right;
font-size: 7pt;
}

.sidebar ul {
margin: 0;
padding-left: 15px;
}

.summary {    /* article summary as displayed on article pages */
margin: 10px;
background-color: #E0FFFF;
padding: 5px;
border: 1px solid black;
width: 66%;
}

.treetop ul {
margin: 0;
padding-left: 0;
}

.treetop li{
background: white url(list.gif) no-repeat left top;
list-style-type: none;
padding-left: 26px;
margin-bottom: 7px;
}

.treebranch ul {
margin: 0;
padding-left: 0;
}

/***********************************************
* Simple Tree Menu- ï¿½ Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0; 
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left top;
list-style-type: none;
padding-left: 26px;
margin-bottom: 7px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-top: 5px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

