/* FRONTPAGE STYLES for editing pages */
body {
  font: 70% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: #FFF;
  }
table {
  font-size: 100%;
  }
form {
  margin: 0;
  }
input, select, textarea { 
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  }
img {
  border-style: none;
  }
h1 {
  font: bold 225% Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  color: #224441;
  border-bottom: 1px dotted #899f92;
  margin: 0 0 1em;
  }
h2 {
  font-family: Arial, sans-serif;
  color: #224441;
  font-size: 175%;
  margin: 0 0 1em;
  }
h3 {
  font-size: 130%;
  margin: 1.5em 0 .75em;
  }
h3.bar {
  margin-top: 2em;
  background: #D5DBB4;
  padding: 2px 3px;
  border-bottom: 1px solid #899F92;
  }
h4 {
  font-size: 115%;
  margin: 1.5em 0 .75em;
  }
p {
  margin: 1em 0;
  }
td p {
  margin: 0 0 1em;
  }
a, a:visited {
  color: #008071
  }
a:hover, a:active {
  color: #F70;
  }
.note {
  font-size: 80%;
  color: #AAA;
  }
.alignLeft {
  margin: 2px 9px 4px 0;
  border-color: #000;
  float: left;
  }
.alignRight {
  margin: 2px 0 4px 9px;
  border-color: #000;
  float: right;
  }
ul.nobullets, ol.nobullets {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  }
ul.nobullets li, ol.nobullets li {
  margin-top: .5em;
  margin-bottom: .5em;
  }
ul.spaced li, ol.spaced li {
  margin-top: 1em;
  margin-bottom: 1em;
  }
ul.demispaced li, ol.demispaced li {
  margin-top: .5em;
  margin-bottom: .5em;
  }
table.chart td {
  border-bottom: 1px solid #EEE;
  empty-cells: show;
  padding: 5px 6px;
  vertical-align: top;
  }
table.chart th {
  background: #CACAE5;
  color: #006;
  padding: 5px 6px;
  }
table.chart td.spacer {
  border-style: none;
  height: 1em;
  }
div.clear {
  clear: both;
  }
div.sidebar {
  width: 108px;
  padding: 0 8px 0 29px;
  margin: 0 0 10px;
  background: #FFFBCE url(../images/sidebar_bg.gif) repeat-y;
  display: inline;
  text-align: left;
  }
div.blockQuote {
  font: italic 100% Verdana, Arial, Helvetica, sans-serif;
  background: #FFF8ED url(../images/quotes-open.gif) no-repeat 6px 7px;
  border: 1px solid #FFD0A1;
  clear: both;
  padding: 8px 6px 8px 27px;
  margin: 2.5em 0 1.5em;
  color: #008D93;
  }
div.blockQuote p {
  margin: 0;
  padding-right: 20px;
  }
div.blockQuote p.speaker {
  margin-top: -1em;
  text-align: right;
  padding-top: 1.8em;
  /* use separate bg declarations for FP */
  background-image: url(../images/quotes-close.gif);
  background-repeat: no-repeat;
  background-position: top right;
  }
div.blockQuote img {
  float: left;
  margin: 3px 10px 5px 0;
  }