#divHeader {
   margin : 0px 4px 4px 4px;
   width : 767px;
}
#divLogotype {
   background : url('../img/shadow.gif') repeat-x bottom;
   text-align : left;
   width : 100%;
}
   #divLogotype img {
      margin : 12px;
   }
#divBanner {
   background : #00B3ED;
   width : 405px;
   height : 167px;
   margin-left : 3px;
}
#divShortcut {
   color : #B2B2B2;
   width : 100%;
   text-align : right;
   margin : 5px 0px 4px 0px;
}
   #divShortcut img {
      border : 0px;
      margin-right : 5px;
      margin-left : 10px;
   }
   #divShortcut a {
      font : 11px Verdana;
      text-decoration : none;
      color : #666666;
      margin : 0px 10px 0px 0px;
   }
      #divShortcut a:hover {
         text-decoration : underline;
         color : #2574BC;
      }
#divMenu {
   margin-top : 3px;
   float : left;
   width : 144px;
}
   #divMenu ul {
      list-style-type: none;
      list-style-position: outside;
      margin : 0px;
      padding : 0px;
      height : 109px;
      white-space : nowrap;
      overflow : hidden;
      display : inline;
   }
   #divMenu li {
      width : 144px;
      height : 22px;
      white-space : nowrap;
      overflow : hidden;
      border-bottom : 1px solid #FFFFFF;
   }
   #divMenu a {
      font : bold 10px Verdana;
      color : #FFFFFF;
      text-decoration: none;
      margin-left : 12px;
   }
#divSummary {
   font : 10px Verdana;
   color : #5C5C5C;
   text-align : center;
   background : #E5E5E5;
   margin : 3px 0px 0px 3px;
   float : left;
   width : 212px;
   height : 109px;
}
   #divSummary p {
      margin : 12px;
   }
#divLine {
   width : 100%;
   background: #89AF5C;
   margin-top : 3px;
   height : 5px;
   white-space : no-wrap;
   overflow : hidden;
}