body {
	background-color: #99CCFF;
	padding: 6px;
	background-image:  url("/chesterOLD/images/background_pawprint.jpg");
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #002E66;
	max-width: 640px;
	min-width: 300px;
	border: 0px;
	text-align:left;
	margin: 0px auto;
	text-align: left;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
	line-height: 0.9em;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3,h4,h5,h6 {
	font-size: 1.1em;
	font-weight: bold;
}

.keepTogether {
	white-space: nowrap;
}

a {
color: #000080;
}
a:visited {
color: #000099;
}
a:hover {
color: #00FFFF;
}

p {
	margin-bottom: 23px;
}

hr {
	color: #663300;
	height: 1px;
	width: 70%;
}
.contact {
	border: 1px solid #F8A848;
	background-color: #B4D9FE;
}
.headerLinks {
	font-size: 1.3em;
	text-align: center;
	border: solid #F8D858;
	border-width: 0 1px 2px 1px;
	padding-bottom: 12px;
	padding-top: 20px;
	width: 99%;
	margin: 0px auto;
	text-align: center;
	background-color: #B4D9FE;
}
.headerLinks a {
	white-space: nowrap;
	margin: 2px 6px;
}
.footerLinks {
	text-align: center;
	border: solid #F8D858;
	border-width: 1px;
	padding: 8px 23px;
	margin: 0px auto;
	text-align: center;
	background-color: #B4D9FE;
}
.footerLinks a {
	white-space: nowrap;
	margin: 2px 12px;
}

.textLarger {
	font-size: 1.3em;
}
.textSmaller {
	font-size: 0.7em;
}
img {
	max-width: 90%;
	height: auto;
}
.textMoveUp {
	margin-top: -18px;
}
.floatRight {
	float: right;
	padding-left: 6px;
}
.floatLeft {
	float: left;
	padding-right: 6px;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.textMinWidth {
	min-width: 100px;
	display: table;
}
.textMin-MaxWidth {
	min-width: 100px;
	max-width: 420px;
	display: table;
}
.inline-block {
	display: inline-block;
}
.imageCenter {
	display: table;
	max-width: 100%;
	margin: 0px auto;
}
