@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 55em;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 150px;
	line-height: 1.6em;
	color: #333333;
	font-size: 0.7em;
}
.oneColElsCtr #mainContent p {
	padding-bottom: 10px;
}

.leftbar    {
	padding-top: 50;
	float: left;
	width: 150px;
}
.rightbar    {
	float: right;
	width: 300px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663333;
	padding-top: 35px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	font-size: 2.2em;
}
.oneColElsCtr   #mainContent a {
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}
.oneColElsCtr   #mainContent a:hover  {
	text-decoration: none;
	color: #333333;
}
.oneColElsCtr ul {
	list-style-type: circle;
}
.subhead {
	font-size: 1.4em;
	font-weight: bold;
	color: #996600;
}
.contactform {
	font-size: 0.9em;
	font-weight: bold;
	color: #663333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	letter-spacing: 0.01em;
}
.subsub {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 200px;
	padding-right: 20px;
}

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	font-size: 1.2em;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
	margin-right: 175px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.pagehead {
	color: #CCCCCC
}
