body {
	font-family: Georgia, times, "times new roman", serif;
	margin: 0px 0px 45px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
}

.homeBG {
	background-image: url('../images/index_bg.gif');
}

.ourPeopleBG {
	background-image: url('../images/ourpeople_bg.gif');
}

.servicesBG {
	background-image: url('../images/services_bg.gif');
}

.portfolioBG {
	background-image: url('../images/portfolio_bg.gif');
}

.howBG {
	background-image: url('../images/howwework_bg.gif');
}

.newsBG {
	background-image: url('../images/news_bg.gif');
}

td {
	font-family: Georgia, times, "times new roman", serif;
	font-size: 12px;
}

select, input {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

p, li {
	font-family: Georgia, times, "times new roman", serif;
	font-size: 12px;
	line-height: 18px;
}

.subheader {
	font-family: Georgia, times, "times new roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #433420;
	letter-spacing: 1px
}

#contentArea {
	padding: 0px 26px 0px 19px;
	/*width:402px;*/
}

.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #f5f5f5;
	padding: 5px 0px 0px 28px;
}

/* background colors */

.whiteBG {
	background-color: #ffffff;
}

.creamBG {
	background-color: #f2ece0;
}

.lev2NavBG {
	background-color: #6f9937;
}


/* link styles */

a, a:visited {
	color: #6f9937;
	text-decoration: underline;
}
a:active, a:hover {
	color: #6f9937;
	text-decoration: none;
}

a.TopNavLev2Link, a.TopNavLev2Link:visited {
	font-family: sabon, Georgia, times, "times new roman", serif;
	font-size: 11px;
	color: #1e5761;
	text-decoration: none;
	margin-right: 20px;
}
a.TopNavLev2Link:active, a.TopNavLev2Link:hover {
	color: #f5f5f5;
	text-decoration: none;
}

a.TopNavLev2LinkOn, a.TopNavLev2LinkOn:visited {
	font-family: sabon, Georgia, times, "times new roman", serif;
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: none;
	margin-right: 20px;
}
a.TopNavLev2LinkOn:active, a.TopNavLev2LinkOn:hover {
	color: #f5f5f5;
	text-decoration: none;
}

a.footerLink, a.footerLink:visited {
	font-family: arial, helvetica, sans-serif;
	color: #f5f5f5;
	text-decoration: none;
}
a.footerLink:active, a.footerLink:hover {
	color: #f5f5f5;
	text-decoration: underline;
}

