BODY {
	background-image: url(images/global/pageBkgd.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #DAD5C2;
}
H2 {
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 1.1em;
}
H3 {
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px;
	font-size: 1.0em;
}
P {
	margin-top: 0px;
	margin-bottom: 1.0em;
}
A {
	font-weight: bold;
	color: #618F8F;
	font-size: 0.95em;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;	
}
IMG.title {
	padding-bottom: 10px;
}
.mainContainer {
	border-top: 1px solid #9a9a9a;
	width: 684px;
	background-color: #ffffff;
	vertical-align: top;
}
.mainContainerContent {
	padding: 20px 26px 10px 26px;
}
.sectionContent {
	padding: 0px 26px 20px 26px;
}
UL {
	padding: 0px;
	margin: 0px 18px;
}
LI {
	padding: 3px 0px;
}
.brownBullets {
	list-style-image:  url("images/global/bulletBrown.gif");
}


.outlineLightGray {
	border: 1px solid #e2e2e2;
}

.homeFeatureText {
	color: #FFFFFF;
	margin: 10px 23px;
}