body {
margin:0;
background:#99CCCC url(crown_background_footer.gif) repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
link:#336666;
}
body.home {
margin:0;
background:#99CCCC;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
link:#336666;
}
/******list styles******/
/***physician list styles***/
#physician_list ul{
	margin:5px 0 0 0;
	padding: 0;
}
#rightSide ul {
	margin:5px 0 0 0;
	padding: 0;
}
#physician_list li, #rightSide li {
	list-style-type: none;
	margin: 0;
}
#physician_list li a,#rightSide li a  {
	display: block;
	text-decoration: none;
	padding: 4px 0px;
	color: #993366;
	font-weight:bold;
}

#rightSide li a {
	margin-left:40px;
	padding: 4px 0px;
}
#physician_list li a:hover, #rightSide li a:hover {
	/*color:#FFF;
	background-color:#099;*/
	text-decoration:underline;
}
/******heading styles******/
h1 {
font-size: 14px;
color:#336666;
}
h2 {
font-size: 12px;
color: #336666;
}
h3 { 
font-size: 12px;
color: #993366;
}
/****paragraph styles****/
p {
	font-size: 12px;
}
/******link styles******/
a:link {
	color: #993366;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/******list styles******/
ul {
	font-size: 12px;
}
li {
	font-size: 12px;
}
/******div styles******/
#container {
	margin:0;
	width:700px;
}
#leftSide {
	position:absolute; 
	left:0px; 
	top:155px; 
	width:170px; 
	height:242px; 
	background:url(../../images/crown_background_left.gif) repeat-y;
	z-index:6;
	}
#leftCorner {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:170px; 
	height:156px; 
	z-index:1;
	}	
#rightSide {
	position:absolute;
	left:520px; 
	top:156px; 
	width:227px; 
	height:241px;
	background:url(../../images/crown_background_right.gif) repeat-y;
	z-index:6;
	}
#rightCorner {
	position:absolute; 
	left:520px; 
	top:0px; 
	width:226px; 
	height:157px; 
	z-index:1;
	background-image:url(../../images/crown_logo2.gif);
	background-repeat:no-repeat;
	}
#top {
	position:absolute; 
	left:170px; 
	top:0px; 
	width:350px; 
	height:78px; 
	z-index:1;
	background-image:url(../../images/crown_background_top.gif);
	background-repeat:no-repeat;
	}
#content { 
position:absolute; 
left:169px; 
top:79px; 
width:350px;
background:#99CCCC;
z-index:5;
}
#footer {
	/*background-image:url(../../images/crown_background_footer.gif);
	background-repeat:repeat-y;*/
	}
/******class styles******/
img.doctor {
border:1px solid #099;
}
.physician {
	font-weight: bold;
	color: #993366;
}
.physician_list {
	font-weight: bold;
	color: #993366;
	margin-left:40px;
	margin-bottom: -15px;
}
.school_head {
	font-style: italic;
	color: #336666;
}
