body {
   color: white;
   /* background-image: ; */
   background-color: #97C7DE;
   font-family: Helvetica, Arial, sans-serif;
}

ul { font-size: 9pt; font-family: Helvetica, Arial, sans-serif; }

a { text-decoration: none; }
a:link { color: yellow; }
a:visited { color: yellow; }
a:active { color: red; }
a:hover { color: red; }

span.emph { color: orange; }

p {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 5px;
  font-size: 9pt;
}

p.fineprint {
   font-size: 9pt;
}

table { border: 0; }
td { padding: 2px; margin: 4px; }

img {
  border-right: 2px solid #1a384f;
  border-bottom: 2px solid #1a384f;
  margin: 5px;
}
img.icon { border: 0px; }

div.title {
   color: black;
   background-color: white;
   /* vertical-align: center; */
   margin-top: 10px;
   margin-bottom: 0px;
   padding-top: 8px;
   padding-bottom: 2px;
   padding-right: 1em;
   padding-left: 12px;
   text-align: left;
   border-bottom: 8px #97c7de solid;
}

div.title p {
   padding-bottom: 3px;
   font-size: 12pt;
}

div.title p.fineprint { font-size: 8pt; text-align: left; }

div.title a:link { color: black; }

div.content {
   margin-top: 0px;
   margin-bottom: 8px;
   padding: 10px;
   background-color: #3A687F; 
   text-align: justify;
}

div.quote {
   padding: 5px;
   width: 80%;
   border-left: 1px dotted black;
   background: transparent;
   margin-top: 8px;
   margin-bottom: 8px;
   margin-left: auto;
   margin-right: auto;
}

div#sidebar {
   position: absolute;
   top: 8px;
   left: 10px;
   width: 280px;
   background: transparent;
   margin-left: 25px;
}

div#main {
   position: absolute;
   top: 8px;
   left: 325px;
   margin-right: 25px;
}

div#blogsidebar {
   background-color: #3A687F; 
   /*
   background-image: url(/graphics/blue-frost.jpg);
   background-repeat: repeat-y;
   background-position: 80px 0px;
   */
   width: 270px;
   margin-right: 12px;
   font-size: 8pt;
}

div#blogsidebar p {
   margin-left: 8px;
   margin-right: 8px;
}

div#blogsidebar div.title {
  color: white;
  background: transparent;
  text-align: center;
  border-top: 1px dotted black;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
