
/*------------TOP-----------*/
#topbox
{
	
}

/*------------BOTTOM--------*/
#bottombox
{
	
}

/*------------NAVIGATION STYLE-----------*/
#linkheading
{
	font-size: x-small;
	color:Black;
	font-family: Stencil;
	
}	

#navlinks
{ 
	  }
	
A:link
	{	   	
		color:   Maroon;
		
		font-size: x-small;
		font-family:  Arial;
		
		text-decoration:none;
	 
    }	
	
A:visited	
	{	 
		font-size: x-small;
		color:  Maroon;
		font-family: Arial;
		
		text-decoration:none;
	}
		
A:active
{
	font-size: x-small;
 	font-family: Arial;
	
	background-color: transparent;
	text-decoration: none;
}	
		
A:hover
	{	
		 
		
		color:  Navy  ;
		 font-size: x-small;
	 	font-family: Arial;
		
		text-decoration: none;
	  
	    cursor:hand;
 
 	}
 
 
/*------------PAGE STYLE------------*/

#page
{}

#header
{ 
}

#footer
{ }

#center-left
{  
	}

#center-right
{
	
}

#center-text
{
	text-align:center;
	letter-spacing:normal;
	color:Green;
}

h3
{		
	 text-align:   center ;
	  float:none ;
	 color:Green;
	 font-family:High Tower Text;
	  
	 font-size:small;
	 text-transform:uppercase;
	 color: Green;
	 
}

h4
{
	color:Navy;
	font-family:Verdana;
	font-size:xx-small;
	text-transform:uppercase;
	color:Black;
}

h5
{
	color:Navy;
	font-family:Verdana;
	font-size:xx-small;
	text-transform: capitalize;
	text-decoration:underline;
	color: Navy;
}

h6
{
	color:Navy;
	font-family:Verdana;
	font-size:xx-small;
	text-transform: capitalize;
	text-decoration:italic;
	color: Navy;
}


#pagetext
{ 
	
	
	      
	WIDTH:400px;  
	text-justify:auto;
	font-family:Verdana;
	font-size:xx-small;
	color:  Navy;
	line-height: 10pt;
	letter-spacing:  normal;
    
}

LI
{
	 list-style-type:square;
} 

