.listWithSpace {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
margin-bottom:5px;
}
.fontDarkBlue {
	color: #101d60;
}

.fontLightBlue1 {
	color: #9da6c1;
}

.fontLightBlue2 {
	color: #ccd1df;
}

.fontTan {
	color: #d8c9a6;
} 

table.featuredProjects {
width:100%;
clear:both;
text-align:left;
vertical-align:top;
margin-top:8px;
border-bottom:1px solid #a48039;
margin-bottom:25px;
}
table.featuredProjects thead tr > td  {
	padding-right:10px;
	padding-bottom:8px;
}
table.featuredProjects thead tr > td + td {
	padding-right:10px; 
	padding-bottom:8px;
}
table.featuredProjects thead tr > td + td + td {
	padding-bottom:8px;
}
table.featuredProjects thead img {
	border:1px solid #b68d5d; 
}

table.fullWidth {
width:100%;
border-top:1px solid #a48039;
border-left: 1px solid #a48039;
border-right: 1px solid #a48039;
clear:both;
text-align:left;
vertical-align:top;
margin-top:15px;
}

table.fullWidth tbody p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	color:#000000;
}

table.fullWidth thead tr > td {
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	text-transform:none;
	color:#101d60;
	background-image:url(/images/backgrounds/tableHomeBkgrd.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding-top: 4px;
	padding-bottom:6px;
	padding-left:10px;
}

table.fullWidth thead tr > td + td { background: none; }

table.fullWidth thead tr > td + td + td {
	border-left: 1px solid #a48039;
	background-image:url(/images/backgrounds/tableHomeBkgrd.jpg);
	background-position:top left;
	background-repeat:repeat-y;	
}

table.fullWidth tbody tr td {
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	vertical-align: top;
	width:274px;
}

table.fullWidth tbody tr > td + td + td {
	border-left:1px solid #a48039;
}

table.fullWidth tbody * img  {
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
	border:1px solid #a48039;
}

table.fullWidth * ul  {
	margin-bottom: 8px;
}
.fullWidthTable * ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#000000;
	background-image:url(/images/bullets/dotBlack.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
}
.fullWidthTable * ol {
	margin-bottom: 8px;
}
.fullWidthTable * ol li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#000000;
}

table.twoColumn {
width:100%;
}
table.twoColumn td {
padding-right:10px;
}
table.twoColumn h2 {
padding-bottom:0px;
padding-top:5px;
clear:both;
}
table.twoColumn h3 {
padding-top:5px; 
padding-bottom:2px;
}
table.twoColumn h4 {
padding-top:5px; 
padding-bottom:6px;
}
table.twoColumn img {
	border:1px solid #b68d5d;
	float:left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 15px;
}