﻿#page {
	background-image: url(grad.gif);
	background-repeat: repeat-x;
	width: auto;
}
* {
	margin: 0px;
	padding: 0px;
}


fieldset {
	-moz-border-radius: 8px;
	padding: 5px 10px 5px 10px;

}
body {
	background-position: center 150px;
	background-image: url('massImg2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
h4 {
	border-bottom: 1px silver solid;
}
h5 {
	line-height: 140%;
	border-bottom: 1px silver solid;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

#header {
	text-align: center;
	height: 89px;
}
#navbar {
	font-family: "Arial";
	font-size: 14px;
	color: black;
	list-style-type: none;
	padding-left: 30px;
}
#navlist {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#navlist li {
	float: left;
	padding: 0;
	width: auto;
	display: block;
}
#navlist li a, #navlist li a:link {
	background: #fff;
	color: #555;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	margin: 0 5px 0 0;
	display: block;
}
#navlist li a:hover {
	color: black;
	border-bottom: 3px solid #4169e1;
	cursor: pointer;
}
#navlist li a#current, #navlist li a#current:link {
	color: #000;
	cursor: default;
	border-bottom: 3px solid #4169e1;
}
#navlist li a#current:hover {
	border-bottom: 3px solid #4169e1;
}
#content {
	border-top: 1px silver solid;
	padding-top: 10px;
	clear: both;
}
.centerMe {
	text-align: center;
}
.noBorder 
{
    border-width: 0px;
}
#footer
{
    clear: both;
    margin-top: 15px;
    border-top: 1px solid silver;
    font-family: Arial;
    font-size: 10px;
    padding-top: 10px;
}

#leftfooter
{
    width: 266px;
    font-family: Arial;
    font-size: 11px;
    color: gray;
    text-align: left;
    float: left;
padding-bottom:10px;
}
#midfooter
{
    width: 266px;
    font-family: Arial;
    font-size: 11px;
    color: gray;
    text-align: center;
    float: left;
padding-bottom:10px;
}
#rightfooter
{
    width: 266px;
    font-family: Arial;
    font-size: 11px;
    color: gray;
    text-align: right;
    float: right;
padding-bottom:10px;
}


#footer A:link
{
    text-decoration: none;
    border-bottom: dotted 1px gray;
    color: gray;
}
#footer A:visited
{
    text-decoration: none;
    color: gray;
    border-bottom: dotted 1px gray;
}
#footer A:hover
{
    text-decoration: none;
    border-bottom: solid 1px gray;
    color: black;
}
.textboxA {
	width: 360px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	text-align: justify;
	font-family: "Arial";
	font-size: 12px;
	color: black;
	line-height: 140%;
}
.textboxA p 
{
    padding-top:3px;
}
.textboxC 
{
    width: 360px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	text-align: justify;
	font-family: "Arial";
	font-size: 12px;
	color: black;
	line-height: 140%;
}
.textboxC p 
{
    padding-top:3px;
}

.spacer {
	clear: both;
}
#treat {
	font-family: "Arial";
	font-size: 12px;
	color: black;
	line-height: 140%;
	text-align: center;
}
#other {
	font-family: "Arial";
	font-size: 12px;
	color: black;
	line-height: 140%;
	text-align: center;
}
#techniques {
	text-align: center;
	padding-top: 15px;
}
.makeMeBlue {
	color: #0000FF;
}
.makeMeBold {
	font-weight: bold;
}
