body  {
      font-family: verdana, arial, sans-serif;
      color: navy;
      background: white;
      margin-left: 1.2in;
      margin-right: 1.2in;
      margin-top: .02in;
      font-size: 12px;
      }
.center {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      }
img { border: 0; }
img.border { 
      border: 1px solid black; 
      padding: 2px;
      }
.red {
      color: red;
      background: white;
      }           
h1   {
      font-weight: 700;
      font-size: 40px;
      text-align: center;
      font-style: italic;
      }            
h2    {
      color: navy;
      background: white;
      font-weight: 600;
      font-size: 20px;
      text-align: center;
      }      
h2.banner {
      border: 1px solid navy;
      color: navy;
      background: #EEEEEE;
      padding: 0.125em 0.25em;
      font-weight: 600;
      font-size: 18px;
      }
div.links {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 665px;
      }              
h3    {
      font-weight: 700;
      font-size: 16px;
      color: blue;
      background: white;
      text-align: center;
      }
p     {
      font-size: 12px;
      font-weight: 500;
      color: navy;
      background: white;
      }
em    {
      color: navy;
      background: white;
      font-weight: 600;
      }
div.warning {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: red;
      background: white;
      font-weight: 600;
      font-size: 16px;
      }           
a:link    { color: blue; background: inherit; text-decoration: none; }
a:visited { color: purple; background: inherit; text-decoration: none; }
a:hover   { color: red;  background: inherit; text-decoration: none;  }
a:active  { color: navy;  background: inherit; text-decoration: none; }

fieldset.quote {
      border: 1px solid navy;
      color: navy;
      background: #EEEEEE;
      }          
table.center {
      border-collapse: collapse;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      }
td.logo {
      border: 1px solid navy;
      border-collapse: collapse;           
      width: 665px;
      table-layout: fixed;
      padding: 0px;
      vertical-align: bottom;
    }      
/* Start code for Footer nav bar */                       
td.nav {
    border: 1px solid navy;
    text-align: center;
    color: navy;
    background: #EEEEEE;
    padding: 4px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    }
td.navc {
    border: 1px solid navy;
    text-align: center;
    color: navy;
    background: #FFEBCD;
    padding: 4px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    }
a.nav:link, a.nav:visited, a.nav:active {
      color: navy;
      text-decoration: none;
      font-weight: 600;
      }
a.nav:hover {
      color: blue;
      text-decoration: none;
      }      
/* Stop code for Footer nav bar */
              
td.border {
    border: 1px solid navy;
    background: white;
    text-align: left;
    padding: 6px;
    color: navy;
    margin-left: auto;
    margin-right: auto;
    }      
td.head {
    border: 1px solid navy;
    background: #FFEBCD;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 6px;
    color: navy;
    margin-left: auto;
    margin-right: auto;
    }                                                      

                