@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: #DDD9F2;
	background-image: url(../images/Bkrnd_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.PgHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC99FF;
}
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.QuoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660066;
}

.smPurpleHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663399;
}
.BodyTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0066FF;
	text-decoration: none;
}
.PurpleBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660099;
}
.MonthHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999966;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #660099; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
	height: auto;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 143px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
} 
.twoColFixRtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 50em;
}
.twoColFixRtHdr .CRMtag {
	font-family: "Myriad Web Pro";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6600CC;
	text-decoration: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #mainContent_flash {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.twoColFixRtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent3 {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#CancerWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC33CC;
	text-align: right;
	height: 20px;
	padding-top: 60px;
	padding-right: 145px;
}



.twoColFixRtHdr #footer {
	background-color: #9689DB;
	padding-top: 5px;
	padding-bottom: 5px;
} 

.twoColFixRtHdr #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: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}



#container #header .TopNav {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 120px;
	text-align: center;
}
#SideBarPixWrapper {
	background-color: #9689DB;
	vertical-align: top;
	padding-bottom: 25px;
}
#sidebar1 .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
#container .QuoteBarWrapper {
	background-image: url(../images/Quote_bkrnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	width: 100%;
}
.twoColFixRtHdr #container #flash_BodyIndexWrapper {
}

.twoColFixRtHdr #sidebar_index {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 1000px;
}
#sidebar_index .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}

.twoColFixRtHdr #sidebar_about {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 2000px;
}
#sidebar_about .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
.twoColFixRtHdr #mainContent_services {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/yinYang.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #sidebar_services {
	width: 225px;
	background-color: #DDD9F2;
	height: 1040px;
	float: right;
}
#sidebar_services .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
.twoColFixRtHdr #sidebar_meet {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 1500px;
}
#sidebar_meet .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
.twoColFixRtHdr #sidebar_class {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 1333px;
}
#sidebar_class .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}

.twoColFixRtHdr #sidebar_special {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 965px;
}
#sidebar_special .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
.twoColFixRtHdr #mainContent_specials {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/yinYang.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #MainContent_specials2 {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


.twoColFixRtHdr #sidebar_contact {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 915px;
}
#sidebar_contact .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
.twoColFixRtHdr #sidebar_test {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #DDD9F2;
	height: 1359px;
}
#sidebar_test .SideBarTextWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
#container .QuoteBarWrapper_test {
	background-image: url(../images/Quote_bkrnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 30px;
	margin-right: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	padding-right: 30px;
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#CC8036409 {
	height: 375px;
}

