/*Left hand column in order*/
.LHBlft 
{
/* #d4e782*/
  background: url(images1/LHB.gif) 0 100% no-repeat; width: 100%;
  background-color: #d4e782;
  color: #000000;
}

.RHBlft
{
  background: url(images1/RHB.gif) 100% 100% no-repeat;

}

.LHTlft 
{
  	background: url(images1/LHT.gif) 0 0 no-repeat;

}

.RHTlft 
{
  	background: url(images1/RHT.gif) 100% 0 no-repeat;
 	padding-right: 4px;
  	padding-left: 4px;
  	padding-top: 10px;
  	padding-bottom: 10px;

} 

/*END - Left hand column*/

/*Right hand extra column in order*/
.LHBext 
{
  background: url(images1/LHB.gif) 0 100% no-repeat; width: 100%;
  background-color: #d4e782;
  color: #000000;
}

.RHBext
{
  background: url(images1/RHB.gif) 100% 100% no-repeat;
        background-color: #d4e782;
  color: #000000;
}

.LHText 
{
  	background: url(images1/LHT.gif) 0 0 no-repeat;
        background-color: #d4e782;
  color: #000000;
}

.RHText 
{
  	background: url(images1/RHT.gif) 100% 0 no-repeat;
 	padding-right: 10px;
  	padding-left: 10px;
  	padding-top: 10px;
  	padding-bottom: 10px;
        background-color: #d4e782;
  color: #000000;
} 

/*END - Right hand extra column*/