body {
	background: #cccc99;
	color: #373737;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#quoteCell {
	color: #996666;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#mainContent {
	background-color: #ffffcc;
	/*background-image: url(../assets//images/interiorGreenLeaf.jpg);*/
/*	background-repeat: no-repeat;*/
	padding: 25px 20px 20px 40px;
	width: 600px;
}

#mainContentTop {
	background-color: #ffffcc;
	width: 600px;
}

#mainContentLeft {
	background-color: #ffffcc;
	/*background-image: url(../assets//images/interiorGreenLeaf.jpg);*/
	/*background-repeat: no-repeat;*/
	padding: 10px 20px 20px 65px;
	width: 400px;
}

#mainContentRight {
	background-color: #ffffcc;
	padding: 10px 20px 20px 5px;
	width: 200px;
}

#mainContentBottom {
	background-color: #ffffcc;
	padding: 10px 20px 20px 5px;
}

#footer {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 9.5px;
}

h1 {
	color: #704236;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

h2{
	color: #704236;
	font-family: "Times New Roman", Times, serif;
	font-size: 14.5px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 3px;
}

p {
	font-size: 11px;
	line-height: 1.7em;
}

ul {
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px 0px 0px 0px;
}

li {
	line-height: 1.1em;
	list-style: disc;
	margin-bottom: 7px;
}

.insetImg {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	}

.smallEm {
	color: #704236;
	font-size: 9.5px;
	font-weight: bold;
}

.smallEmail {
	color: #704236;
	font-size: 8.5px;
	font-weight: bold;
}

.small {
	font-size: 9.5px;
}

.pullQuote {
	color: #42420f;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
}

.resourceTable {
	font-size: 11px;
	line-height: 1.7em;
}

a:link {
	color: #993300;
	text-decoration: underline;
}

a:visited {
	color: #993300;
	text-decoration: underline;
}

a:active {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: none;
}

/* Form */
input.FormText {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
