body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A80BB;

}
p { 
	font-size: 12px;
	line-height: normal;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #81A6CF;

}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: 89a980;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #4073AA;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #719766;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #5A8BC0;
}
a:hover {
	text-decoration: underline;
	color: #709465;
}
li { 
	font-size: 12px;
	line-height: normal;
	padding-bottom: 5px;
}
.imgborder {
	border-top: 1px solid #9AB187;
	border-right: 1px solid #9AB187;
	border-bottom: 1px solid #9AB187;
	border-left: 10px solid #9AB187;
}
.bodybg {
	background-image: url(assets/images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.addressbg {
	background-image: url(assets/images/address.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.padding {
	padding-right: 10px;
	padding-left: 10px;
}
.white {
	color: #FFFFFF;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 89a980;
	border-right-color: 89a980;
	border-bottom-color: 89a980;
	border-left-color: 89a980;
	background-image: url(assets/images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.splashbg {
	background-image: url(assets/splash/backing.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 89a980;
	border-right-color: 89a980;
	border-bottom-color: 89a980;
	border-left-color: 89a980;

}
#toplinks {
	text-align: center;
	font-size: 11px;
	color: white;
}
#toplinks a {
	text-decoration: none;
	color: white;
}
