* {
	color:#333!important; /* ensures 1 colored clearly readable text */
	background:none!important;
}
#funcNav,
#search,
#topNav,
#leftNav,
#contentRight,
#path,
#bannerBottom,
.headerImage {
	display:none;
}
.main,
#contentMid {
	width:100%!important; /* use full page width */
}
#footer {
	border-top:1px solid #ccc; /* divide content and footer */
}
ul li {
	list-style-type:disc; /* give back bullets to lists */
	padding-left:0;
}
#contentMid .mid,
#contentMid.large .mid {
	padding:0;/* use full page width */
}
#header, #headerLanding, #headerHome {
height:60px;
border-bottom:1px solid #ccc;
}
#brand { /* make brand more modest */
	
}
#brand img {
	
}
#brand a img {
	border:none;
}

.boxContent {
	border:1px solid #ccc;	
}

.tableGreen {
	border:1px solid #ccc;
	width:100%;
}

.tableGreen th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#000;
}