body {
	color: #303030;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/webbg.jpg) no-repeat top center #fff;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #0e6838;
	font-weight: normal;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}

h1, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #000;
	margin-bottom: 15px;
}


h2 {
	font-weight: normal;
	font-size:28px;
	font:Georgia, "Times New Roman", Times, serif
	display: inline;
	color: #FFF;
	margin-bottom: 15px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size:  21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
	font-weight: bold;
}

img {
	border: none;
}

.hr {
	width: 100%;
	height: 20px;
	border-top: 1px solid #ccc;
	float: left;
	display: inline;
}

.inputstyle {
	background: url(images/input-formbg.jpg) repeat-x;
	padding: 4px;
	font-size: 16px;
	border: 1px solid #b4b4b4;
}

.formButton {
	padding: 5px 15px;
	background: #6b6b6b;
	border: 1px solid #414141;
	color: white;
}

#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#widthSetter {
	width: 960px;
	margin: 0 auto;
}

#boxHolder {
	width: 100%;
	height: 348px;
	margin-top: 167px;
	text-align: center;
	float: left;
	display: inline;
}

#homeQuote {
	width: 100%;
	margin-top: 0px;
	font-size: 25px;
	font-style: italic;
	text-align: center;
	line-height: 30px;
	float: left;
	display: inline;
}

#bottomContentHolder {
	width: 100%;
	margin-top: 40px;
	float: left;
	display: inline;
}

.bottomColumn {
	width: 300px;
	margin: 0 10px;
	float: left;
	display: inline;
}

.mainContent {
	width: 80%;
	margin: 0 110px;
}
	

#footerHolder {
	width: 100%;
	float: left;
	display: inline;
}

#footer {
	width: 920px;
	padding: 20px;
	margin: 0 auto;
}

