/* 
  top.css 
    contains ALL css information for the .top TD  
*/
.top{
/*   height: 70px; */
  border: dashed 0px red;
  border-bottom: solid 0px black; /* orgi: solid 2px black*/
}
.top_table {
  padding-top: 2px;
  height: 55px; /* orig: 65 */
}
#logo {
  padding-left: 5px;
  border: dashed 0px blue;
}
#flag {
  text-align: right;
  vertical-align: bottom;
  width: 100%; 
  padding-right: 20px;
  padding-bottom: 0px;
  border: dashed 0px blue;
}
