/***********************************************/
/* ABS System Data Systems                            */
/* 
Created by Tino Castrillo
Use with template Halo_leftNav.html         */
/***********************************************/


body{
	margin: 0px;
	padding: 0px;
	background-color: #73848C;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#tablebanner{
	background-image: url(banner.jpg);
	width: 760px;
	height: 90px;
}

#topcell{
	background-image: url(top.jpg);
	width: 760px;
	height: 25px;	
}

#maincell{
	background-image: url(bg.jpg);
	width: 760px;
		margin: 0px;
}
#bottomcell{
	background-image: url(bottom.jpg);
	width: 760px;
	height: 29px;
}
.indented{
   padding-left: 50pt;
   padding-right: 50pt;
   }