/** Alden Novak & Dodd Inc Dec 2010 */
/** Rules for Andi site. */

body {
  margin-top: 20px;
  text-align:center;
  background-color: gainsboro;

}

#content {
  margin:0 auto;
  width:760px;
  background-color: #ffffff;
  border-left: 6px solid white;
  border-right: 6px solid white;
}

#head{
  height:80px;
}

.sidemenu {
  border: 1px solid lightgray;
}

.sidemenu td {
  padding:5px;
  border-bottom: 6px solid lightgray; 
}

.menuhead {
  height:30px;
  color:white;
  font: 16px Arial,Sans-Serif;
  font-weight:bold;
  margin-left:20px;
  background-color:cornflowerblue;
}


.tableheadcell {
 font: 12px Arial,sans-serif;
 background-color: #ccccff;
}

.tablecell {
 font: 12px Arial,sans-serif;
 border-bottom: #c9c9c9 solid thin;
}

.tablecellnum {
 text-align:right;
 font: 12px Arial,sans-serif;
 border-bottom: #c9c9c9 solid thin;
}

#doc {
 min-height:440px;
}

.doctext {
 font: 12px Arial,sans-serif;
}

.doctextf {
 font: 12px Courier,serif;
 text-indent: 10px;
 height:9px;
}

.doctextfhead {
 font: 12px Arial,sans-serif;
 font-weight:bold;
 text-indent: 10px;
 background-color: lavender;
 width: 150px;
 height:20px;
}

.doctexthead {
 font: 14px Arial,sans-serif;
 font-weight:bold;
 margin-top:5px;
}

.dochead {
  font: 16px Arial,sans-serif;
  font-weight:bold;
  padding-left: 5px;
 }

.docsubhead {
  font: 10px Arial,sans-serif;
  font-weight:bold;
  padding-left: 5px;
  color:gray
 }

#bodyhead {
  width: 100%;
  font:  18px arial,sans-serif;
  font-weight: bold;
  background-color:#ffffff;
  text-align: left;
  text-indent:5px;
  color: black;
  height:30px;
  border-bottom:5px solid lightgray;
}

#searchhead {
  width: 100%;
  font:  12px arial,sans-serif;
  font-weight: bold;
  background-color:yellow;
  text-align: right;
  color: black;
  height:30px;
}

#topfoot {
  position:absolute;
  bottom:15px;
  left:100px;
  padding-top: 5px;
  padding-bottom: 1px;
  background-color: #ffffff;
  font: 10px Arial,sans-serif;
  text-align: center;
}

#footlink {
  margin-bottom:5px;
  font: 11px Arial,sans-serif;
  text-align: right;
  color: crimson;
}

#foot {
  border-top:1px solid gainsboro;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: white;
  font: 10px Arial,sans-serif;
  text-align: center;
  color: #696969;
}


