@charset "utf-8";
body {
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.oneColElsCtr #container {
	width: 800px;
	background: #ffffff;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */












	border: #Nestled in the middle of a beautiful orange grove, Inland Temporary Homes serves as a peaceful and supportive environment for homeless families to pick up the pieces of their life and make a new start after being homeless
.;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	float: none;
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
}
.oneColElsCtr #container #mainContent table tr td center strong {
	color: #333;
	font-family: "Comic Sans MS", cursive;
}
.oneColElsCtr #container #mainContent table tr td center strong {
	color: #333;
}
strong {
	color: #333;
	font-size: 14px;
}

