body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}
table#content {
	text-align: left;
	width: 794px;
	background-position: top;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../landing_images/bg_content.jpg);
	margin: 0px;
	vertical-align: top;
}
table#tblCali {
	width: 794px;
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	border: 1px solid #A4A4A5;
}
table #tblCounty_list {
	margin-left: 10px;
	width: 749px;
}

td#residental {
	height: 115px;
	background-image: url(../landing_images/bg_residental.jpg);
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4A4A5;
	border-bottom-color: #A4A4A5;
	border-left-color: #A4A4A5;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 517px;
}

td#FAfamily {
	height: 115px;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #A4A4A5;
	border-bottom-color: #A4A4A5;
	background-image: url(../landing_images/bg_content.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-color: #A4A4A5;
	vertical-align: top;
	text-align: center;
}
.style1 {
	color: #be1800;
	font-style: italic;
}
.red {color: #be1800}


/*DEFAULT LINK STYLE */
a {
	font-size: 12px;
	color: #0053a5;
}
a:link {
	text-decoration: underline;
	color: #0053a5;
}
/*a:visited {
	text-decoration: underline;
	color: #0053a5;
} */
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0053a5;
}
