/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #bbaa7c;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.style1 {
	font-size: 24px;
	color: #3C7464;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	color: #3C7464;
	font-weight: bold;
}
.phonenumber {
	font-size: 19px;
	color: #3C7464;
	font-weight: bold;
}
.contactheader {
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	}

.bottomtxt {
	color: #FFFFFF;
	font-size: 10px;
}

.subhead {
	color:#004241;
	font-size:12px;
	font-weight:bold;
}

.subhead1 {
	color:#3C7464;
	font-size:12px;
	font-weight:bold;
}

strong {
	color: #3C7464;
}

li {
	list-style:square;

}