@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'copperplate';
    src: url('fonts/copperplate-webfont.eot');
    src: url('fonts/copperplate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/copperplate-webfont.woff2') format('woff2'),
         url('fonts/copperplate-webfont.woff') format('woff'),
         url('fonts/copperplate-webfont.ttf') format('truetype'),
         url('fonts/copperplate-webfont.svg#seravekextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    margin:20px 0 0 0;
   background-image: url("../images/background.jpg");
    background-repeat:no-repeat;
    background-position: center center;
color:#444444;
    }

h2{
font-family: copperplate, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";

padding:0px;
margin:8px 0 8px 0;
font-weight:700;
font-size:32px;
color:#23408f;
line-height:35px;

}


    p{

  line-height : 1.3;
}

.firstcharacter {
    font-family: copperplate, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";

  color: #23408f;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

    
    #myTable{
        
     width:1000px;
        max-width:96%;
            margin:0 auto;
        padding:0 2% 0 2%;
        
    }
    
    #myLogo{
     width:500px;
        max-width:100%;
        border: none;
    }
