.page_container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 99%;
}
#dropmenudiv {
  border-style: solid;
  border-color: black;
  border-width: 1px 1px 0;
  position: absolute;
  background-color: #c3e1e0;
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  /* font-size-adjust: none;
  font-stretch: normal; */
  line-height: 18px;
  z-index: 100;
}
#dropmenudiv a {
  border-bottom: 1px solid black;
  padding: 1px 0;
  width: 100%;
  display: block;
  text-indent: 3px;
  text-decoration: none;
  font-weight: bold;
}
#dropmenudiv a:hover {
  background-color: #f8f5d8;
}
.navlist li {
  list-style-type: square;
  width: 135px;
  background-color: #ffffb9;
}
.heading_div {
	/*background-color: #b0e0e6;*/
	height: 74px;
	font-size: 30px;
	text-align: left;
	margin-bottom: 2px;
	background-image: url(../images/quilt2a.gif);
	font-style: oblique;
	font-weight: bold;
	color: #4E6784;
	overflow: hidden;
}
.heading_div p {
	display: inline;
	margin-left: 10px;
}
a.heading_link:hover {
  background-color: #c3e1e0;
}
.nav_link {
  text-decoration: none;
  font-size: 20px;
  color: Black;
}
.nav_div {
	border: 1px solid black;
	padding: 5px;
	width: 285px;
	margin-bottom: 2px;
}
.nav_div p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav_div a:hover {
	background-color: #f8f5d8;
}
.main_div {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	/*background-color: #fff9fa;*/
	background-color: #f5f1ea;
	margin-top: 2px;
	position: absolute;
	left: 300px;
	top: 74px;
}
.side_bar_div {
	background-color: #f8f5d8;
	border: 1px solid black;
	padding: 5px;
	width: 285px;
	margin-top: 2px;
	font-size: 75%;
}
a:hover {
	background-color: #e3e4fa;
}
body {
  background-color: #c3e1e0;
  font-family: sans-serif;
}
a img {border: none; }