body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #80c44d;
	margin: 0;
	padding: 0;
	color: #333;
}

ol {  margin-top: 0; margin-left:20px; font-size:90%; font-weight:bold }
ul { margin-top: 0; margin-left:20px; font-size:90%; font-weight:bold }
h1 {margin-top: 20px; margin-bottom:20px; color:#80c44d; padding-right: 15px; padding-left: 15px; font-size:150%}
h2 {margin-top: 0px; margin-bottom:10px; padding-right: 15px; padding-left: 15px; color:#f6882c; font-size:120% }
h3 {margin-top: 10px; margin-bottom:5px; padding-right: 5px; padding-left: 5px; color:#ffffff; font-size:110%  }
h4{margin-top: 0;	padding-right: 15px; padding-left: 15px;  color:#f6882c; }
h5{margin-top: 0px; margin-bottom:5px; font-size:100%;	padding-right: 15px; padding-left: 15px; color:#f6882c; }
h6 {margin-top: 5px; margin-bottom:5px; color:#ffffff; font-size:120%;}

p.h6 {margin-top: 0px; margin-bottom:5px; color:#80c44d; font-size:100%; padding-left: 15px; padding-right: 15px; font-weight:bold }
p {	margin-top: 0; padding-right: 15px; padding-left: 15px; font-size:90% }

a {color:#80c44d; margin-bottom:0px; text-decoration: underline; font-weight:bold} 
a:link { color: #80c44d; text-decoration: underline; font-weight:bold }
a:visited {	color: #6E6C64;	text-decoration: underline;}
a:hover, a:active, a:focus { text-decoration: none;}

a.panel {color: #063; text-decoration: none; margin-left:15px}
a.panel:hover {color: #000; text-decoration: underline; margin-left:15px}

a.offer {color: #333; text-decoration: none; }
a:link { color: #333; text-decoration: none;}
a:visited {	color: #333; text-decoration: none;}
a.offer:hover {color: #fff; text-decoration: }

a.left {color: #333; text-decoration: none; margin-left:5px; font-weight:normal; font-size:80%}
a.left:active { color:#f6882c; text-decoration: underline; margin-left:5px; font-weight:normal; font-size:80%}
a.left:hover {color: #000; text-decoration: underline; margin-left:5px; font-weight:normal; font-size:80%}

a.therapy {color: #333; text-decoration: none; margin-left:15px; font-weight:normal; font-size:100%}
a.therapy:active { color:#f6882c; text-decoration: underline; margin-left:15px; font-weight:normal; font-size:100%}
a.therapy:hover {color: #000; text-decoration: underline; margin-left:15px; font-weight:normal; font-size:100%}

a.menu {color: #333; text-decoration: none; margin-top:0px; margin-bottom:0px; font-size:90%}
a.menu:hover {color: #000; text-decoration: underline; margin-top:0px; margin-bottom:0px; font-size:90%}

.container {
	width: 960px;
	background: #FFF; 
	border: 1px solid #ffffff;
	margin: 0 auto; 
}

.content {

	padding: 0px 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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
