@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #C9C3BA;
}
.twoColFixRtHdr #Indexcontainer {
	width: 778px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: 465px 150px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #container {
	width: 778px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #TreatContainer {
	width: 778px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: 577px 260px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../Library/Application%20Support/Adobe/Dreamweaver%209/Configuration/ServerConnections/Unnamed%20server/images/shar_pie.jpg);
} 
.twoColFixRtHdr #header {
	height: 234px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C9C3BA;
	background-color: #FFFFFF;
} 
.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 */
	text-align: right;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	border-top-width: 1.5px;
	border-right-width: 1px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #652D90;
	border-right-color: #3CAE9E;
	border-bottom-color: #652D90;
	border-left-color: #652D90;
	height: 200px;
	background-color: #E3F3F3;
	margin-right: 5px;
	padding: 10px;
	bottom: 0px;
}
.pic_shaddow {
	border: 1px none #000000;
}
.twoColFixRtHdr #IndexMainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	width: 720px;
	min-height:300px;
} 
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	min-height:300px;
} 
.twoColFixRtHdr #TreatMainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	width: 560px;
	min-height:300px;
} 
.twoColFixRtHdr #footer {
	background-color: #C9C3BA;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
}
a.fox:hover {
	text-decoration: none;
	color:#FF9900;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.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;
}
.header {
	color: #3CAE9E;
	font-size: 18px;
}
.h2_heading_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.body_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.h3_heading_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #652D90;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #EC008C;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
/*#apDiv1 {
	position:absolute;
	width:160px;
	height:24px;
	z-index:1;
	left: 212px;
	top: 167px;
}*/
.h2_header {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #C9C3BA; 
}
#purchase {
	width:400px;
	left:0px;
	top:0px;
	border-style:groove;
	background-color:#EBF7F7;
	margin:0px;
	padding:5px;
	overflow:hidden;
}
#instructions {
	border-style:groove;
	background-color:#EBF7F7;
	margin:0px;
	padding:5px;
	overflow:hidden;
	border:1px solid #FCE3B0;
	display: none;
}
.highlight_text {
	color: #3CAE9E;
	font-size:12px;
	}
	
.menu {
	font-size:12px;
	}
.bold {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

