/* V 6 PJC 2/4/08 splash page	*/
*, html, img, a, p	{	margin: 0 			;
			padding: 0  			;}
body 		{	font-family: "Trebuchet MS", Verdana, sans-serif; 
			font-size: 76%			; 
		background-color: white; 
			width: 900px			;
			position: absolute		;
			left: 50%			;	
			margin-left: -450px		;} 
#content	{ position: absolute;
						top: 3px;
						left:50px;
						right:50px;
						height: 650px;
						border: 1px solid #1c3f95;}
img  { border: 1px solid white ;
		 	 	 position: relative; }		
p		{ display: block;
			position: relative; }				 
#splashtitle  { top: 5px;
								left: 100px; }	

#bl , #rhs , #custom			{ display: block; 
					position: relative;
					top:40px;
					left:190px;
						width: 475px;	}	
#bl p, #custom p 		 { left: 200px;
						 	 top: -135px; }
#rhs p		{ left: 200px;
						 	 top: -160px; }						 
#bl p span		{	display: block;
								position: absolute;
								left: 0px;
								top: 0px;
							 	z-index:1; 
								width: 270px; 
								height: 135px; 								 
								background: url(../tiles/click-here-bl.jpg) left top;  }		
#rhs p span		{	display: block;
								position: absolute;
								left: 0px;
								top: 0px;
							 	z-index:1; 
								width: 270px; 
								height: 135px; 								 
								background: url(../tiles/click-here-rhs.jpg) left top;  }		
#custom p span		{	display: block;
								position: absolute;
								left: 0px;
								top: 0px;
							 	z-index:1; 
								width: 270px; 
								height: 135px; 								 
								background: url(../tiles/click-here-custom.jpg) left top; }								 

#bl a:hover span ,#rhs a:hover span , #custom a:hover span { display: block;
						 	 position: absolute; 
						 	top: 0px;
						 left: 0px;
						 z-index:1;
						 width:272px;
						 height:137px;
						 background-position:  0 -135px ; 
						 border: none ; }			

																						 																											
				