 body { 
   background: 			url(Images/Maine.jpg);
   font-family:      		Georgia, "Times New Roman", Times, serif;
   font-size:        		normal;   
 	}
 


 h1, h2, h3 {
   	font-weight:      	normal; 	
 	}
 
 h1 {
   	font-size:        	200%;
   	color:			white;
   	border-bottom:    	dotted white;
 	}
 
 h2 {
   	font-size:        	150%; 	
 	}
 
 h3 {
   	font-size:  		130%;
   	border-top:    		thin dotted #888888;
 	}

 	
 a:link {
  	color: 			#2F4F4F;
  	text-decoration: 	none;
  	font-weight:		bold;
 	}
 
 a:visited {
 	color:			#3b7909;
 	text-decoration: 	none;
 	font-weight:      	bold;
 	}	
.Maine{
	margin:			20px;
	padding:		10px;
	background-image:	url(Images/Maine2.jpg);
	color:			white;
	}

.Maine12{
	margin:			20px;
	padding:		10px;
	background-image:	url(Images/FrontGate.jpg);
	min-height:		180px;
	color:			white;
	}
	
 .Main{
 	margin:			10px;
	padding:		10px;
 	border:			dotted white;
 	}

 	
.Main.First {
  	background-color:	#d6ca9a;
  	float:			right;
  	width:			80%;
 	}
 	
 
p.pictures img {
  	float:			left;
  	margin:			5px;
  	}
  	
p.picturesright img {
  	float:			right;
  	margin:			5 px;
  	padding:		5 px;
  	}
  	
p.text {
	text-align:		left;
	font-size:		100%;
	border:			thin dotted white;
	}
	
p.center {
	text-align:		center;
	}

p.italic {
	font-style:		italic;
	}
  	

table.Hers {
	width: 600px;
	border: 2px black dotted;
	border-collapse: collapse;
	border-spacing: 0px; } 

td.header {
	background-color: #000000;
	border: 2px #808080 dotted;
	text-align: center;
	text-indent: 2px;
	font-weight: bold;
	color: #ffffff; }

td.main { 
	background-color: #d6ca9a;
	border: 2px #808080 dotted;
	text-align: left;
	text-indent: 10px;}
	
td.picture {
	border: 2px #808080 dotted;
	text-align: center;}

