/*
  $Id: HomePage.css,v 1.3 2005/12/01 03:09:26 wbloom Exp $
*/

  body.metal {
    background-color: #ffffff;
    color: #000000;
    background-image: url(images/mpf_pat_metal.png);
    margin: 0px;
    padding: 0px;
    font-family: Georgia, serif;
    font-size: 16px;
    height: 100%;
    }

  body.plain {
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, serif;
    font-size: 16px;
    height: 100%;
    }

  hr.menu {
    width: 75%;
    height: 5px;
    padding: 0px;
	margin: auto;
    border-style: none;
    -moz-border-radius: 10px;
    color: #303590;
    background-color: #303590;
    }

  address {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    border-top: medium dotted;
    width: 15em;
    text-align: center;
    color: #303590;
    font-size: 7pt;
    }

  body.menu {
    background-color: rgb(255, 255, 255);
    color: rgb(20, 26, 62);
    background-image: url(images/mpf_pat_metal3.png);
    margin: 0px;
    padding: 0px;
    font-family: Georgia, serif;
    font-size: 13px;
    height: 100%;
    }

  table td {
    margin: 0px;
    padding: 5px;
    border: 0px;
    font-size: 14pt;
  }

  table.resume {
    border-collapse: collapse;
  }

  table.resume td {
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  table.menu {
    margin: 0px;
    padding: 30px;
    border: 0px;
    width: 100%;
    font-size: 11px;
    border-top: 5px double #303590;
  }

  p, blockquote {
    line-height: 160%;
  }

  ul, ol {
    line-height: 130%;
  }

  a:link {
    color: #000099; text-decoration: underline;
  }
  a:visited {
    color: #990099; text-decoration: underline;
  }
  a:hover {
    color: #dd0000; text-decoration: none;
  }
  a:active {
    color: #000099; text-decoration: none;
  }

  sup {
    font-family: Verdana, sans-serif;
    font-size: 7pt;
    line-height: 100%;
  }

  sub {
    font-family: Verdana, sans-serif;
    font-size: 7pt;
  }

/* HEADER */

  .shadow1 {
    background-color: #999999;
    border-bottom: 1px solid #BBBBBB;
    height:1px;
    font-size: 1px;
    width: 100%;
  }

  .shadow2 {
    background-color: #DDDDDD;
    height: 1px;
    font-size: 1px;
    width: 100%;
  }

  .header {
    background: #555555;
    border-bottom: 1px solid #333333;
    padding: 3px 10px 3px 10px;
  }

  .framework {
    width: 100%;
  }

  .head {
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
  }

  img.photo {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  img.navigate { 
    border: 0px;
    vertical-align: middle;
  }

  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

/* FOOTER */

  .footer {
    background: #CCCCCC;
    color: #666666;
    border-top: 1px solid #333333;
    font-family: Verdana,Times Roman,serif;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-left: 70px;
  }

  .footertext {
    color: #666666;
    font-family: Verdana,Times Roman,serif;
    font-size: 12px;
  }


  /* CONTENT */

  H1 {
    color: #111111;
    font-family: Trebuchet MS,serif;
    font-size: 31px;
    font-weight: normal;
    margin-bottom: 0px;
  }

  H2 {
    color: #444444;
    font-family: Trebuchet MS,serif;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666666;
  }

  H3 {
    color: #000000;
    font-family: Trebuchet MS,serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 30px;
    padding-bottom: 5px;
  }

  .breadcrumb {
    color: #999999;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding-top: 26px;
    padding-bottom: 0px;
    padding-left: 70px;
    padding-right: 50px;
  }

  .centeredcontent {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 100px;
  }

  .menu {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .contentstart {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 100px;
  }

  .content {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 100px;
  }

  .deck {
    color: #333333;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 16px;
    margin-top: 3px;
  }

  .byline {
    font-family: Verdana,Times Roman,serif;
    font-size: 12px;
    margin-top: 16px;
  }

  .dateline {
    color: #666666;
    font-size: 12px;
    font-family: Verdana,Times Roman,serif;
  }

  .footline {
    font-family: Verdana,Times Roman,serif;
    font-style: italic;
    margin-top: 16px;
  }

  .subsection {
    color: #666666;
    font-family: Verdana,Times Roman,serif;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .pullquote {
    background-color: #EEEEEE;
    color: #333333;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 35%;
    float: right;
  }

  .smallcaps {
    font-variant: small-caps;
  }


/* IMAGES */

  .titleimage {
    position: relative;
    float: right;
    margin: 10px;
    margin-top: 20px;
    margin-left: 30px;
  }


  /* TABLES */

  .caption {
    color: #666666;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 120%;
  }

  .captiontitle {
    color: #333333;
    /*caption-side: top;*/
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
  }

  .tablecaption {
    display: table-caption;
    color: #333333;
    caption-side: top;
    /*font-family: Verdana, sans-serif;*/
    font-size: 18px;
    font-style: italic;
    line-height: 300%;
  }

  .container { 
    display: table;
    border: 4px solid black;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .roweven { 
    display: table-row;
    height: 40px;
    text-align: left;
    background-color: #aaa;
    border-bottom: 1px dotted black;
    padding: 3px 5px 3px 5px;
  }

  .rowodd { 
    display: table-row;
    height: 40px;
    text-align: left;
    background-color: #999;
    border-bottom: 1px dotted black;
    padding: 3px 5px 3px 5px;
  }

  .rowdata { 
    display: table-cell;
    background-color: inherit;
    border-bottom: inherit;
    vertical-align: middle;
  }

  .navlabel { 
    line-height: 40px;
    padding-left: 20px;
  }

  .navdesc { 
    line-height: 40px;
    width: 30em;
    padding-left: 5px;
  }

/* RULES */

  .rule {
    border-top: 1px dotted #666666;
    width: 100%;
    height: 1px;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

