html{
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	border-collapse: collapse;
	color: #487748; 
}
h1{
	font-family: Arial, sans-serif;
	font-size:10px;
	color: #95BF95;
	text-align:center;
	border-bottom:1px solid #95BF95;
}
.clip{
	background-image:url(images/housePhotoforContactPage.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:100%
}
.headerMargin{
	margin:0px;
	border-collapse: collapse;
	border-bottom: 2px solid #487748;
	width: 100%;
}
.subTables{
	border-collapse: collapse;
}
.leftMargin{
	height: 100%; 
	min-height: 420px;
	padding: 15px 10px 10px 10px;
	float:left;
}
.rightMargin{
	height: 100%;
	min-height: 420px;
	float:top right;	
	padding: 65px 15px 10px 35px;
}
.tableFooter {
	float:left;
	font-family: Arial, sans-serif;
	border-top: 1px solid #487748;
	border-bottom: 1px solid #487748;
}
#contactInfoIndent{
	margin-left: 173px;
}
p{
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.p{
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
}
.h2{
	font-size: 25px; 
	font-family: Garamond, Arial, sans-serif; 
	font-weight: 400;
	font-style: normal;
}
.h3{
	margin: 0px 0px 0px 0px;
	font-size: 18px; 
	font-family: Garamond, Arial, sans-serif; 
	font-weight: 400;
	font-style: normal;
}
.h4 {
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px; 
	font-weight: bold;
	font-style: italic;
}	
.h5Bold{
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.flash{
	margin: 5px 0px 5px 0px;
}
a:link {
	color: #395F38;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	color: #395F38;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #2D492C;
}
a:active {
	text-decoration: underline;
	color: #395F38;
}

