			/* These CSS rules are common to the layout of all web pages in this website */


	.parent
		{
			position:			absolute;
			top:				0px;
			left:				0px;
			width:				980px;
			height:				620px;
			background-color:	transparent;	
			border:				thin none #ff0000;
		}
			
	.heading
		{
			position:			absolute;
			top:				0px;
			left:				0px;
			width:				980px;
			height:				80px;
			background-color:	transparent;
			border:				thin none #0000ff;
		}
		
	.tabs
		{
			position:			absolute;
			top:				81px;
			left:				65px;
			z-index:			2;
			width:				850px;
			height:				35px;
			background-color:	transparent;
			border:			thin none #0000ff;
		}
			
	.search  
		{
			position:			absolute;
			top:				0px;
			left:				211px;
			width:				638px;
			height:				35px;
			background-color:	transparent;
			border:		thin none #0000ff;
		}
		
	.links
		{
			position:			absolute;
			top:				116px;
			left:				20px;
			width:				183px;
			height:				469px;
			z-index:			2;
			background-color:	transparent;
			border:			thin none #0000ff;
		}
		
	.frameWindow
		{
			position:			absolute;
			top:				115px;
			left:				216px;
			width:				771px;
			height:				470px;
			background-color:	transparent;
			border:			thin none #990000;
		}
						
			.frame
						{ 
							position:				absolute; 
							top: 					9px; 
							left: 					13px; 
							width: 					789px;
							height: 				517px;
							background-color:		transparent;
							border:				thin none #00ff00;
						}
		
						
		/* _____________________For Address Area______________________ */
			
				
	.addressParent
		{
			position:			absolute;
			top:				585px;
			left:				0px;
			width:				980px;
			height:				35px;
			color:				#000000;
			background-color:	transparent;
			border:				thin none #000077;
		}	
				
	.addressLeft
		{
			position:			absolute;
			top:				0px;
			left:				0px;
			width:				200px;
			height:				28px;
			font-size:			8pt;
			font-style:			italic;
			text-align:			center;
			padding-top:		7px;
			border:				thin none #000055;
			background-color:	transparent;
		}
				
	.addressCenter
		{
			position:			absolute;
			top:				0px;
			left:				200px;
			width:				580px;
			height:				25px;
			color:				#bb0000;
			font-style:			italic;
			text-align:			center;
			padding-top: 		10px;
			border-top:			thin none #000077;
			background-color:	transparent;
		}
				
	.addressRight
		{
			position:			absolute;
			top:				0px;
			left:				780px;
			width:				200px;
			height:				25px;
			font-size:			8pt;
			font-style:			normal;
			text-align:			center;
			padding-top:		10px;
			border:				thin none #000055;
			background-color:	transparent;
		}
