#menubar {
  padding: 5px 10px 5px 5px;
  background-image: url(images/menu_slice.png);
  background-position: right top;
  background-repeat: repeat-y;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: white;
  font-size: 12pt;
  line-height: 26pt;
}
#header {
  background-color: #c28530;
}
#content {
  padding: 5px;
  background-image: url(images/parchment.jpg);
  background-position:  center center;
}
#footer {
  padding: 10px 5px 5px;
  background-image: url(images/footer_slice.png);
  background-repeat: repeat-x;
  background-position: left top;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  color: black;
  font-weight: bold;
}
h1 {
  font-size: 16pt;
	line-height: 17pt;
	color: black;
	font-style: italic;
	font-weight: bold;
	margin-left: 15pt;
}
p {
  font-family: Times, serif;
  font-size: 12pt;
	line-height: 16pt;
	text-align: justify;
	color: black;
}
p.pfoot {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  line-height: 10pt;
  color: black;
  font-weight: bold;
	text-align: center;
}
li {
  font-family: Times, serif;
  font-size: 12pt;
  line-height: 16pt;
  color: black;
}
a:link, a:active, a:visited {
  font-weight: bold;
	text-decoration: underline;
	color: black;
}
a:hover {
  font-weight: bold;
  text-decoration: none;
	color: red;
}
a.menu:link {
  text-decoration: none;
  color: white;
}
a.menu:active {
  text-decoration: none;
  color: white;
}
a.menu:visited {
  color: white;
  text-decoration: none;
}
a.menu:hover {
  color: #c28530;
  text-decoration: none;
}
a.footmenu:link {
  color: black;
}
a.footmenu:active {
  color: black;
}
a.footmenu:visited {
  color: black;
}
a.footmenu:hover {
  color: white;
  text-decoration: none;
}
