body {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  margin: 0px;
  background: #666666;
  text-align: center;
  color: #333333;
}

h1 {
  font-size: 16pt;
 }

A {
  text-decoration: none;
}

/* *** Highest Levels *** */
#outbox {
  text-align: left;
  width: 955px;
  background: white;
  font-size: 10pt;
  margin-top: 5px;
  margin-bottom: 2px;
}

#topnav { 
  padding: 10px;
}

#topnav A {
  color: #333333;
}

#head {
  height: 300px;
  margin-bottom: 2px;
}

#content {
  margin: 0px;
  padding: 0px;
}

#foot {
  text-align: center;
  background: #eeeeee;
  padding: 2px;
  margin-top: 2px;
}

#foot A {
  color:#333333;
}

/* *** content box *** */
#leftcol {
  float: left;
  width: 175px; 
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt; /* repeated for tables version that doesn't inherit */
  background: #710040; /* #990033 */
  color: white;
}

#leftcol A {
  color: white;
  border-bottom: 1px dotted;
}

#links {
  float: right;
  width: 200px; 
  padding-left: 10px;
  padding-bottom: 10px;
  background: #cec8b9;
}

#topic {
  margin-left: 200px;
  margin-right: 210px;
  padding-right: 10px;
}

#topic P {
  text-align: justify;
}

/* ***** */
.topichead {
  font-size: 14pt;
  color: #990033;
}

.linktitle {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}

/* ***** */
#search {
  border: 1px solid #333333;
  margin-top: 5px;
  margin-bottom: 5px;
}

#searchhead {
  background: #cec8b9;
  color:#333333;
  padding: 2px;
}

#searchbox {
  padding: 2px;
  background: white;
}

#searchbox INPUT{
  font-size: 8pt;
}

/* ****************************** */
.adbox {
  border: 1px solid red;
  background: #666 url('adbg.gif');
  color: white;
  margin-top: 2px;
  margin-bottom: 6px;
  font-size: 10pt; /* repeated for tables version that doesn't inherit */
}

.adtitle {
  background: black;
  color: white;
  font-weight: bold;
  padding: 3px;
  border-bottom: 1px solid red;
}

.adtxt {
  padding: 3px 3px 5px 3px;
}

