@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(_images/cptbkg.png);
} 
.navBar {
	width: 900px;
	text-align: right;
	color: #666;
	padding: 0px;
	height: 45px;
	margin-top: 20px;
}
.twoColFixLtHdr #header {
	margin: 0px;
	height: 200px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #C2C5C1;
	font-size: 10px;
	color: #666;
	text-align: left;
} 
.sidebar {
	float: left;
	height: 450px;
	width: 200px;
	position: absolute;
	margin-left: 675px;
	margin-top: 0px;
	top: 242px;
}
.sidebarContent {
	background-image: url(_images/sidebarbkg.png);
	height: 330px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 20px;
}
.twoColFixLtHdr #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 */
	text-align: left;
}
.pageHeader {
	margin-left: 45px;
	position: absolute;
	letter-spacing: 20px;
	font-size: 36px;
	font-weight: bold;
	color: #666;
	margin-top: 50px;
	width: 613px;
	text-align: left;
}
.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;
}
.IDtag {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	background-color: #333;
	float: right;
	padding-right: 15px;
	padding-left: 10px;
}
.IDlink {
	font-weight: bold;
	color: #999;
}
.inset {
	border: 2px solid #333;
}
.tablebt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.treatmenttable {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
	clear: both;
	text-align: justify;
}
.mainContentp {
	font-size: 12px;
	color: #666;
	text-align: justify;
}
.siteID {	float: right;
	font-size: 10px;
	background-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	height: 15px;
}
.subHeading {
	letter-spacing: 5px;
	font-size: 18px;
	text-align: left;
}
.subHeading2 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 3px;
	text-align: left;
}
.mainContent2 {
	height: 300px;
	width: 625px;
	margin-top: 500px;
}
.treatmentContent {
	margin-left: 200px;
	position: absolute;
	visibility: visible;
	height: 285px;
	width: 385px;
	top: 36px;
	left: 18px;
}
.subHeading3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.cpt2content {
	margin-left: 200px;
	position: absolute;
	top: 30px;
	width: 383px;
}
.CounterHldr {
	width: 150px;
	float: right;
	text-align: right;
	padding-top: 0px;
	margin-top: 56px;
}
.footerp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.sidebarContentp {
	font-size: 12px;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.contacttableRC {
	text-align: left;
	font-size: 12px;
}
.contactTableLC {
	text-align: right;
}
.pageHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 5px;
	text-align: left;
	margin-left: 45px;
	margin-top: 50px;
}
.tableAnswers {
	font-size: 12px;
	text-align: left;
}
.twoColFixLtHdr #container .pageHeader .pageHeader2 .pageHeader2 {
	font-size: 24px;
}
.tableQuestions {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.tableBorder {
	border: thin solid #666;
}
.cancellation {
	font-size: 10px;
	font-style: italic;
}
