#logo_bar {
    width: 100%; 
   /* text-align: left; */
   /* max-width: 1024px; */
    margin-left: 0px; 
   background-color: #FFF;
   padding-bottom: 35px;
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
}

#logo_bar_left {
   float: left; 
}

#logo_bar_right {
   text-align: right;
   height: 70px;
   padding-top: 0px;
}

#logo_bar_right A {
   color: #888;
   text-decoration: none;
   font-size: 10pt;
   font-weight: bold;
   font-stretch: condensed;
   padding-left: 15px;
}

HR.blue_line {
   color: #1C4A80;
   margin-top: 2px;
   margin-bottom: 2px;
}

