body {
	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;
	width: 100%;
	
	}
.oneColFixCtrHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #007FFF;
}
.oneColFixCtrHdr #header {
	background-color: #3399FF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #B9DBFF;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:smaller;
	font-weight:bolder;
}
.oneColFixCtrHdr #container #header div table tr td div p b {
	color: #000;
}
font span {
	color: #000;
}

.oneColFixCtrHdr #container #footer{
	color: #000;
}
.oneColFixCtrHdr #container #footer em{
	color: #00F;

}

.oneColFixCtrHdr #container #mainContent table tr td p em {
	font-size: 80%;
	text-align: left;
}
.carecredit {
	font-weight: bold;
	font-style: italic;
}

.drdalia {
	font-weight:bolder;
}
.paragraph {
	text-align: justify;
}
p {
	font:font-family: sans-serif;
	font-size:90%;
	font:Georgia, "Times New Roman", Times, serif;
}

h3 {
border-bottom: 1px solid #666;
}
h3 span {
position: relative; 
left: -0.3em; 
bottom: -0.6em; 
padding: 1px 0.5em; 
margin: 0; 
border-style: solid; 
border-width: 1px 1px 1px 0.8em;  
border-color: #666 #666 #666 #008;
background-color: #B9DBFF;
}
.address {
	font-family: Verdana, Geneva, sans-serif;
}
.adressheader {
	color: #06F;
	font-size: 18px;
}
.workinghours {
	color: #06F;
}
table tr .workinghours {
	color: #06F;
}
