
			/* These CSS rules are common to the layout of all web pages in this website */

	.parent
		{
			position:				relative;
			top:						10px;
			margin-left:				auto;
			margin-right:			auto;
			width:					1000px;
			height:					630px;
			overflow:				hidden;
			background-color:		#efc579;
			border:					thin none #ff0000;
		}
			
		.wpLogo
			{
				position:			absolute;
				top:					5px;
				right:				330px;
				width:				59px;
				height:				50px;
				background-color:	transparent;
				border:				thin none #0000ff;
			}
			
		.title
			{
				position:			absolute;
				top:					10px;
				right:				10px;
				width:				332px;
				height:				78px;
				background-color:	transparent;
				border:				thin none #0000ff;
			}
			
		.susana
			{
				position:			absolute;
				top:					10px;
				left:					10px;
				width:				120px;
				height:				330px;
				background-color:	transparent;
				border:				thin none #0000ff;
			}
				
						
	/* _____________________  SubPages return home link  ______________________ */	
			
			.home
				{
					position:			absolute;
					top:					345px;
					left:					20px;
					width:				100px;
					height:				20px;
					font-size:			14pt;
					font-weight:			bold;
					color:				#000066;
					font-style:			normal;
					font-family:			arial, serif;
					text-align:			left;
					background-color:	transparent;
					border:				thin none #0000ff;
				}
			
			#home:first-letter 
				{
					font-size:			18pt;
					font-weight:			bold;
					color:				#000066;
					font-style:			italic;
					font-family:			'times new roman', times, serif;
				}
		
		.contentTop
			{
				position:			absolute;
				top:					0px;
				left:					0px;
				width:				1000px;
				height:				260px;
				background-color:	transparent;
				border:				thin none #0000ff;
			}
		
		.contentBottom
			{
				position:				absolute;
				top:						260px;
				left:						0px;
				width:					1000px;
				height:					325px;
				overflow:				auto;
				background-color:		transparent;
				border:					thin none #0000ff;
			}	
		
						
		/* _____________________For Address Area______________________ */
			
				
	.address
		{
			position:			absolute;
			top:					585px;
			left:					0px;
			width:				1000px;
			height:				35px;
			background-color:	transparent;
			border:				thin none #000077;
		}	
				
	.addressLeft
		{
			position:			absolute;
			top:					0px;
			left:					0px;
			width:				200px;
			height:				35px;
			border:				thin none #000055;
			background-color:	transparent;
		}
				
	.addressCenter
		{
			position:			absolute;
			top:					0px;
			left:					200px;
			width:				600px;
			height:				35px;
			text-align:			center;
			padding-top:		0px;
			border:				thin none #000055;
			background-color:	transparent;
		}
				
	.addressRight
		{
			position:			absolute;
			top:					0px;
			left:					800px;
			width:				200px;
			height:				35px;
			border:				thin none #000055;
			background-color:	transparent;
		}

