<style type="text/css">

/* html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr,footer{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}

body {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	background: #46598e;
	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: #004000;
}


.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #667bb4; /* this is the thin border around the whole content. */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0 0 0 0;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.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: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.oneColFixCtrHdr #locallinks {
	float: right;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	margin: 0 0 5px 10px;
}

.oneColFixCtrHdr #localdescription {
	float: left;
	margin: 0 0 0 0;
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 20px;
}

.mapclass {
	float: right;
	visibility: visible;
	height: 480px;
	width: 500px;
	padding-left: 10px;
}

.oneColFixCtrHdr #container #mainContent h1 {
	color: #004000;
}
.oneColFixCtrHdr #container #mainContent ul {
	padding-left: 10px;
}

#footer h4 {
	padding-right: 20px;
	line-height: 5px;
}

.guest-book {
	font-style:oblique;
}

.guest-book-name {
	font-size: 70%;
	font-variant: small-caps;
}
.guest-header {
	margin-top: 0px;
	margin-bottom: 0%;
}

.guest-quote-p {
	margin-top: 0%;
	margin-bottom: 1%;
}
</style>
