/* Letters Subdirectory Stylesheet. Copyright � 2008 X. J. Scott. All rights reserved.
Copied from tuning.css.
I think the forum has the most modern way of doing the FORM stuff, could update this.
*/
  BODY {
    margin: 0;
    padding: 0;
    }
  A:hover  { color: #C20000 }
  A:active { color: #E8D22C }

  /* Navigation Bar */
  TABLE.breadcrumbs {
    border-spacing: 2px 2px;
    padding-left: 6px;
    margin: 0; /* already 0 by default */
    width: 100%;
    }
  TABLE.breadcrumbs TD { 
    font-family: Arial, Helvetica;
    font-weight: bold;
    }
  .ochrenav {
    background-color: #A55A42;
    color: #D49889;
    } 
  .ochrenav a:link    { color: #FFFFFF; } 
  .ochrenav a:visited { color: #FFFFFF; } 
  .ochrenav a:hover   { color: #D49889; } 
  .ochrenav a:active  { color: #A55A42; } 

  .small  { font-size: small }
  .xsmall { font-size: x-small }
  .middle * {
    vertical-align: middle;
    }
  INPUT.field {
    background-color: #FFF4F7;
    color: #A50021;
    }
  INPUT {
    font: normal 10px Tahoma, Verdana, sans-serif;
    text-indent: 2px;
    }

  .standard-letter, .standard-letter-B {
    margin: 1em auto 0em auto;
    width: 612px; /* 8.5" on current dpi */
    background: #FBF2E1 url("../img/paperivory.gif"); 
    border: solid 1px #5B3224;
	}

  .standard-letter   { padding: 57px; } /* was 60 but to align is not 57 huh */
  .standard-letter-B { padding: 48px; }

  .sticky-footnote {
     margin: 0 auto;
/*     width: 612px; divs need to subtract margins */
     padding: 8px 8px 8px 8px; 
     font-size: 10pt;
     background: rgb(255, 253, 197); 
     border: solid 1px black;
	}

  table.indent p {
    text-indent: 0.325in;
    margin-top: 5px;
    }

  /* Footer */
  P#copyright
     {
     border-top: dotted 1px #464744;
     padding-top: .325em;
     margin-top:  1.5em;
     font: normal small Helvetica, Arial;
     text-align: center;
     }
