body {
  font: 100% Arial, Helvetica, sans-serif;
  background: #efe8d5;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

td {
  vertical-align: top;
}

.fontop {
  background-image: url(fontop.jpg);
  background-repeat: repeat-x;
}

.fonbtm {
  background-color: #e3d7b9;
}

#menu {
  margin: 70px 0 0 0;
  padding: 0 0 20px 40px; 
}

.mainlevel {
  padding: 3px 20px 3px 5px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.87em;
  font-weight: 600;
}

.mainlevel a:link, a:visited {
  color: #68411f;
  text-decoration: underline;
}

.mainlevel a:hover{
  text-decoration: none;
}

#mainselect {
  color: #fff;
  background-color: #68411f;
  font-weight: normal;
}

.sublevel {
  padding: 3px 20px 3px 20px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68em;
  font-weight: normal;
}

.sublevel a:link, a:visited {
  color: #417227;
  text-decoration: underline;
}

.sublevel a:hover {
  text-decoration: none;	
}

#subselect {
  color: #978b6e;
}

#content {
  padding-bottom: 20px;
}

#content h1 {
  padding: 25px 100px 0 50px;
  font-size: 1.62em;
  font-weight: 500;
  color: #417227;
}

#content p {
  padding: 0 100px 15px 75px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #000;
}

#content ul {
  margin: 0 0 0 50px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.25em;
  list-style-type: none;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #417227;
}

#content a:hover {
	text-decoration: none;
}

#img_top {
  vertical-align: top;
}

#copyr {
  width: 150px;
  height: 50px;
  margin: 0 0 0 100px;
  padding: 15px 0 0 0;
  background-image: url(rect.jpg);
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #6d6e71;
}

#copyr a {
  color: #417227;
  text-decoration: underline;
}