@charset "UTF-8";
/* CSS Document */
body {
	font-size:.8em;	
	background: #ccc;
	font-family:Arial, verdana;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


li {
	padding-bottom:10px;
}

h1 {
	font-size:1.8em;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
    color:#606;
	padding-top:20px;
	padding-bottom:10px;
	}

h3 {
	font-size:1.55em;
	text-align:center;
	padding:0px 0;
	margin:0;
}

.oneColFixCtrHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:
	url(images/header.jpg);

	height:304px;
}

.oneColFixCtrHdr #nav {
	background-image:url(images/nav.gif);
	height:45px;
	font-size:1.2em;
	color:#0A25AA;
	padding-left:40px;
	height:31px;
	padding-top:14px;

}

#nav a {
	color:#0A25AA;
	text-decoration:none;
	height:45px;
}

#nav a:hover {
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:31px;
	padding-top:14px;

}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:1.2em;
	border-left:#CECECE 1px solid;
	border-right:#CECECE 1px solid;
	margin-top:-20px;
}

.health_problems {
	/* border:solid 2px #ccc; */
	padding:5px;
	float:left;
	margin:8px 10px 8px 142px;
	width:400px;
	background-color:#ECECEC; 
}
.health_problems li {
	list-style:url(bullet.png);
}

.health_problems ul {
margin:7px 0 4px 40px;
padding:0;
}

.oneColFixCtrHdr #footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-left:#CECECE 1px solid;
	border-right:#CECECE 1px solid;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display:inline;
}

.oneColFixCtrHdr #footer a {
	color:#999;
	text-decoration:none;
}

.bb {
	border-bottom:#CCC 1px solid;
}
