@charset "UTF-8";
body {
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 8px ridge #9ab01b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EBEAE5;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	text-align: left;
	list-style-type: disc;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
link {
	color: #32220A;
}
link {
	color: #342109;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: 600;
	color: #9d200e;
	line-height: 20px;
	letter-spacing: .2em;
}
caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	text-align: left;
}
.referral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #342109;
}
.Copyright {
	font-size: 9px;
	font-weight: lighter;
	color: #97520E;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

