body {
  background-color: white;
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: large;
  text-align: center;
}

div.background {
  background-color: transparent;
  width: 95%;
	width: 880px;
  margin: 0 auto 0 auto;
  text-align: center;
}	

div.background-left {
  background-color: transparent;
  background-image: url("../img/body-bckgnd-left.jpg");
  background-repeat: repeat-y;
  background-position: left;
  width: 100%;
  margin: 0;
}

div.background-right {
  background-color: transparent;
  background-image: url("../img/body-bckgnd-right.jpg");
  background-repeat: repeat-y;
  background-position: right;
  margin: 0;
}

div.main {
  margin: 0 30px 0 30px;
  background-color: #FBF3D5;
  padding: 0px;
  text-align: center;
}

div.menu-container {
  text-align: center;
}

#topnav {
  height: 25px;
  background-image: url("../img/menu-grad.jpg");
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}

.normal {
	color: black;
}

.selected {
	color: purple;
}

div.banner {
  padding: 0px;
  margin: 0px;
}

img.banner {
  margin: 0 0 0 8px;
}

div.left-col {
  float: left;
  width: 250px;
  margin: 0 0 0 5px;
  background-color: #FBF3D5;
}

div.left-col-lrg {
  float: left;
  width: 395px;
  margin: 0 0 0 5px;
  background-color: #FBF3D5;
}

div.left-map {
  float: left;
  width: 395px;
  margin: 0 20px 0 5px;
  background-color: #FBF3D5;
}

div.right-col {
  float: right;
  width: 250px;
  background-color: #FBF3D5;
  margin: 0 3px 0 3px;
}

div.right-col-lrg {
  float: right;
  width: 395px;
  background-color: #FBF3D5;
  margin: 0;
  padding: 0;
}

div.rgt-col-text {
  text-align: left;
}

div.right-text {
	text-align: left;
}

div.right-text h1 {
	font-size: 125%;
	text-decoration: underline;
}

div.box-top {
  width: 100%;
  height: 15px;
  background-image: url("../img/box-top-g.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

div.lrg-box-top {
  width: 100%;
  height: 17px;
  background-image: url("../img/lrg-box-top.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

div.box-bot {
  width: 100%;
  height: 25px;
  background-image: url("../img/box-bot-g.jpg");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.lrg-box-bot {
  width: 100%;
  height: 25px;
  background-image: url("../img/lrg-box-bot.jpg");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.box-mid {
  width: 245px;
  background-image: url("../img/box-mid.jpg");
  background-repeat: repeat-y;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: center;
  overflow: hidden;
}

div.lrg-box-mid {
  width: 375px;
  background-image: url("../img/lrg-box-mid.jpg");
  background-repeat: repeat-y;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  overflow: hidden;
}

div.lrg-box-inner {
	width: 346px;
	text-align: center;
	padding: 0;
	margin: 0;
}

div.lrg-box-inner iframe {
	margin: 0 auto 0 auto;
}

div.box-mid p {
	margin: 0 15px 0 15px;
}

div.box-mid h1, h2, h3 {
  margin-top: 0;
}

div.lrg-box-inner p {
  margin: 0 5px 0 5px;
}

div.lrg-box-inner h1, h2, h3 {
  margin: 0 5px 7px 5px;
}

div.center-col{
	float: left;
  width: 280px;
  font-size: medium;
  font-weight: bold;
  text-align: left;
  padding: 10px 5px 10px 5px;
}

div.web-specials-container {
  width: 100%;
  text-align: center;
}

div.web-specials {
  margin: auto;
  width: 250px;
}

div.image-block {
	text-align: center;
	margin: 0 auto 0 auto;
}

table.image {
	margin: 0 auto 0 auto;
}

caption.image-caption {
  font-weight: bold;
  caption-side: bottom;
}

div.bottom-photo {
	float: left;
  text-align: center;
  width: 525px;
  margin: 0 auto 0 25px;
}

div.bottom-photo img {
  margin: 5px auto 5px auto;
  border: solid gray 2px;
}

#footer {
	width: 879px;
  font-size: smaller;
  color: black;
}

#footer a {
  color: black;
}

table.footerMenu {
  margin: 0px auto 2px auto;
}

table.footerMenu td {
  vertical-align: top;
  text-align: left;
  padding: 3px 10px 5px 10px;
}


