body { 
	background: #FFFFFF;
	color: #000000; 
	font-family: "Tahoma", "Arial";
	font-size: 10px;
	min-width: 900px;
	text-align: center;
}
img { 
	border-style: none; 
	border-width: 0; 
}
a:hover	{ 
	color: red; 
}
#container {
	display:table;
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #1F5B3C;	
}
#topArea { 
	margin: 0 auto; 
	width: 900px;
	padding: 0;
}
#centerArea { 
	margin: 0 auto; 
	width: 900px;
	padding: 0;
}
#map { 
	width: 900px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}
#endLine { 
	margin: 0 auto; 
	width: 900px;
	padding: 0;
}
.homeMessage {
	font-size: 24px;
	color: #1F5B3C;
	font-family: "Script MT Bold";
	text-align: center;
}
.sectionTitle {
	text-align: center;
	font-size: xx-large;
	color: #1F5B3C;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0 0 0 0;
	padding: 20px 0px 20px 0px;
}
.title {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}
.title a {
	color: white;
	text-decoration: none;
}
.title a:hover	{ 
	color: red; 
}
.address {
	font-size: large;
	color: #1F5B3C;
	margin: 0 0 0 0;
	padding: 10px 0px 10px 10px;
}
.description {
	font-size: 12px;
	color: #1F5B3C;
}
.description li {
	margin: 0 0 5px 0;
}
.thumbnail img { 
	border: 1px solid #1F5B3C;
	margin: 0 0 15px 10px;
	padding: 0px 0px 0px 0px;	
}
.pictureTitle {
	font-size: 14px;
	color: #1F5B3C;
	text-align:center;
}
.line {
  border-bottom: 1px solid #1F5B3C;
}
#contactUsForm {
	font-size: 12px;
	color: #1F5B3C;
	position: relative; 
	vertical-align: top;
	line-height: 1.7em; 
	font-weight: 900;
	font-size: 10pt; 
	background: url(images/greenbg.gif)
}
#contactUsForm table {
	border-collapse: collapse;
	width: 100%;
} 
#contactUsForm form {
	margin: 0 0 0 0;
} 
#contactUsForm td { 
	vertical-align: top;
}
#contactUsForm p {
	margin: 1px 10px 1px 10px;
}
#footer { 
	padding: 0 0 0 0;  
	text-align: center; 
	font-size: 11px;
	color: #1F5B3C;
}