body {
	background-image: url(../images/gritstone.jpg);
}
.bodyLeftSm {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-top: 10px;
}
.underline {
	font-weight: bold;
	text-decoration: underline;
	line-height: 0.5px;
} 
.leftH1 {
	float: right;
}
.blueish {
	color: #3300FF;
}
.bodyLeftSm .less {
	margin-top: 10px;

}
.bodyLeftSm li {
	font-size: 11pt;
	margin-left: -15px;
}
#mortgCalc {
	clear: both;
}
#payments {
	position: relative;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
