/*this custom Home Page template styles - used by both template
Home page with Center scroll bar and Home page with Center Scroll bar and Quick Link
*/
/*Style for Left Side Content Div*/
#divLeftSideContent
	{	border:none;
		OVERFLOW:auto;
		WIDTH:310px;
		POSITION:absolute;
		TOP:5px;
		height:expression(this.offsetParent.clientHeight - this.offsetTop - 5);
		TEXT-ALIGN: left}
/*Style for Right Side Image Div*/
#divRightSideContent
	{	border:none;
		LEFT:275px;
		MARGIN-LEFT:5px;
		OVERFLOW:hidden;
		WIDTH:335px;
		POSITION:absolute;
		/*TOP:5px;height:362px;*/
		height:expression(this.offsetParent.clientHeight - this.offsetTop - 5);
		TEXT-ALIGN:right;z-index:-2;}
#divRightSideContent table{z-index:-2;border:none;margin:none;padding:none;width:100%;height:100%;}		
#divRightSideContent img{width:100%;height:100%;}
/*Style for Left Side Content Div with Quick Link div below it*/
#divLeftSideContentQuickLink
	{	border:none;
		padding-right:5px;
		background-color:White;
		OVERFLOW:auto;
		WIDTH:270px;
		POSITION:absolute;
		height:355px;
		/*TOP:5px;
		height:expression(this.offsetParent.clientHeight - this.offsetTop - 5);*/
		TEXT-ALIGN: left;
}
