@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 21px;
	font-family: Verdana, Geneva, sans-serif;
	color: #00C;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	border: thin none #000;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fake_header {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px;
}
.fake_header_no_profile_available {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00C;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00C;
	margin-top: 10px;
	margin-bottom: 0px;
}

.ClinicianText {
	float: right;
	height: 128px;
}
.fltlft {
	margin-right: 8px;
	display: inline;
	float: left;
}
.clearfloat {
	line-height: 0px;
	clear: both;
	height: 0px;
}
p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.paragraph_spacing {
	padding-top: 8px;
}

.spacing_tm18 {
	margin-top: 18px;
}
.spacing_tm40 {
	margin-top: 40px;
}
.spacing_tm22 {
	margin-top: 22px;
}

