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

body {
	background-color: #93b3a5;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left {
	padding-top: 44px;
	padding-left: 38px;
	padding-bottom: 20px;
}
.content {
	padding-right: 55px;
	padding-bottom: 20px;
	line-height: 22px;
	padding-left: 10px;
}
.content h1 {
	font-size: 18px;
	color: #8CAFA2;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.contentfull {
	padding-right: 40px;
	padding-bottom: 20px;
	line-height: 22px;
	padding-left: 40px;
}
.contentfull h1 {
	font-size: 18px;
	color: #8CAFA2;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.contact {
	padding: 6px;
	float: right;
}

blockquote {
	margin: 0 0 0 30px;
	padding: 10px 0 10px 20px;
	line-height: 18px;
	color: #666666;
	background: url(../images/quotes.gif) no-repeat top left;
	font-style: italic;
  }

.scheduleheader {color: #FFFFFF}
a:link {
	color: #93B3A5;
}
a:visited {
	color: #93B3A5;
}
a:hover {
	color: #777662;
}
a:active {
	color: #D4D0C8;
}
