@charset "utf-8";
#wrapper {
	position:static;
	left:auto;
	top:auto;
	width:887px;
	height:auto;
	z-index:1;
	background-color: #3B5272;
	padding: 5px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: visible;
	visibility: visible;
	right: auto;
	bottom: auto;
}
.firstletter {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}

#header {
	position:relative;
	width:877px;
	z-index:2;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
#divider {
	position:relative;
	width:877px;
	height:15px;
	z-index:3;
	background-color: #9DAADE;
	margin-top: 3px;
	margin-bottom: 3px;
}
#menu {
	position:relative;
	width:857px;
	z-index:100;
	padding-left: 20px;
	overflow: visible;
	height: 21px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#divider2 {
	position:relative;
	width:877px;
	height:15px;
	z-index:3;
	background-color: #9DAADE;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content {
	position:relative;
	width:877px;
	z-index:5;
	background-color: #FFFFFF;
	overflow: visible;
	height: auto;
}
#doctors {
	position:relative;
	width:877px;
	height:25px;
	z-index:6;
	background-color: #9DAADE;
	line-height: 25px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer {
	position:relative;
	width:877px;
	height:113px;
	z-index:7;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
body {
	background-color: #3B5272;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

