		body 
			{ 
			background-color: white;
			margin: 0em;
			overflow : hidden;
			} 
		div.topbar
			{
			background-image: url(../images/layout/topbar_background.jpg); 
			background-position: 0px 0px; 
			background-repeat: no-repeat; 
			background-color:#1A2B8E;					
			position: absolute;
			top: 0px;
			left: 0px;
			width:1028px;
			height:120px;
			}
		div.leftbar 
			{
			background-image: url(../images/layout/leftbar_background.jpg); 
			background-position: 0px 0px; 
			background-repeat: no-repeat; 
 			background-color:#0F0465;	
			
			position: absolute;
			top: 120px;
			left: 0px;
			width:108px;
			height: 520px;
			}		
		div.content
			{
			position: absolute;
			top: 120px;
			left: 108px;
			width: 912px;
			height: 200px;
			background-color:white;
			overflow: auto;
			}		
		div.bottombar 
			{
			position: absolute;
			top: 580px;
			left: 108px;
			height: 20px;
			width:920px;			
			background-color:#FF0000;			
			}
		
		div.tl_content 
			{
			position: absolute;
			top: 0px;
			left: 0px;
			height: 50%;
			width:50%;			
			background-color:white;			
			overflow: auto;
			
			}

		div.tr_content 
			{
			position: absolute;
			top: 0px;
			left: 50%;
			height: 50%;
			width:50%;			
			background-color:white;			
			overflow: auto;
			}

		div.bl_content 
			{
			position: absolute;
			top: 50%;
			left: 0px;
			height: 50%;
			width:50%;			
			background-color:white;			
			overflow: auto;
			}

		div.br_content 
			{
			position: absolute;
			top: 50%;
			left: 50%;
			height: 50%;
			width:50%;			
			background-color:white;			
			overflow: auto;
			}

		div.l_content
			{
			position: relative;	
			height:386px;
			width:200;			
			background-color:white;			
			overflow: auto;
			}

		div.r_content
			{
			height: 432px;
			width: 400px;
			background-color:white;			
			overflow: auto;
			}	
			
		div.r_content_scroll
			{
			height: 200px;
			width: 400px;
			background-color:white;			
			overflow: auto;
			}	

		div.search_results
			{
			height:400px;
			width:912px;			
			background-color:white;			
			overflow: auto;
			}
			
		div.rh_ad
			{
			position: absolute;
			top: 0px;
			background-color:white;			
			overflow: auto;
			}

    .noScrolla
    {
        position:relative;
        top:expression(this.offsetParent.scrollTop); 
		background-color:white;			
		z-index:10;
    }	