/* LMSO Subdirectory Stylesheet. Copyright © 2007 X. J. Scott. All rights reserved. */

  BODY {
    margin: 0;
    padding: 0;
  /*  background: #FFF4E6 url("../img/WATER1.GIF");
    color: #7F0006; */
    }

  /* Navigation Bar */
  TABLE.breadcrumbs {
    border-spacing: 2px 2px;
    padding-left: 6px;
    width: 100%;
    }
  TABLE.breadcrumbs TD { 
    font-family: Arial, Helvetica;
    font-weight: bold;
    }
  .pinknav {
    background-color: #FE918E;
    color: #99010B;
    } 
  .pinknav a:link    { color: #FFFFFF; } 
  .pinknav a:visited { color: #FFFFFF; } 
  .pinknav a:hover   { color: #FFCECB; } 
  .pinknav a:active  { color: #99010B; } 

  .small  { font-size: small }
  .xsmall { font-size: x-small }
  .middle * {
    vertical-align: middle;
    }

  /* this section obsolete, don't use */
  INPUT.field {
    background-color: #FFF3ED;
    color: #9C0008;
    }
  INPUT {
    font: normal 10px Tahoma, Verdana, sans-serif;
    text-indent: 2px;
    }

  /* 2011 - adapted from message2.css when search rewired */
  FORM { margin-top: 0; margin-bottom: 0; }
  FORM.search INPUT[type="text"] {
    background-color: #FFF3ED;
    color: #9C0008;
    }
  FORM.search INPUT {
    font: normal 10px Tahoma, Verdana, sans-serif;
    text-indent: 2px; /* this makes left side of button wider */
    }

  /* Content */
  .content {
    font: normal 1em Times, 'Times New Roman', serif;
    margin: 2px .375in;
    }
    /* #content weirdly overrides my local settings when it is an id, but not when it is a class.
       I guess id settings can not be overridden then, and therefore id is undesirable.
       .content better
    */
  body a:hover { color: #FF68B4 }
  body a:active { color: #FFF3E6 }

  .chicago { font-family: Lucida Grande, Charcoal, Chicago, sans-serif; }

  /* Footer */

  TABLE.footer_navigation TD {
    font-weight: bold;
    text-align: center;
    }
  .topline { border-top: solid 2px #380500; }
  .fg_yellow, .fg_yellow a { color: #FFEE78; }
  .fg_yellow a:hover       { color: #FFEA55; }
  .fg_red, .fg_red a   { color: #99010B; }
  .fg_red a:hover      { color: #C01209; }
  .fg_pink, .fg_pink a { color: #FE918E; }
  .fg_pink a:hover     { color: #99010B; }
/*    letter-spacing: 0.4em; */
  
  TABLE.footer_navigation TD.sml_sans {
    font-size: small;
    font-family: Helvetica, Arial;
    }

  P#copyright {
    font: normal 11px Helvetica, Arial, sans-serif;
    border-top-style: dotted;
    border-top-width: 1px;
    padding-top: .325em;
    text-align: center;
    }
  .margined {
    margin-left: .375in;
    margin-right: .375in;
    }

  .smallsans {
    font: normal 11px Helvetica, Arial, sans-serif;
    text-align: center;
    }
