body { 
   margin: 0px;
}

#id_header { 
   height: 150px;
   border: thin solid green;
   margin-bottom: 50px;
}

#id_center_hdr { 
   position: relative;
}

#id_center_hdr h1 { 
   text-align: center;
   margin-top: 30px;
   color: maroon;
}

#id_aknowledgement { 
   position: absolute;
   right: 15px;
   bottom: 5px;
}

#id_left_hdr { 
   float: left;
   width: 30%;
   height: 150px;
   background-color: red;
}

#id_center_hdr { 
   float: left;
   width: 39%;
   height: 150px;
}

#id_right_hdr { 
   width: 30%;
   float: right;
   height: 150px;
   background-color: blue;
}

table { 
   width: 60%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 40px;
   border-collapse: collapse;
   border: 5px ridge green;
}

.tbl_hdr { 
   border-bottom: 2px solid green;
   line-height: 150%;
   font-size: 16pt;
   background-color: #99ff9a;
}

.titles th { 
   border-bottom: 2px solid green;
   background-color: #ffff66;
   text-align: left;
   padding-left: 10px;
}

td { 
   padding-left: 5px;
   background-color: #ccffff;
}

.img_cell { 
   border-right: 2px solid green;
   width: 200px;
   background-color: white;
}

.img_cell img { 
   width: 200px;
}

.capital { 
   font-weight: bold;
   color: maroon;
}

#id_footer { 
   width: 60%;
   height: 50px;
   border: 3px ridge #6699cc;
   margin-left: auto;
   margin-right: auto;
   margin-top: 30px;
   margin-bottom: 30px;
   background-color: #ffffcc;
   color: #6600cc;
}

#id_footer p { 
   text-align: center;
   font-size: 14pt;
   line-height: 150%;
   margin-top: 10px;
}


