/* HOME LAYOUT */
 DIV.LAYOUT-CONTAINER-HOME {
  background-image:url(../images/home/home_image.jpg);
  background-repeat:no-repeat;
  background-color:#FFFFFF;
  text-align:left;
 }
 
 TD.HEADER-BREADCRUMBTILE{
  background-image:url(../images/home/breadcrumb_tile.gif);
  background-repeat:repeat;
  width:100%;
 }
 
 DIV.LAYOUT-LEFTPANEL-HOME {
  width:190px;
  position:relative;
  float:left;
  padding:20px;
  padding-bottom:0px;
 }
 
 DIV.LAYOUT-CONTENT-HOME {
  float:left;
  width:355px;
  padding-top:20px;
 }
 
 DIV.LAYOUT-RIGHTPANEL-HOME {
  width:190px;
  float:right;
  padding:20px;
  padding-bottom:0px;
 }
 
 TD.BOX-BRACKETBORDER {
  background-color:  #7BA5B9;
 }