.vertical_background {
	background-attachment: scroll;
	background-image: url(images/bg_vertical_strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.doctor_background {
	background-image: url(images/bg_doctor_stethoscope.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F3FFE2;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.top_bottom_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.vertical_background #mainsite tr .top_bottom_border .top_bottom_border {
	border: thin dotted #000;
}
h1, .section_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #225378;
}
h2, .sub_section_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #225378;
}
h3, .mission_statement_title {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ACF0F3;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.mission_statement_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F2FFE3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
}
.copyright_footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: right;
}

li, .normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#sandbox p {padding-right:15px;}