@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: #704A25;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 7mm;
	background-color: #CC9;
}
.oneColElsCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #033;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFD9;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #336;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003;
	line-height: 24px;
}
h3 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #336;
}
h6 {
	font-weight: normal;
	color: #333;
}
a {
	color: #369;
	text-decoration: none;
}
a:hover {
	font-style: italic;
}
.highlight {
	background-color: #CC9;
	line-height: 1.5;
}
.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #003;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #963;
	line-height: 30px;
}
.testimonial {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 85%;
	color: #000;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #963;
	border-bottom-color: #963;
}
.strikethrough {
	text-decoration: line-through;
}
.red {
	color: #900;
}
.questions {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 25px;
	color: #FFC;
	margin: 2px;
	border: thin solid #6C6;
	padding: 5px;
	font-style: normal;
	background-color: #696;
	font-weight: normal;
}
.copyright {
	font-size: 85%;
	color: #963;
}
.missionstatement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #003;
}
.oneColElsCtr #container #mainContent #footernav a {
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColElsCtr #container #mainContent #footernav a:hover {
	font-style: italic;
}
.footernav {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #963;
	border-bottom-color: #963;
	background-color: #FFC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 80%;
}
.bluelarge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #003;
}
.floatRight {
	float: right;
	width: 200px;
	text-align: center;
	margin-left: 10px;
	}
.floatLeft {
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(0,0,0);
	margin-right: 10px;
}
.xlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #930;
}
.xlargebackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #930;
	background-color: #CC9;
}
.small {
	font-size: 85%;
}
.servicearea {
	line-height: normal;
	font-size: 75%;
	color: #666;
}
.footertagline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 65%;
	color: #630;
	line-height: normal;
	font-weight: normal;
}

