   body {
      background-image:url(images/tile.JPG);
	  font-family: "Trebuchet MS", sans-serif;
   }
   
   h1 {
   	  font-size: 15px;
   }
   
   .fullpage { 
      text-align:center;
      padding-top: 30px;
      padding-bottom: 88px;
   }

   .mainpage {
      position: relative;
      width: 800px;
      margin: 0 auto;
   }
   
   .header {
      background-color: #16253a;
   }    

   .logo {
      position: absolute;
      padding-top: 13px;
      padding-left: 13px;
   }

   .headerlinksNew {
      text-align: right;
      font-size: 11px;
      line-height: 20px;
	  padding-right: 15px;
   }

   .headerlinksNew a {
      color: #b4b6ac;
      text-decoration: none;
   }

   .contactusheadNew {
      background-color: #6f674d;
      line-height: 22px;
	  text-align: left;
      color: #312100;
      font-size: 11px;
      font-weight: bold;      
	  padding-left: 20px;
  }

   .contactusbodyNew {
      background-color: #121e2b;
      height: 71px;
   }

   .contactusbodyfontNew {
      text-align: left;
	  vertical-align: top;
	  line-height: 15px;
      font-size: 9px;
      color: #766F57;
	  padding-left: 20px;
	  padding-top: 10px;
   }

     .ontopwhite {
      top: -10px;
      position: absolute;
      opacity: 0.5;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      height: 115px;
      width: 586px;
      background-color: white;
      text-align:left;
   }

   .ontopwhitetext {
      position: absolute;
   	  width: 586px;
   	  font-size: 16px;
      color: #473d1c;
      padding-left: 34px;
      line-height: 22px;
      padding-top: 38px;
   }

   .ontopbig {
      font-size: 23px;
   }

   .ontopblue {
      top: -10px;
      position: absolute;
      opacity: 0.5;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      height: 115px;
      width: 586px;
      background-color: #1b2e4e;
      text-align:left;
   }

   .ontopbluetext {
      position: absolute;
   	  width: 586px;
   	  font-size: 20px;
      color: #ffffff;
      padding-left: 34px;
      line-height: 22px;
      padding-top: 38px;
      background: transparent;
   }

  .contentframe {
     z-index: 2;
     position: relative;
     background-color: #dadacf;
     text-align:left;
   }

   .navbuttons {
     position: absolute;
     z-index: 4;
     width: 200px;
     right: 125px;
   }
 
   .navbuttons ul {
      padding-left: 0px;
      padding-top: 10px;
      margin-top: 0px;
   }
   
   .navbuttons li {
      margin-bottom: 3px;
      width: 200px;
      margin-right:0px;
      list-style: none;
      font-size: 9px;
      line-height: 14px;
   }

   .navbuttons a {
      text-decoration: none;
   }

   .navselected {
   	  width: 200px;
      background-color: #555f6d;
   	  text-align: right;
      cursor: pointer;
   }
   
   .navselected span {
     padding-right: 5px;
     font-weight: bold;
     color: white;
   }
   
   .navunselected {
      width: 200px;
      text-align: right;
      cursor: pointer;
   }
   
   .navunselected span {
     padding-right: 100px;
     font-weight: bold;
     color: #a0a074;
     
   }
   
   .subnavunselected {
      width: 200px;
      text-align: right;
      cursor: pointer;
   }
   
   .subnavunselected span {
     padding-right: 100px;
     font-weight: bold;
     color: #2F2E1D;
     
   }
   
  .footer {
     background-color: #17273f;
     height: 15px;
     text-align:left;
     margin: 0 auto;
	 text-align: right;
     font-size: 8px;
     padding-right: 10px;
     color: #b4b6ac;
  }   
  
  .fadelinksel {
    font-size: 12px;
    color: #556275;
    font-weight: bold;
    text-decoration: none;
  }
  
  .fadelinkselsubpage {
    font-size: 13px;
    color: #817a62;
    font-weight: bold;
    text-decoration: none;
  }
  
  .fadelinkunsel {
    color: #556275;
    font-weight: bold;
    text-decoration: none;
  }