		/*This is a css stylesheet for the index*/
		
	body		{	background-image:		url(background3.gif);
				/*background-color:	#3399cc;	*/	}
	
	.parent		{	position:			absolute;
					top:				0px;
					left:				0px;
					width:				995px;
					height:				620px;
					/*background-color:	#3399cc;*/
					/*background-attachment:	fixed;
					background-repeat:		no-repeat;
					background-position:	center center;	*/		}
					
	.header	p	{	font-family:		papyrus; 
					font-size:			14pt;
					font-weight:		bold;			}
					
	.header		{	position:			absolute;
					top:				10px;
					left:				10px;
					width:				975px;
					height:				100px;
					/*border:				thin solid #000000;*/
					/*background-color:	#3399cc;*/			}
	
	.menu	p	{	font-family:		arial;
					font-size:			10pt;
					font-weight:		bold;
					color:				#000000;		}	
					
	.menu 		{	position:			absolute;
					top:				20px;
					left:				15px;
					width:				02px;
					height:				473px;
					/*border:				thin solid #000000;*/
					/*background-color:	#3399cc;*/
					color:				#000000;
					font-size:			10pt;			}

	.main		{	position:			absolute;
					top:				20px;
					left:				140px;
					width:				740px;
					height:				473px;
					border:				thin solid #000000;
					/*border:				none;*/
				/*	background-color:	#3399cc;*/
					color:				#ccffff;		}
					
	.footer1	{	position:			absolute;
					top:				560px;
					left:				10px;
					width:				993px;
					height:				12px;
					/*background-color:	#3399cc;*/
					color:				#ccffff;		}
		
	.footer2	{	position:			absolute;
					top:				587px;
					left:				10px;
					width:				993px;
					height:				20px;
					/*background-color:	#3399cc;*/
					color:				#ccffff;		}
					
	p.first		{	font-size:			24pt;
					font-weight:		bold;
					color:				#ccffff;		}
					
	p.second	{	font-size:			14pt;
					font-weight:		bold;
					color:				#ccffff;		}
					
	a:link		{	color:       		#ccffff;
					text-decoration:    none;			}   

	a:active  	{	color:       		#cc3c85;
					background-color:   #3399cc;
					text-decoration:    none;			}
				
	a:visited 	{	color:        		#ff99ff;
					text-decoration:    none;			} 
	
	a:hover   	{	color:         		#e19515;
					text-decoration:  	none;		}		  
		 















































