/* Specifications for container for layers to show/hide.
	 Most browsers need both width and height set. */
	 
#container	{ }

/* Include id's for all your layers here, with commas between. */

#lyr1 { 
position:absolute; width:750px; z-index:1 
	visibility:hidden; left:0; top:2000; z-index:1 }
	
#lyr2 { 
position:relative; width:350px; z-index:2 
visibility:visible; left:0; top:0; z-index:2 }	

#lyr3 { 
position:absolute; width:350px; z-index:3 
visibility:hidden; left:0; top:0; z-index:3 }		

a.show:link {color: darkblue; font-weight: bold;}
a.show:active {color: darkblue; font-weight: bold;}
a.show:visited {color: darkblue; font-weight: bold;}
a.show:hover {color: darkblue; font-weight: bolder; color: lightblue; text-decoration: none;}