  /* 
    Title: docstyle
    Contact Haines Brown, Hartford Web Publishing
    brownh @ hartford-hwp.com
    Last revised 05 April 2007 (blockquote style, cite in em)
  */

  body { font-size: 100%; }
  div.outside {
    background-image: url(../bin/bk.png);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  div.top-space { height: 1em;}
  div.bottom-space { height: 1em; }
  div.inside {
    background-color: #FFFDF7; 
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    border: 2px outset black;
    text-align: left;
    padding: 0em 2em 0.7em 2em; 
    font-family: arial,helvetica,sans-serif;
  }
  cite.underline {
    text-decoration: underline;
  }
  em > cite { text-decoration: underline; }
  div.sidebar  {
    width: 15em;
    float: right;
    background-color: #FFF; color: #000;
    padding: 0em 0.7em 0em 0.7em;
    margin: 3px 20px 0px 8px;
    border: inset thin;
  }
  em.bold {
    font-style: normal;
    font-weight: bold;
  }
  em.underline {
    text-decoration: underline;
  }
  h1 {
    font-family: sans-serif;
    margin-bottom: -0.4em;
  }
  h2, h3, h4, h5 { font-family: helvetica,sans-serif; }
  p, td, th { font-size: 100%; }	

/* ============== anchors ============ */
  a:link {
    color: #00F; 
    background-color: #FFFDF7;
    text-decoration: underline;
  }
  a:visited {
    color: #009;
    background-color: #FFFDF7;
    text-decoration: underline;
  }
  a:active {
    color: #F00;
    background-color: #FFFDF7;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: underline;
  }

/* ========== blockquote == (delete second with new version, doc-e) === */
  blockquote > p > .author {
	display: block;	
        font-family: helvetica,sans-serif;
	text-align: right;
	font-size: 0.9em;
	margin-right: 0.8em;
  } 

  blockquote > div.author {
	text-align: right;
	font-size: 0.9em;
	margin-right: 0.6em;
	margin-top: -1em;
  }

/* ====== headers & footers ======== */
  div.header {
    font-family: helvetica,sans-serif;
    font-size: smaller;
    line-height: 1.2em; 
    border-bottom: solid thin;
    margin-top: -0.3em;
  }
  div + div.header {
    border-top: none;
  }
  div.footer {
    font-family: helvetica,sans-serif;
    font-style: italic;
    border-top: solid thin;
    margin-bottom: -0.5em;
  }

  div.footer cite { text-decoration: underline; }

  
/* ============ images ================ */   

  div.image-container { 
    padding: 0em 0.5em 0.5em 0.5em; 
    text-align: center; 
  }
  div.image-container img { 
    background-color: #FFFDF7;
    color: #000000; 
    padding-top: 5px; 
  }
  span.caption { 
    font-size: smaller; 
    font-family: helvetica,sans-serif; 
  }

/* ========== parents ============ */
    div.parent {
    font-family: helvetica,sans-serif;
    padding-top: 0.1em;   
    font-weight: bold; 
    font-size: smaller;
    border-bottom: solid black thin;
  }
  div.parent img {
    vertical-align: middle; 
    padding-right: 0.4em;
    width: 2em;
    height: 2em;
  }

/* ============ tables =============== */
  table {
    margin-left: 8%;
    width: 80%;
    border-collapse: collapse;
  }
  td {
    border: thin solid;
    padding: 0.25em;
    line-height: 1em;
  }
  th {
    font: bold 1em helvetica,sans-serif;
    background-color: #FFFBF0; color: #000000;
  }
  caption { 
    margin-bottom: 0.7em; 
    font: bold 1em helvetica,sans-serif; 
  }

/* =============lists ============== */
  .spaced {margin-top: 0.6em;}
  .note {
    vertical-align: super;
    font-size: smaller;
    padding-right: 2px;	
  }	  

