
/*                                                              */
/* Need to make the logo and top text 8pt space off top of page */
/* 3rd February 08   Ralph Smith                                */
  
	a:link
	{
		color: rgb(0,0,124); 
	}

	a:visited
	{
		color: rgb(124,0,124);
	} 
	
	a:active 
	{
		color: rgb(255,0,0);
	}
	
	a:hover
	{
 		text-transform : capitalize; 
 		color: rgb(255,0,0);
	}

	body
	{
		font-family: Times New Roman, Garamond , Times;
		background-image: url('Images/Background.jpg')
	}

	ul.navigation
	{ 
		list-style-type:none;
		margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;
		padding-top:0;padding-Right:0;padding-bottom:0;padding-left:0;	
		/*	border:0.5pt solid black;       To Check out Container size              */
		width:8em ;height 20em
		font-family:garamond;
	}

	ul.navigation li
	{
		list-style-type:none; 
		background:url('Images/@Blank.gif') no-repeat;				       /*Immage File*/
	/*	border:0.5pt solid black;                                                       */
		
	}
	
	
	ul.navigation a
	{		
		
		text-decoration: none;											 /*Removes Underline*/
		text-align:left;
	 	font-size:0.8em; 	                                             /*   Size of Text  */
	 	margin:0 0 0 -12pt;  
	}