@charset "UTF-8";
/* CSS Document */
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(../_slices/pattern.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../JosephTaler/_slices/bg.jpg);
}
.oneColFixCtrHdr #header {
	background-image: url(../_slices/Joseph-Taler,-M.D..jpg);
	height: 198px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../_slices/bg.jpg);
	margin: 0;
	text-align:center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../_slices/footer.jpg);
	height: 99px;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #600;
	font-weight: bold;
	line-height: 44px;	
	text-align:center;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #600;
	font-weight: bold;
	text-align:center;
	
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #633;
	text-align:center;
	font-style:italic;
	
}
.table1{
	text-align: center;
	padding: 15px;
	vertical-align:top;
}
.captiontext{
	color: #444444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	
}
.captiontextred{
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic
	
}
p.small {
	line-height: 90%
}
.img {
	margin-top:10px;
	margin-bottom:10px;
}
img {
	border: none;
}
a:link {
	color: #800000;
}      /* unvisited link */
a:visited {
	color: #603;
}  /* visited link */
a:hover {
	color: #606;
}  /* mouse over link */
a:active {
	color: #630;
}  /* selected link */
.floatRight {
	float:right;
	vertical-align:top;
	}
.floatLeft {
	float:left;
	vertical-align:top;
	}