#title {
  padding-left: 8px;
  padding-top: 5px;
  border-bottom: 2px solid #A7A7A7;
  background: #CCCCCC;
  color: #000000;
  font-size: 16pt;
  font-weight: bold;
  height: 36px;
}

#title a {
  color: #000000;
  font-size: 16pt;
}

#leftcell {
  position: absolute;
  left:    0px;
  top:    43px;
  width: 145px;
}
   
#middlecell {
  margin-left:  146px;
  margin-right: 141px;
  margin-top:    10px;
}

#rightcell {
  position: absolute;
  right:   0px;
  top:    43px;
  width: 140px;
}

#bwbar, #footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  color: #808080
}

#footer {
  margin-top: 20px;
}

/*
#footer {
  border-top: 2px solid #A7A7A7;
  background: #CFCFCF;
  height: 1.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  color: #808080
}
*/

#menu {
  margin: 10px;
} 

#menu a {
  padding-left: 6px;
  margin-left: 2px;
  display: block;
  text-decoration: none;
  color: #808080;
}

#menu a:hover {
  border-left: 2px solid #A7A7A7;
  background: #FFFF00;
  background: #EFEFEF;
  margin-left: 0px;
  border-bottom: none;
  color: black;
}

.boxcontainer {
  margin: 10px;
  text-align: center;
}

.box {
  border-right: 1px solid #A7A7A7;
  margin-bottom: 20px;
  padding: 4px;
}

#menu .box {
  padding: 0px;
}

h2 {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  border-bottom: 1px solid #A7A7A7;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

h2 a:hover {
  border-bottom: none;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border-bottom: 1px dotted #A7A7A7;
  margin-top: 0px;
  margin-bottom: 0px;
}

body { 
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: #FFFFFF;
  color: #000000;
  font-size: 9pt;
}

.para {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

.noborder {
  border: 0px solid;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
  color: #4A7FCE;
}

a:hover {
  border-bottom: 1px dotted;
}

.offsite {
  color: green;
}

.button {
  margin-bottom: 2px;
  border: 0px;
}

a:hover.button {
  border-bottom: 0px;
}

img {
  border: 0px;
}

.important {
  min-height: 40px;
  overflow: auto;
  background: #FFFFFF;
  border: 1px solid #FFA5A5;
  padding: 5px;
}

.example {
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  padding: 5px;
}

.caution {
  background: #FFFFFF;
  border: 1px solid #FFE8B1;
  padding: 5px;
}

.note {
  background: #F3FAFF;
  border: 1px solid #AAD3FF;
  padding: 5px;
}

.console {
   background: #909090;
   border: 1px solid #303030;
   padding: 5px;
}

.console pre  {
  color: white;
  font-family: courier, monospace;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

.code {
  background: #F5F5F5;
  border: 1px solid #303030;
  padding: 5px;
}

.code pre  {
  color: black;
  font-family: courier, monospace;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

pre {
  font-family: courier, monospace;
}

.para .console {
  color: white;
  font-family: courier, monospace;
  font-size: 11px;
}

.minipicture {
  border: 1px dotted #c0c0c0; 
  padding: 2px;
}

.fixed {
  font-family: courier, monospace;
}

.centered {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

