  body {
    font-family: Arial;
    text-decoration: none;
  }

  a {
    text-decoration: none;
  }
  .Orman {
      color: #1D3384;
      left: 0;
      text-align: center;
      font-size: 50px;
      font-weight: bold;
  }
   
  .navbutton {
      type: button;
      color: black;
      padding: 5px 15px;
      text-align: center;
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      margin: 4px 2px;
      cursor: pointer;
      overflow: hidden;
      float:left;
    }
  .navbox {
     padding: 0px;
     width: 100%;
     height: 48px;
     float:left;
     background-color: #1D3384;
     
  }
  
  .foot {
      left: 5;
      bottom: 0;
      position: absolute;
      width: 100%;
      height: 60px;
      line-height: 60px;  
  }
 
  .footerfont {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: bold;
  }

  .pagetitle {
      position: relative;
      left: 0px;
      text-align: center;
      font-weight: bold;
      font-size: 40px;
  }
  
  .logo {
      display: block;
      text-align: center;
  }
  
  .p1 {
      text-align: left;
      font-size: 24px;
      font-weight: normal;
      float:left;
  }

  .container {
      width: 100%;
      height: 190px;
      padding: 35px 15px 5px;
  }
  
  .container:before, .container:after {
     content: "";
     display: table;
     clear: both;
     text-align: left;
  }
  
  .container div {
     float: left;
     width: 180px;
     height: 160px;
  }
  
  #column {
      margin-left: 30px;
      margin-right: 30px;
  }
  
