  /* 
    Contact Haines Brown
    Hartford Web Publishing
    brownh@hartford-hwp.com
    Last revised 9 May 2004
  */

  body {
    background: #FFFBF0;
    color: #110000;
    quotes: '\201C' '\201D' '\2018' '\2019' '\AB' '\BB' ; 
  }
  div.outside {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  div.inside {
    margin-left: auto;
    margin-right: auto;
    width: 680px;
    text-align: left;
    border-bottom: solid thin;
    padding-bottom: 0.3em;
  }
  a:link {
    color: #00F; 
    background: transparent;
    text-decoration: underline;
  }
  a:visited {
    color: #009;
    background: transparent;
    text-decoration: underline;
  }
  a:active {
    color: #F00;
    background: transparent;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: underline;
  }
# what is this? I'm commenting to see what happens
#  caption {
#    margin: 0em 0% 0em 0%; 
#    line-height: 1;
#  }
  blockquote > div.author {
	text-align: right;
	font-size: 0.9em;
	margin-right: 0.6em;
	margin-top: -1em;
  }    
  div.caption-container  {
	text-align: center;
	margin-top: 0.3em;
	line-height: 9pt;
  }
  span.caption {
	font-size: smaller;
	font-family: sans-serif;
  }
# what is this?
  caption.table {
    font: bold 1.4em/1 arial,sans-serif;
    margin-bottom: 1em;
  }
  h1 {
    font-family: sans-serif;
    margin-bottom: -0.4em;
  }
  input {
    cursor: auto;
  }
  li {
    margin: 0em 0% 0em 0%;
  }
  li.menu { list-style-type: none; }
  p {
    margin: .5em 0% .5em 0%;    
    font-family: serif;
  }
  q:before {
    content: open-quote;
  }
  q:after {
    content: close-quote;
  }
  table {
    margin-left: 8%;
    width: 80%;
    border-collapse: collapse;
    % background: #fcfcfc;
  }
  td {
    border: thin solid;
    padding: 0.25em;
    line-height: 1;
  }
  th {
    font: bold 1em/1 arial,sans-serif;
    background: #FFFBF0;
  }
  img.arrow {
    vertical-align: middle; 
    padding-right: 0.4em;
    width: 2em;
    height: 2em;
  }
  div.header {
    font-size: smaller;
    border-bottom: solid thin;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-top: solid thin;
  }
  div + div.header {
    border-top: none;
  }
  div.footer {
    font-style: italic;
    border-top: solid thin;
    padding-top: 0.3em;
  }
  .note {
    vertical-align: super;
    font-size: smaller;
    line-height: 0.3;
  }
  .parent {
    font-weight: bold; 
    font-size: smaller;
    border-bottom: solid black thin;
  }
  cite.underline {
    font-style: normal;
    text-decoration: underline;
  }
  cite.book {
    font-style: italic;
  }
  div.sidebar  {
    width: 15em;
    float: right;
    background-color: #FFF;
    padding: 0em 0.5em 0em 0.5em;
    margin: 0.5px;
    border: inset thin;
  }
  em.bold {
    font-style: normal;
    font-weight: bold;
  }
  em.underline {
    font-style: normal;
    text-decoration: underline;
  }
  .emphasis {
    font-style: italic;	
  }
  .invisible {
    visibility: hidden;
  }
  .superscript {
    vertical-align: super;
    font-size: smaller;
  }
  li.up  {
    list-style-image: url(../bin/arrow-b.png);
    height: 1.4em;
    margin-left: -2em;
  }
  li.down {
    list-style-image: url(../bin/arrow-f.png);
    height: 1.4em;
  }
  .link-up {
    font-weight: bold;
    position: relative; 
    top: -0.6em;
  }
  .link-down { 
    font-weight: bold;
    position: relative; 
    top: -0.3em;
  }
  .line {  /* HR substitute for under blocks */
    padding-bottom: 1em;
    border-bottom: solid thin; 
  }
	


  
