#centreCol {
   background: white url(/assets/img/states/nsw_bg.gif) no-repeat;
   float: left;
   width: 516px;
   font-size: 1.2em;

}

#centreCol2 {
   background: white url(/assets/img/states/nsw_bg_span.gif) no-repeat;
   float: left;
   width: 719px ;
}

#regionList li {
   width: 169px ;
   border-bottom: 1px solid white ;
   background-color: #0061A5;
   list-style: none ;
   color: white ;
}
   #regionList li a {
      display: block ;
      text-decoration: none ;
      color: white ;
      padding: 10px 0 10px 5px;
   }
   #regionList li a:hover {
      background-color: #6FB2DF;
   }

#centreTop {
   height: 20px ;
   padding-left: 20px;
}
