body {
  padding: 15px 15px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  background-color: #fcfdbe;/*fcfbb5 fff6aa / fff498*/
  color: black;
  margin: 0 auto;
  max-width: 950px;
}
p {
  line-height: 1.3em;
  text-align: justify;
}
a {
  text-decoration: underline;
  color: #000000;
}
a:visited {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  border:  none;
  text-decoration: none;
  color: #000000;
}
a.extern, a.extern:visited {
  border-bottom: 1px dotted black;
  text-decoration: none;
}
a.extern:hover {
  border:  none;
  text-decoration: none;
  color: #000000;
}
a.anchor, #allJuco a.anchor:hover {
	color: inherit;
  text-decoration: none;
}

hr.clearFloat {
	visibility: hidden;
	border: none;
  height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

h1, h2, h3 {
  margin: 1em;
  font-weight: bold;
  color: #162716;
}
h1 {
  font-size: 1.6em;
  line-height: 1.8em;
}
h2 {
  font-size: 1.3em;
  line-height: 2.1em;
  padding-left: 2em;
}
h3 {
  font-size: 1em;
}
.img {
  border:  none;
}
a img {
  border:  none;
}
li {
  padding-top: 0.2em;
}
#pageHeader {
 /*border: 10px solid white; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px;*/
	position: relative;
  border-bottom: 1px solid #d3aa84;
  border-right: 1px solid #d3aa84;
  width: 100%;
  height: 7.8em;
  background-color: #944a05;
}
#pageTitle, #pageSubTitle {
  font-weight: bold;
  color: #fff7b6;
  text-align: center;
}
#pageTitle {
  line-height: 1.5em;
  font-size: 1.5em;
  padding-top: 0.4em;
}
#pageSubTitle {
  font-style: italic;
  line-height: 1em;
  font-size: 1em;
  margin-top: 0.5em;
}
#pageHeader .logo {
	display: block;
	width: 100px;
	height: 97px;
	position: absolute;
	right: -1px;
}
#pageHeader .logo img {
	height: 40px;
}
#menu {
	position: absolute;
  left: 12px;
  bottom: 0.8em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
#menu li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}
#menu a {
  border: 1px solid #d3aa84;
  margin: 0 0.2em;
  background: #fcfdbe none repeat scroll 0%;/*fff7b6*/
  width: 8em;
  height: 1.45em;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #271616;
}
#menu a:hover {
  background: #ffdc7e none repeat scroll 0%;
}
#menu a:active {
  background: gray none repeat scroll 0%;
  color: #ffffff;
}

