body {
  padding: 0pt;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #9999CC;
}


IMG.centeredimage {
    display: block;
    margin-left: auto;
    margin-right: auto;}


IMG.leftflowimage {
	float: left;
    display: block;
	padding: 15px;
}

.rightflow {
	float: right;
    display: block;
	padding: 15px;
}


a:link {
  color: #666699;
  font-weight: bold;
}

a:visited {
  color: #666699;
  font-weight: bold;
}


#slideshow {
	text-align:center;
    }
	
#slideshow>div {
	margin: 0 auto;
	}
	
.container {
  width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;

}


.logo {
  margin: 0px;
}


.content, .content_right {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 20px;
  background: #D9DBE8;
  background-image: url("../images/cogs.background.gif");
  background-repeat:no-repeat;
  background-position: center bottom;
}

.content_right {
  margin-left: 10px;
}

.content h1 {
  color: #666699;
  text-align: center;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #666699;
  border-bottom: 2px solid #666699;
  background : #2b548c url(../images/h1.png) repeat-x bottom left;
  font : 160% sans-serif;
}

.content h2 {
  color: #666699;
  font : bold 120% sans-serif;
}

.standout {
  color: #666699;
  font-weight: bold;
}


.footer {
    font-size: small;
	color: #666699;
    text-align: center;
    }


.button {
	height: 30px;
	width: 100px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 30px;
}

.button a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
    font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/button.jpg);
}

.button a:link {
    color: #FFFFFF;
    background-position: 0px 0px;
}

.button a:visited {
    color: #FFFFFF;
    background-position: 0px 0px;
}

.button a:hover {
    font-size: 110%;
    color: #FFFFFF;
    background-position: 0px -30px;
}

.button a:active {
    font-size: 110%;
    color: #FFFFFF;
    background-position: 0px -60px;
}

#calendar td {
  padding: 10px 10px 10px 10px;
}

#course_dates td {
  padding: 0px 0px 0px 0px;
}

#practitioners td {
  padding: 10px;
}

.courses td {
  padding: 10px;
}
.form p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}

.form p label {
    float: left;
	width: 30%;
	color: #666699;
    font : bold 120% sans-serif;
}

.formbuttons {
	text-align: center;
}



.testimonals {
	font-family: "Century Gothic", "Comic Sans MS", Arial, "Times New Roman";
	}


.validationerror {
  font-weight : bold;
  color: red;
}