.body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	background-color: #f8ede7;
	font-size: 11px;
	color: #335460;
	position: relative;
	top: 10px;
}
.tblMain {
	width: 900px;
	background-color:#335460;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
topNav {
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	}
.footer {
	font-size: 10px;
	text-transform: lowercase;
	background-color:#efd7b1;
}
a:link {
	color: #0E3542;
}
a:visited {
	color: #0E3542;
}
a:hover {
	color: #335460;
}
A.servNav:link {
	color: #FFFFFF;
	font-size: 11px;
}
A.servNav:visited {
	color: #FFFFFF;
	font-size: 11px;
}
A.servNav:hover {
	color: #EFD7B0;
	font-size: 11px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
ul {
	list-style-image:url(images/arrow.jpg);
	}
.content {
	padding: 20px 20px 20px 184px;
	background-image: url(images/content_bkg.gif);
}
.contentServ {
	padding: 20px 20px 20px 10px;
	background-image: url(images/content_bkg.gif);
}
.ifw {
	font-size: 9px;
	color: #335460;
}
A.ifwLink:link {
	color: #335460;
	text-decoration: underline;
}
A.ifwLink:visited {
	color: #335460;
	text-decoration: underline;
}
A.ifwLink:hover {
	color: #0E3542;
	text-decoration: underline;
}
.tblMain #hm_health {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 165px;
	background-color: #FCEFE4;
	padding: 2px;
	border: 1px solid #0D3442;
}
.tblMain #hm_abuse {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FCEFE4;
	padding: 2px;
	border: 1px solid #0D3442;
}
.hm_logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 353px;
	width: 169px;
}

.tblMain .contentServ #srv_lbox {
	background-color: #FFFFFF;
	border: 1px solid #0D3442;
	padding: 2px;
	width: 200px;
	float: left;
	height: 320px;
}
.tblMain .contentServ #srv_rbox {
	background-color: #FFFFFF;
	border: 1px solid #0D3442;
	padding: 2px;
	width: 200px;
	float: right;
	height: 320px;
}
.tblMain .contentServ #srv_lbox2 {
	background-color: #FFFFFF;
	border: 1px solid #0D3442;
	padding: 2px;
	width: 200px;
	float: left;
	height: 320px;
	margin-top: 10px;
}
.tblMain .contentServ #srv_rbox2 {
	background-color: #FFFFFF;
	border: 1px solid #0D3442;
	padding: 2px;
	width: 200px;
	float: right;
	height: 320px;
	margin-top: 10px;
}
#srv_lbox h1, #srv_lbox2 h1, #srv_rbox h1, #srv_rbox2 h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #0D3442;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#srv_lbox p, #srv_lbox2 p, #srv_rbox p, #srv_rbox2 p {
	margin: 5px 2px;
	padding: 0px;
}
.tblMain .content #donate {
	background-color: #FBE8D7;
	border: 1px solid #F7D2B3;
	width: 125px;
	padding: 10px 3px 0px;
	float: right;
	margin: 2px 0px 2px 5px;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
