  body {
     font-family: Verdana;
	 padding: 0px;
	 margin: 0px;
  }
  
  #titleDiv table {
    background-color: rgb(255, 255, 214);
	width: 100%;
  }
  
  #logo {
     padding: 0px;
  }
  
  #title1, #title2 {
     color: rgb(36, 51, 108);
	 font-weight: bold;
	 font-size: 18px;
	 text-align: center;
  }
  
  #title3 {
     color: rgb(38, 70, 145);
	 font-weight: bold;
	 font-size: 16px;
	 text-align: center;
  }
  
  #content {
     background-color: rgb(240, 240, 248);
	 width: 100%;
  }
  
  