@charset:"utf-8";

/* Page 332 HTML, XHTML & CSS */
	
						/*										*/
						/* Cascade Style Sheet for Home Website */
						/*		Paulene & Ralph Smith			*/
	div
	{
		margin:0; align:center; text-align:center; word-spacing:0; text-indent:0; 
		/* Overall Default */
	}
	
	body	
	{	
		valign:top;
		text-align:top;
		align:center	
		word-spacing:0; text-indent:0;  margin-left:0; margin-top:0; margin-bottom:0
	}
	
		
	table
	{ 
	align:center;
	width:800;
	border-collapse: collapse;
	valign:top;
	}
	
	td#logo
	{
		text-align:center
	}
	
	td#logo a
	{
		text-decoration: none;display: block;
		text: transparent;
		background: url('../Images/PennCirrus_small.jpg') no-repeat; 
		width: 6em; 
		padding-left:2em; padding-right:2em; padding-top:2em; padding-bottom:2em
		border-left:2em; border-right:2em none ; border-top:2em none ; border-bottom:100px none ;
		Height: 156; align:center
	}
	
	td#title 
	{
	margin:0; font-weight: Bold;
	font-size:1.2em;
	color:#000080; 			/*Text Colour*/
	text-align: center		/*Text align center */; 
	text-indent:0; line-height:120%; word-spacing:0; padding-top:0; padding-bottom:0
	}
	
	span#address
	{
	 margin:0; display: inline;
	/* line-height:50%; */
	font-weight: regular;
	font-size:0.8em;
	color:Navy; text-align:center; word-spacing:0; text-indent:0; line-height:20%

	}
	
	
	td#temp p, a, img
	{ 
		font-family:Times New Roman;
		color:navy; 
		text-align:center;
		margin-top: 0; margin-bottom: 0;padding-top: 0; padding-bottom: 0;									      
		margin-left: 0;	padding-left: 0; 	margin-right: 0;	padding-Right: 0;
	}
	
						/*										*/
						/* Cascade Style Sheet for Inline Images */
						/*		                                 */

	
	ul.navigation    /*  margin - border - padding - container         "this is the Image"         */
	{ 
		list-style-type:none;
		margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;
		padding-top:0;padding-Right:0;padding-bottom:0;padding-left:0;	
		width:8em ;height 20em
		font-family:garamond;
		text-align:left;
	}

	ul.navigation li
	{
		list-style-type:none;
		margin-top:5;margin-right:10;margin-bottom:5;margin-left:0;
		padding-top:0;padding-Right:10;padding-bottom:0;padding-left:0; 
		background:url('blankstone.gif') no-repeat;				       /*Immage File*/
		/* border:0.5pt solid black; */
		text-align:center;
	}
	
	

	ul.navigation a
	{		
		/*   margin-top right bottom left			clockwise from top	                    */
		/*   margin-top&bottom ,  margin-left&right 		                            	*/
		/*   margin-top,  margin-left&right , margin-bottom		                           	*/
		text-decoration: none;											 /*Removes Underline*/
		margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;
		padding-top:0;padding-Right:0;padding-bottom:0;padding-left:0; 
		font-family:arial;
		color:black; 
	 	font-size:0.6em; 	                                                /*  Size of Text */
	}
	
	
	
	
	
	
	


