  /* - ( Index ) - */
  
  /* db 6-23-08, entire header redesign according to html/css/image files sent to us by client. See bug 10674 */
  
  #body {
    width: 785px;
    margin: 0 auto;
    padding-bottom: 10px;
    background-color: #EFEFEF;
    text-align: left;
  }
  
  #top_home {
   	background: url(../i/one_home.jpg) top left no-repeat;
   	height: 241px;
  }
  
  #top form {
    margin: 0; 
  }
  
  
  
  #menu ul { !list-style: url(); background: none; }  
  
  #content { width: 606px; padding-left: 0; }
  
  #content .right {
    width: 196px;
    margin: 0 0 0 20px; padding: 0;
    float: left;
    line-height: 12pt;
  }

  #content .right .news a {
    margin-top: 10px;
    display: block;
    text-decoration: none;
  }
  
  #content .right .news a:hover {
    text-decoration: underline;
  }
  
  #content ul {
    margin: 18px 0 0 0;
    padding: 0;
  }
