* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background: #e7f4e6;
  font: 12px Arial, Helvetica, sans-serif;
  color: #008000;
  text-align: center;
}

hr {
  color: black;
  background-color: black;
  height:2px;
  margin:6px 0 6px 0;
  border-bottom: 1px solid #696969;
}

h3 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: Blue;
  background: transparent none;
}

a:hover, a:active {
  text-decoration: underline;
  color: #15BCDA;
  background: transparent none;
}

#page {
  text-align: left;
  margin: 0 auto;
  width: 985px;
}

#header {
	width: 985px;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#header h1 {
  font-size: 36px;
  white-space: nowrap;
  position: absolute;
  top: 76px;
  margin-left: 546px;
}

#content {
	width: 985px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer {
	width: 985px;
	height: 71px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent none;
	width: 1024px;
	height: 71px;
}

#footer a {
  color: #ffffff;
  background: transparent none;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: #a05c1b;
  text-decoration: underline;
  background: transparent none;
}

div.box {
	margin-left: 38px;
	width: 905px;
	overflow: hidden;
}

div.all {
	padding: 8px;
	text-align: center;
}

div.lft {
  float: left;
  width: 590px;
  overflow: hidden;
}

div.rgt {
	float: left;
	width: 310px;
	overflow: hidden;
}

#topmenu {
  position: absolute;
  top: 168px;
  margin-left: 402px;
  font-size: 14px;
  background: transparent none;
  text-align: left;
  width: 692px;
}

#topmenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#topmenu li {
  display: inline;
  margin: 0px 2px 0px 2px;
  float: left;
  width: 124px;
  border-bottom: 2px solid #3a533a;
  border-left: 2px solid #3a533a;
  border-top: 2px solid #e7f4e6;
  border-right: 2px solid #e7f4e6;
}

#topmenu li a, #topmenu li a:link {
  text-decoration: none;
  font-weight: bold;
  padding: 0 5px;
  color: #008000;
  background: transparent none;
}

#topmenu li a:hover, #topmenu li a:active {
  color: #ffffc0;
  background: transparent none;
}
