/* Stratton House Inn - main.css */

h1		     	
{ 
	font-family: georgia, 'times new roman', times, serif; 
	font-size: 11px; 
	font-weight: bold;
	line-height: 20px; 
	color: #000000; 
}

h2  			
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
}

h3  			
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
}

h4  			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
}

li			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

ol			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

pre			
{ 	
	font-family: 'courier new', courier, monospace; 
	font-size: 12px; 
	color: #000000; 
}

img
{
	border-color: #000000;
}

.nopad
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom:	0;
}

.thin 		
{ 	
	height: 14pt;	
	font-size: 9pt; 
	line-height: 9pt;
}

/* Used for the page heading - located in brown bar */
.heading	        
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
}

/* Used for the local navigation heading - located in tan bar */
.navHeading	        
{	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff; 
}

/* Used for the body text of most of the site's pages */
.mainText 		
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

.mainText a		
{ 
	color: #000099; 
	text-decoration: underline; 
}

.mainText a:hover	
{ 
	color: #000099; 
	text-decoration: none;
}

.mainText a:visited	
{ 
	color: #3366cc; 
}

.mainTextNoResize
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

/* Used for the gloabal navigation links in the yellow bar */
.globalNav	        
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}
.globalNav a		
{ 
	color: #000099; 
	text-decoration: none; 
}
.globalNav a:hover	
{ 	
	color: #000099; 
	text-decoration: underline; 
}
.globalNav a:visited	
{ 
	color: #982309; 
}

/* Used for the local navigation links in the left sidebar */
.localNav	        
{
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
}
.localNav a		
{ 
	color: #000099; 
	text-decoration: none; 
}
.localNav a:hover	
{ 
	color: #000099; 
	text-decoration: underline; 
}
.localNav a:visited	
{ 
	color: #982309; 
}

/* Used for the links and copyright in the footer of each page of the site */
.footer		        
{ 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px;
	line-height: 17px;
}

.footer a		
{ 
	color: #000099; 
	text-decoration: none; 
}

.footer a:hover	
{ 
	color: #000099; 
	text-decoration: underline; 
}

.footer a:visited	
{ 
	color: #982309; 
}
