@charset "UTF-8";
*{
	margin:0;
	padding:0;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}
.header {
	text-align:center;
	font-size: 11px;
	color: #8F289B;
	background-color: #FFF;
	height: 88px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BED639;
	border-right-color: #BED639;
	border-bottom-color: #BED639;
	border-left-color: #BED639;
	padding-top: 10px;
}
.content {
	color: #0356A3;
	background-color: #FFFFFF;
	text-align: center;
	padding: 12px;
	line-height: 20px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BED639;
	border-right-color: #BED639;
	border-bottom-color: #BED639;
	border-left-color: #BED639;
}

.topborder {
	background-color: #DDE993;
	height: 24px;
	color: #8F289B;
	text-align: center;
	padding-top: 10px;
}
.bottomborder {
	color: #74207E;
	text-align: center;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B5CA6;
	background-color: #FFFFFF;
	text-align: left;
	border: thin solid #BED639;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.doctorpicture {
	margin-right: 14px;
	margin-bottom: 2px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #BED639;
	text-align: left;
	border: thin solid #BED639;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}.navigation {
	margin: 20px;
}
.header img {
	float: left;
}
