body { 
   margin: 0px;
   background-color: #eff0d1;
}

#id_heading { 
   background-color: #ccff99;
   height: 150px;
   border-bottom: 5px solid red;
   margin-top: 0px;
}

#id_left_hdr_img { 
   position: absolute;
   left: 50px;
   top: 20px;
   width: 100px;
   border: thin solid red;
}

#id_heading h1 { 
   text-align: center;
   padding-top: 50px;
   margin-top: 0px;
}

#id_right_hdr_img { 
   position: absolute;
   width: 100px;
   right: 50px;
   top: 20px;
   border: thin solid red;
}

table { 
   clear: right;
   width: 70%;
   border: 3px ridge green;
   margin-right: auto;
   margin-left: auto;
   margin-top: 30px;
   border-collapse: collapse;
   background-color: white;
}

.titles th { 
   text-align: left;
   border-bottom: 4px solid blue;
   background-color: #ffffcc;
   padding-left: 10px;
   line-height: 150%;
}

.tbl_hdr { 
   border-bottom: 4px solid blue;
   font-size: x-large;
   line-height: 150%;
   color: blue;
   background-color: #ccffff;
}

.tbl_footer { 
   background-color: #99ffcc;
}

td { 
   padding-left: 10px;
   border-bottom: 1px solid gray;
}

td.img_cell { 
   border-left: 4px solid blue;
   width: 220px;
   background-color: #ffffff;
}

.img_cell img { 
   width: 200px;
   height: 200px;
}

#id_aknowledgement { 
   margin-right: auto;
   margin-left: auto;
   margin-top: 30px;
   width: 100%;
   background-color: #cc99cc;
   padding: 10px;
   border: 4px double, #cc3366;
   text-align: center;
}


