  body {
       font-family: Arial, Verdana, Helvetica, sans-serif;
       font-size: 10pt;
       background-color: #151B54;
       color: black;
       margin: 0px;
       }
       
  div#Content {
       background-color: white;
       position: relative;
       margin-top: 0px;
       top: 0px;
       margin-left: auto;
       margin-right: auto;
       margin-top: auto;
       margin-bottom: auto;
       border-style: groove;
       border-width: 2px;
       width: 800px;
       }
       
  div#Title {
       background-color: white;
       text-align: center;
       color: black;
       font-family: Arial, Helvetica, sans-serif;
	   font-size: 36px;
	   font-weight: bold;
       }   
  a.BannerImage {
       position: absolute;
       left: 0px;
       top: 0px;
       }  
       
  a.BannerText {
       position: absolute;
       left: 120px;
       top: 14px;
       }
       
  div#LeftMenu {
       background-color: white;
       color: black;
       position: absolute; 
       left: 0px;
       width: 200px;
       top: 190px;
       padding-left: 20px;
       padding-top: 20px;
       padding-bottom: 20px;
       border-left-width: 0px;
       border-right-width: 0px;
       border-top-width: 0px;
       border-bottom-width: 0px;
       }
  .CenterPanel {
       background-color: white;
       position: absolute; 
       top: 190px;
       left: 220px;
       width: 550px; 
       border-left-width: 0px;
       border-right-width: 0px;
       border-top-width: 0px;
       border-bottom-width: 0px;
       margin-top: auto;
       margin-bottom: auto;
       padding-right: 10px;
       }
  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    /*border-color:black;*/
	/*border-width:30px;*/
    }
   .centeredImage img
    {
    border: 1px solid #000000; 

    }
    
    
  .Center {
    text-align:center;
    }
  h2 {
    text-align:center;
   }
    .Dedication {
    text-align:center;
    font-style:italic;
    font-weight:bold;
    }
  .PageIntro {
   }
