@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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #966;
	font-size: 95%;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	background-color: #F0F0F0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #container #header a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #003;
}
.oneColFixCtrHdr #container #header a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #003;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #footer h5 {
	font-size: 90%;
	color: #966;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #footer h6 {
	font-weight: normal;
}
.oneColFixCtrHdr #container #footer a {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #966;
	font-size: 85%;
}
.oneColFixCtrHdr #container #footer a:hover {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #630;
	font-size: 85%;
	font-style: italic;
}
.navigation {
	background-color: #CCC;
	line-height: 28px;
}
a {
	text-decoration: none;
	color: #006;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #630;
	font-weight: normal;
	font-style: italic;
}
li {
	margin-bottom: 10px;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #006;
	line-height: 22px;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #906;
	line-height: 22px;
}
h3  {
	font-weight: normal;
	font-size: 95%;
}
h4 {
	font-size: 85%;
	color: #000;
	font-weight: normal;
}
h5 {
	font-size: 85%;
	color: #003;
	font-weight: bold;
}
.fill {
	background-color: #366;
	margin: 10px;
	border: 3px solid #000;
	color: #FFF;
	padding: 5px;
}
.large {
	font-size: 150%;
}
.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60%;
}
.medium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
}
.red {
	color: #C00;
}
.strikethrough {
	text-decoration: line-through;
}
.smallred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #C00;
}
.h1duplicate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006;
	line-height: 22px;
	font-style: normal;
	font-variant: normal;
}
.servicearea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
}
.testimonial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	line-height: 16px;
	background-color: #F3F3F3;
}

