	a:link 	 { color: blue; text-decoration: none; }
	a:visited { color: blue; text-decoration: none; } 
	a:hover 	{ color: blue; text-decoration: underline;} 
	
	#topLinks{
		text-align:center;
		font-family:"Verdana";
		font-size:15px;
		color:#000;
	}	
	#logo{
		position: absolute;
		top: 0px;
		left: 0px;	
	}	
	#headerText{
		text-align:center;		
		font-family:"Verdana";
		font-size:15px;
		color:#999999;
	}		
	#header1{
		width:800px;
		height:180px;
		background:#fff; /* pink */
	}	
	#container{
		width:800px;
		background:#fff; /* grey, #ddd */
		/* margin-left:0px;
		margin-right:0px; */
		padding:5px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
	}	
	#footer{
		width:800px;
		 /* height:100px; temporary ?*/		
		background:#fff;		/* beige */
		
		border-top-style:ridge;
		text-align:center;		
		font-family:"Verdana";
		font-size:13px;
	}	

	h1 {
		font-family:arial;
		font-size:19px;
	}	
	h2 {
		font-family:arial;
		font-size:17px;
	}	
	h3 {
		font-family:arial;
		font-size:16px;
	}		
	
	img.largePic{
		margin:left:0px;
		margin-top:10px;
		margin-bottom:10px;
		margin:right:0px;	
	}
	
	/* This class floats images to the right, but two images would be displayed side by side*/
	img.floatRight{
		float:right;
		margin-left:20px;
		margin-right:10px;
		margin-bottom:10px;	
		margin-top:15px;
	}	
	/*This class floats images to the right, with one image above and one below */
	img.floatRightClear{
		float:right;
		clear:right;		
		margin-right:15px;
		margin-left:30px;
		margin-bottom:10px;
	}
	img.floatLeft{
		float:left;
		margin-left:10px;
		margin-right:20px;
		margin-top:15px;
		margin-bottom:10px;	
	}	
	.red{
		color:red;
		font-size:14px;
	}	
	img.floatDoorLeft{
		float:left;
		margin-left:2px;
		margin-right:2px;
		margin-top:15px;
		margin-bottom:10px;	
	}	
	
	img.vert570{
		margin-left:85px;
		margin-top:10px;
		margin-bottom:10px;		
	}
	
	img.width500{
		margin-left:125px;
		margin-top:10px;
		margin-bottom:10px;		
	}
	
	/* hopefully this will center justify an image */
	img.centered{ display: block; margin-top:10px; margin-left: auto;  margin-right: auto; }
	