body {
  background-image: url(background.gif);
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 10pt;
  text-align: center;
  margin: 0;
  padding: 0;
}

a { 
  font-weight: bold;
  text-decoration: none;
}
a:link { color: #427296; }
a:visited { color: #427296; }
a:hover { color: #6699dd; }
a:active { color: #e5be80; }

#content {
  margin: 15px auto 25px auto;
  padding: 0;
  width: 780px;
  background: #ececea;
  border: black solid 1px;
  text-align: left;
  font-size: 100%;
}

#header {
  background: #427296;
  padding: 25px 20px 10px 20px;
}

h1 {
  color: #e5be80;
  padding-top: 0;
  margin: 0;
  background: url(amorcalc.gif);
  background-repeat: no-repeat;
  text-indent: -5000px;
  width: 408px;
  height: 39px;
}

h2 { font-size: 12pt; }

#header p {
  color: #e5d9bc;
  padding: 0 15px 0 15px;
  font-size: 12px;
}

#calcform {
  background: #ececea url(brnsep.gif) left top repeat-x;
  padding: 15px 0 0 0;
  margin: auto auto auto auto;
}

#calcform form { padding: 0; margin: 0; }
#calcform table { font-size: 12px; }

#formtable {
  width: 360px;
  padding: 10px 0 15px 30px;
  margin: 0;
}

.colsep { width: 50px; }

#attribution {
  background: #ececea;
}

#attribution p {
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 11px;
}

#summary {
  background: #ececea url(brnsep.gif);
  background-repeat: repeat-x;
  background-position: left top;
  font-size: 8pt;
  padding: 15px 25px 10px 25px;
  margin: auto;
}

#summary p {
  padding: 5px 30px 5px 30px;
  clear: both;
}

#summary .label {
  font-weight: bold;
}

#l_sumtab {
padding: 0 0 0 30px;
float: left;
}

#r_sumtab {
padding: 0 30px 0 0;
float: right;
}

.sumtab {
padding: 0 0 0 0;
margin: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0px;
}
.sumlab {
font-weight: bold;
text-align: right;
vertical-align: bottom;
padding: 0 8px 6px 0;
}
.intval {
text-align: right;
vertical-align: bottom;
padding: 0 0 6px 0;
}
.prtval {
text-align: left;
vertical-align: bottom;
padding: 0 0 6px 0;
}

#adcol {
  width: 320px;
  height: 270px;
  float: right;
  margin: 8px 8px 8px 0;
  padding: 0;
}

#googlecont {
  width: 320px;
  height: 270px;
  background: #bebcad url(googlebck.gif);
  padding: 0;
  margin: 0;
}

#googlead {
  position: relative;
  top: 10px;
  left: 10px;
  width: 300px;
  height: 250px;
}

#quinad {
  background: #ececea url(brnsep.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 20px 0px 10px 0px;
  margin: auto;
}

#notice {
  margin: 20px 30px 20px 30px;	
  background: #ffdddd;
  color: #800000;
  border: #703040 solid 2px;
  padding: 10px;
}

#notice p { 
  margin: 0;
  padding: 3px 10px 7px 10px;
}

.labell, .labelr {
  text-align: left;
  width: 10em;
  height: 2.5em;
  vertical-align: bottom;
}

.infieldl, .infieldr {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 15px;
}

.numfield {
  text-align: right;
}

#schedule {
  background: #ececea url(brnsep.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 25px;
  margin: auto;
  text-align: center;
}

#schedule table { font-size: 9pt; }

.hc {
  text-align: center;
}

.hr {
  text-align: right;
  padding-right: 5px;
}

.hl {
  text-align: left;
}

.ro {
  background: #ececea;
}

.re {
  background: #d4d4d4;
}

.invpt {
  background: #bbeebb;
}
.dn {
  text-align: center;
  padding-left: 5px;
  padding-right: 10px;
}

.dc {
  text-align: right;
  padding-right: 5px;
  padding-left: 10px;
  font-family: Courier, monospaced;
}    
