@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #999;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0;
	text-align: left;
	border: 1px ridge silver;
}

/* header */

.oneColFixCtrHdr #header {
	padding: 0 10px 0 10px;
	text-align: center;
}
.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;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
}

.oneColFixCtrHdr #header h2 {
	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;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
}

/* header end */

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* navigation */

#navbar {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#navbar ul {
	margin: 0px;
	padding: 10px;
	text-align: center;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
}

#navbar a:link, a:visited {
	color: gray;
	text-decoration: none;
}

#navbar a:hover{
	color: #191919;
	text-decoration: none;
}

/* end of navigation */

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 14px;
}
.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 */
}

.printsearch {
	color: #999;
	font-size: 200%;
	font-weight: bold;
}
.chester

 {
	color: #999;
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #333;
}

/* boxes */

#boxes {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 60%;
	width: auto;
}

#boxes h2 {
	font-size: 16px;
	text-align: center;
}

#box1 {
	width: 205px;
	float: left;
	margin: 10px;
	height: auto;
	padding-right: 5px;
	padding-left: 10px;
	border: thin none silver;
	color: #808080;
	background-image: none;
	background-repeat: no-repeat;
}
#box2 {
	width: 205px;
	float: left;
	margin: 10px;
	height: auto;
	padding-right: 5px;
	padding-left: 10px;
	border: thin none silver;
	color: #808080;
	background-image: none;
	background-repeat: no-repeat;

}

#box3 {
	float: left;
	width: 205px;
	margin: 10px;
	height: auto;
	padding-right: 5px;
	padding-left: 10px;
	border: thin none silver;
	color: #808080;
	background-image: none;
	background-repeat: no-repeat;

}

/* float commands
 */

.floatright {
	float: right;
	padding: 0px 0px 10px 20px;
	margin: 0px;
}

.floatleft {
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* outhouse design */

#outsidecontainer {
	width: 780px;
	margin: 0 auto;
}

#outhouse {
	text-align: center;
	font-size: 60%;
	padding: 5px 8px 0 5px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
}

/* outhouse design end */
