@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: #103163;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #993300;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 925px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.burgundy {
	color: #C00;
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #103163;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #103163;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #103163;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #103163;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #103163;
}
li {
	padding-bottom: 5px;
}
.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 */
	font-size: 70%;
}.oneColFixCtrHdr #container #footer h6 {
	font-weight: normal;
	font-size: 70%;
}
.red {
	color: #F00;
}
.strikethrough {
	text-decoration: line-through;
}

.redsmall {
	color: #F00;
	font-size: smaller;
}
.oneColFixCtrHdr #container #header #navigation a {
	color: #039;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header #navigation {
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-bottom-width: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
}
.oneColFixCtrHdr #container #header #navigation a:hover {
	color: #039;
	text-decoration: none;
	font-size: 70%;
}
.oneColFixCtrHdr #container #footer a {
	color: #069;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #069;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.webdesign {
	font-size: 70%;
}

.small {
	font-size: 75%;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #036;
}
.headingsmaller {
	font-size: 80%;
}

.rust {
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 160px;
	margin-left: 160px;
	border: 1px solid #006;
	line-height: 2;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000;
	font-weight: normal;
	line-height: 24px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 0.14em;
	text-transform: none;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #600;
	border-bottom-color: #600;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: oblique;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	color: #960;
}
.servicearea {
	font-size: 75%;
	color: #993300;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #993300;
	text-decoration: none;
	font-style: italic;
}
.serviceareafooter {
	color: #630;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	border: 1px solid #006;
	margin: 5px;
	padding: 5px;
	font-size: 70%;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	color: #630;
}
.floatright {
	float: right;
}
