body {
	margin: 0px;
	background-color: #006666;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 985px;
	padding-bottom: 30px;
}
#right {
	float: right;
	width: 745px;
	border-left: 1px solid #CCCCCC;
}
#white {
	background: #FFFFFF;
	margin: auto;
	width: 100%;
	border-bottom: 5px solid #000000;
}

#header {
	padding-top: 20px;
}
#left {
	float: left;
	width: 235px;
}
#text {
	padding-left: 30px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav {
	width: 175px;
	margin-left: 30px;
	margin-top: 20px;
}
#nav li {
	list-style: none;
	margin-bottom: 10px;
	background: #FFFFFF;
}
h2 {
	color: #006666;
	font-size: 1.5em;
}
#text a {
	color: #006666;
	text-decoration: none;
	border-bottom: 1px dotted #006666;
}
#text a:hover {
	color: #338F23;
	border-bottom: 1px dotted #338F23;
}
#text  ul, #text li{
	margin: 0px;
	padding: 0px;
	list-style: inside;
}
#text li {
	padding-bottom: 5px;
}
#nav a {
	display: block;
	padding: 5px;
	color: #56B145;
	text-decoration: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
#nav a:hover {
	color: #FFFFFF;
	background: #56B145;
	border: 1px solid #000000;
}
#current a {
	color: #FFFFFF;
	background: #56B145;
	border: 1px solid #000000;
}
#mid {
	float: left;
	width: 0px;
}
#bottom {
	clear: both;
}
#footer {
	margin: auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 785px;
	text-align: center;
	padding: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#quote {
	color: #666666;
	font: italic 18px Georgia, Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
blockquote {
	color: #666666;
	font: italic 18px Georgia, Times, serif;
}
.pic {
	border: 1px dotted #999999;
	padding: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: center;
}
.pic img {
	padding-bottom: 5px;
}
.bqstart {
     float: left;

     margin-top: -20px;
   
     margin-bottom: -50px;
     font-size: 700%;
     color: #cccccc;
 }
.wpcf7-mail-sent-ok {
	font-weight: bold;
	border: 1px;
	background-color: #FEFF7F;
	padding: 5px;
	border: 1px dotted #cccccc;
}

