@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4b3f3e;
	background-image: url(../images/tileBg01.gif);
	background-repeat: repeat;
	background-position: top center;
}
.mainCenter {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.mainTopScroll {
	width: 940px;
	height: 40px;
	background-image: url(../images/topScroll01.png);
	background-repeat: no-repeat;
	background-position: center;
}
.mainContainer {
	padding-left: 30px;
	padding-right: 30px;
}
.containerBg {
	padding: 10px;
	background-image: url(../images/containerBgTile01.png);
	background-repeat: repeat;
}
.containerHeader {
	width: 860px;
	height: 170px;
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.containerContent {
	margin-top: 10px;
	overflow: hidden;
}
.contentLeftColumn {
	float: left;
	width: 220px;
	padding-right: 5px;
}
.portraitBar {
	background-color: #c1ac9b;
	width: 210px;
	padding: 5px;
}
.portraitSub {
	padding: 10px;
}
.contentRightColumn {
	float: right;
	width: 630px;
	padding-left: 5px;
}
.navBar {
	overflow: hidden;
	background-color: #62253a;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentBar {
	margin-top: 10px;
	background-color: #c1ac9b;
	padding: 10px;
	text-align: left;
}
.mainBottomScroll {
	width: 940px;
	height: 40px;
	background-image: url(../images/bottomScroll01.png);
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	margin-top: 5px;
	border: solid 1px #19561c;
	color: #19561c;
	background-color: #e3d5ca;
	font-size: 20px;
	padding: 5px;
}
h2 {
	font-size: 18px;
}
p {
	text-align: justify;
	text-indent: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
a {
	color: #19561c;
}
a:link {
	color: #19561c;
}
a:visited {
	color: #19561c;
}
a:hover {
	color: #19561c;
}
a:active {
	color: #19561c;
}
a.navLink {
	float: left;
	display: block;
	font-size: 16px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #62253a;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #fdddbc;
}
a.navLink:hover {
	background-color: #7d3950;
}
a.navLinkActive {
	float: left;
	display: block;
	font-size: 16px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #7d3950;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #fdddbc;
}
.contactTable {
	border: none;
	padding: 5px;
}
.leftTd {
	text-align: right;
	vertical-align: top;
}
.rightTd {
	text-align: left;
	vertical-align: top;
}
.centerTd {
	text-align: center;
}
.testimonialsDiv p {
	text-align: center;
	text-indent: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.articlesTable {
	text-align: center;
	border: none;
}
.articlesCell {
	margin: 2px;
	padding: 10px;
	background-color: #d8c9bd;
	text-align: center;
	vertical-align: middle;
	width: 33%;
}
.greenSpan {
	color: #19561c;
}
.lightDiv {
	padding: 10px;
	background-color: #d8c9bd;
	text-align: justify;
}