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: 25px auto 25px auto;
  padding: 0;
  width: 728px;
  background: #ffffff;
  border: black solid 1px;
  text-align: left;
}

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

h1 {
  color: #ffffff;
  padding-top: 0;
  margin: 0;
  text-indent: -5000px;
  width: 408px;
  height: 0px;
}

h2 { font-size: 12pt; }

#header p {
  color: #e5d9bc;
  padding-left: 25px;
  padding-right: 20px;
}

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

#calcform form { padding: 0; margin: 0; }
#calcform table { font-size: 9pt; }

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

.colsep { width: 50px; }

#googlecont {
  width: 320px;
  height: 270px;
  background: #bebcad url(/images/googleborder.gif);
  float: right;
  margin: 20px 8px 12px 0;
}

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

#attribution {
  background: #ffffff;
  margin: 0;
}

#attribution p {
  clear: both;
  text-align: center;
  padding: 0 20px 0 20px;
  font-size: 85%;
}

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

#summary p {
  padding-left: 20px;
}

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

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

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

#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;
}