@charset:"utf-8";

/* Page 332 HTML, XHTML & CSS */
						
						/* Cascade Style Sheet for Home Website */
						/*		Paulene & Ralph Smith			*/
						
		/*   margin-top right bottom left			clockwise from top	                    */
		/*   margin-top&bottom ,  margin-left&right 		                            	*/
		/*   margin-top,  margin-left&right , margin-bottom		                           	*/
		/*	border:0.5pt solid black;                                                       */
	    /*  margin - border - padding - container         "this is the Image"               */	
	    
	   
	    
	    
	body, html {  /* line No. 15 */
	/* http-equiv="content-type texthtml";	*/
	topmargin:"0";
	leftmargin:"0";
	margin:0;
	padding:0;
	background-image : url('Images/Background.jpg');
	text-align: center;					/* line No. 20 */
	}
	
	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);
	}

 	table {
 	width:90%;
 	border-collapse: collapse; /* table has only one line between cells no margins */
 	text-align:center;
 	text-indent:0;
 	word-spacing:0;
	}

	td.logo {
	width:10%;
	height:110pt;   											
	margin:0;
	padding:0;
	/* border:1px solid red;*/  
	background-position: 0.8em 0.6em;
	}
	
	td#title {
	width:70%;
	margin:0;
	font-weight: Bold;
	font-size:1.2em;
	color:#000080; 			/*Text Colour*/
	text-align: center;		/*Text align center */
	border: none;
	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: normal;
	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;
	}
	


	
	td.navigation {
	margin:0;
	border:1pt solid Blue; /*	     To Check out Container size              */
	padding:0;
	text-align:center;
	list-style-type: none;
	font-family:garamond      /* line No. 108 */
	}
	
	td.center {
	border: 1pt solid green;
	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;
	/*	border:0.5pt solid black;   To Check out Container size   line No. 122 */
	width:8em;
	height: 20em;
	font-family:garamond;
	}
	
	                    /* Cascade Style Sheet for Home Website */
			        /*		Paulene & Ralph Smith The End			*/
						