@charset "utf-8";
body  {
	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: #520859;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 805px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/mainBgd2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/SoftTissueClinic_Bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
	margin: 0px;
} 
.twoColFixLtHdr #container #header #text {
	margin-left: 330px;
	padding-top: 160px;
}

#header img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(../images/linksBgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar1 a {
	text-decoration: none;
	margin-left: 10px;
	color: #65226B;
	line-height: 26px;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #9F81BA;
	text-decoration: none;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/contentBgd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1em;
} 
.twoColFixLtHdr #container #mainContent #em {
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent h3 {
}

.twoColFixLtHdr #container #mainContent a {
	color: #520859;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent #img2 {
	padding-bottom: 12px;
	padding-left: 10px;
}

.twoColFixLtHdr #container #mainContent #img1 {
	padding-bottom: 36px;
	padding-left: 10px;
}


.twoColFixLtHdr #container #mainContent h3 {
	font-size: 1.2em;
	color: #694882;
	font-style: italic;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1.4em;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.5em;
	font-weight: normal;
}

.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	background-image: url(../images/footerbgd.jpg);
	background-position: left bottom;
	text-align: center;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #footer a {
	color: #520859;
	text-decoration: none;
	font-style: italic;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #CC3300;
	text-decoration: underline;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #520859;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subheader {
	background-color: #9D7BB9;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F5F3F8;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
	margin: 0px;
}
.twoColFixLtHdr #container .subheader a {
	color: #E7E1EE;
	text-decoration: none;
}
.twoColFixLtHdr #container .subheader a:hover {
	color: #FFCC99;
	text-decoration: underline;
}


.contactinfo {
	float: right;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contactinfo #bold {
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
.amanda {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #333333;
	text-decoration: underline;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D7BB9;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: center;
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
}
#notice {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #B7A0CB;
	margin-top: 12px;
}
