	
	/* _____________________Home Page Structure____________________ */
			
	.homeBox
		{
			position:			relative;
			top:					6px;
			margin-top:			0px;
			left:					10px;
			width:				790px;
			height:				48px;
			background-color:   transparent;
			border:				thin none #ff0000;
		}
		
	.homeImage
		{
			position:			absolute;
			top:					1px;
			left:					10px;
			width:				105px;
			height:				70px;
			border:				thin none #00ff00;
		}
			
	.progSpan, 
	.progSpan:link, 
	.progSpan:active, 
	.progSpan:visited
		{
			font-size:			12pt;
			font-weight:			bold;
			color:				#5cc4f5;
			text-transform:		uppercase;
			text-decoration:	none;
		}
					
	.progSpan:hover
		{
			color:				#c4de71;
		}
			
	.progTitle
		{
			position:			absolute;
			top:					5px;
			left:					170px;
			width:				626px;
			height:				15px;
			font-size:			12pt;
			font-weight:			bold;
			color:				#5cc4f5;
			text-align:			center;
			border:				thin none #0000ff;
		}
			
	.progAreas
		{
			position:			absolute;
			top:					25px;
			left:					170px;
			width:				626px;
			height:				70px;
			font-size:			10pt;
			font-weight:			bold;
			color:				#f7f4c1;
			border:				thin none #00ff00;
		}
			
	.progDesc
		{
			position:			absolute;
			top:					15px;
			left:					5px;
			width:				766px;
			height:				auto;
			font-size:			12pt;
			font-weight:			normal;
			color:				#f7f4c1;
			text-align:			justify;	
			border:				thin none #ff0000;
		}
		
		
	/* ___ Pop-up instruction window ___ */
		
	.showHow
		{
			position:			absolute;
			top:					100px;
			left:					262px;
			z-index:				2;
			width:				500px;
			height:				300px;
			background-color:   #f7f4c1;
			font-size:			10pt;
			color:				#000077;
			border:				2px none #000077;
		}
		
		.started
			{
				position:		absolute;
				top: 			10px;
				left:				15px;
				width:			470px;
				height:			255px;
				font-size:		12px;
				color:			#000077;
				text-align:		justify;
				overflow:		auto;
				border:			thin none #ff0000;
			}
			
		.closePop
			{
				position:		absolute;
				top: 			270px;
				width:			500px;
				height:			25px;
				padding-top:	5px;
				text-align:		center;
				border:			thin none #ff0000;
			}
			
