@charset "utf-8";
.HomePage_back {
	background-color: #A1547B;
	background-image: url(images/homepage_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.Logo_back {
	background-image: url(images/logo_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.welcome_back {
	background-image: url(images/welcome_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nav_back {
	background-image: url(images/nav_back.png);
	background-repeat: no-repeat;
	background-position: right top;
}
p.home_page_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #623401;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.nav_header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	font-weight: bolder;
	color: #cf99b5;
	text-decoration: none;
}
.nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f4115;
	text-decoration: none;
}
.nav_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a1547b;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
}
.footer u {
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.specialties_back {
	background-color: #FFF;
	background-image: url(images/specialties_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.specialties_logo_back {
	background-image: url(images/specialties_logo_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.specialties_copy_back {
	background-image: url(images/specialties_copy_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.specialties_nav_back {
	background-image: url(images/specialties_nav_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.text_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

.white_bold_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.drop_down_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

