body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background:url(home_images/bkg.jpg);
}
/*table styles*/
table .physician{
	margin-left:20px;
	width:400px;
	border:1px solid #FFF;
}
table .physician td p {
	margin-left:10px;
	margin-right:0px;
	font-size: 12px;
}

th {
	margin:0px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#003399;
}
/*list styles*/
li {
	margin-left:40px;
	margin-bottom:10px;
	margin-right:35px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
ol {
	margin-left:50px;
	margin-right:35px;
}
/*link styles*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
/*heading styles*/
h1 {
	margin-top:30px;
	margin-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
h2 {
	margin-left: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/*paragraph styles*/
p {
	margin-left: 35px;
	margin-right:35px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/***class styles***/
.staffheader {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #003399;
}
.home_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	text-align:center;
}
