body {
	background-color: #f5f5f5;
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
}
a:link {
	color: #396941;
	text-decoration: underline;
}
a:visited {
	color: #396941;
	text-decoration: underline;
}
a:hover {
	color: #019C58;
	text-decoration: none;
}
.center {
	text-align: center;
	display: block;
}
.clear {
	font-size: 1pt;
	clear: both;
}
#mainContainer {
	background-color: #ffffff;
	width: 760px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #396941;
	border-bottom-color: #396941;
	border-left-color: #396941;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headerContainer {
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 162px;
}
#flash {
	position: absolute;
	z-index: 0;
}
#nav {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}
#navigationContainer {
	background-image: url(/images/navigation_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 742px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentContainer {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#mainContent {
	width: 540px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #efefef;
}
#secondaryContainer {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #efefef;
}
#rightContainer {
	width: 190px;
	float: right;
	text-align: left;
}
#footerContainer {
}
#copyrightContainer {
	font-size: 9pt;
	padding-top: 10px;
}
.peekaboo {
	display: none;
}
.heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	text-transform: capitalize;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: capitalize;
}
.floatRight {
	float: right;
	margin: 10px;
}
.images {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #efefef;
}
.smallStuff {
	width: 500px;
	font-size: 9pt;
	color: #999999;
	text-align: left;
	margin: 0 auto;
}
#navigationContainer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigationContainer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigationContainer a:hover {
	color: #FFFFFF;
	
}
#focalContainer {
	background-color: #F3F9ED;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
}
.focalLeft {
	text-align: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #396941;
	width: 350px;
	margin: 0;
}
.focalRight {
	float: right;
	width: 350px;
	text-align: left;
	padding-left: 10px;
}
.testimonialContainer {
	text-align: center;
	margin: 10px;
}
.testimonialBlock {
	background-color: #F3F9ED;
	text-align: left;
	padding: 10px;
	width: 600px;
	border: 1px solid #DFDFDF;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.testimonialAuthor {
	text-align: right;
	padding-top: 10px;
}
.contactContainer {
	text-align: center;
	margin: 10px;
}
.contactBlock {
	text-align: left;
	padding: 10px;
	width: 500px;
	background-color: #F3F9ED;
	border: 1px solid #DFDFDF;
	margin: 0 auto;
}
.hundredpercent {
	width: 100%;
}
.contactForm {
	width: 400px;
	border: 1px solid #DFDFDF;
}
