@charset "utf-8";
/* CSS Document */
div, img {
	behavior: url(iepngfix.htc);
}

body {
	background-color:#f4f4f2; font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; font-size:.7em; color:#333333; margin:0px; padding:0px;
}
div.bodyBorder {
	width:995px;
}
div.topNav {
	float:left; width:506px; background:url(site-header.png) no-repeat; height:34px; padding:15px 0px 0px 489px; color:#FFFFFF; font-size:1.1em; font-weight:bold;
}
	div.topNav ul {
		float:left; margin:0px; padding:0px; list-style:none;
	}
		div.topNav ul li {
			float:left; width:114px; margin:0px 6px 0px 0px;
		}
			div.topNav ul li a, div.topNav ul li a:hover {
				color:#FFFFFF;
			}
div.bodyContent {
	float:left; width:965px; background:url(site-background.png) repeat-y; padding:0px 15px 0px 15px;
}
	div.search {
		float:left; width:451px; padding:0px 15px 0px 0px; text-align:right; 
	}
		div.search ul {
			float:left; list-style:none; margin:0px; padding:0px; width:451px;
		}
			div.search ul li {
				float: right; margin:0px; padding:0px 10px 0px 0px;
			}
		div.search div.searchHolder {
			float:left; width:403px; background:url(search-background.jpg) no-repeat right; margin:10px 0px 0px 0px; padding:10px 0px 0px 48px; height:40px;
		}
			div.searchHolder form {
				margin:0px; padding:0px;
			}

	div.content {
		float:left; width:935px; padding:15px; text-align:justify; line-height:1.7em;
	}
		div.footer {
			float:left; width:934px; border-top:2px solid #d6e8f0; font-size:.9em; margin:10px 0px 0px 0px; padding:10px 0px 0px 0px; background:url(community-health-charities.gif) no-repeat right bottom;
		}
		
		
/* INTERIOR PAGES */
	div.interiorContent {
		float:left; width:913px; border:1px solid #cbcbcb; padding:10px;
	}
		div.interiorContent h2 {
			font-size:1.3em; color:#1e2f88; font-weight:normal; margin:0px; padding:0px;
		}
		div.content table.title {
			margin:0px 0px 5px 0px; float:left; width:935px;
		}
		div.content table.title h1 {
			font-size:1.5em; font-weight:normal; color:#1e2f88; margin:0px; padding:0px;
		}
		div.content table.title tr td.tiny {
			font-size:.9em; color:#999999; text-align:right;
		}




/* ETC */		
img.float {
	float:left;
}
img.intPhoto {
	border:1px solid #cbcbcb;
}
a {
	color:gray; text-decoration:none;
}
a:hover {
	color:#017b9b; text-decoration:underline;
}
