* {
  padding: 0;
  margin: 0;
} 

body {
  background: #000000;
  background-color: #181818;
  color: #ffffff;
  font: 12px Arial, Helvetica, sans-serif;
  font-size: 90%;
}

a {
  color: #3B6EBF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrap {
  margin: 20px auto;
  width: 706px;
  background: #000000 url('images/middle.png');
  background-repeat: repeat-y;
}

#top { 
  background: #000000 url('images/top.png');
  height: 18px;
}

#content {
  padding: 0 40px 0 40px;
}

#bottom {
  background: #000000 url('images/bottom.png');
  height: 12px;
}

.header {
  height: 100px;
  background: #000000 url('images/header.png');
  border-top: 1px solid #007F0E;
  border-left: 1px solid #007F0E;
  border-right: 1px solid #007F0E;
  border-bottom: 1px solid #007F0E;
}
	
.middle {
  float: none;
  width: 94%;
  margin: 0 10px;
  padding: 5% 1%;
  text-align: justify;
  background-color: #000000;
}

#clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #000000;
}

ul#nav,ul#nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#nav {
  float: right;
  padding: 60px 8px;
  font-size: 85%;
}

ul#nav li {
  float: left;
  margin-left: 5px;
  text-align: center;
}

ul#nav a {
  float: right;
  width: 88px;
  padding: 8px 0;
  background: #181818;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #007F0E;
  border-left: 1px solid #007F0E;
  border-right: 1px solid #007F0E;
  border-bottom: 1px solid #007F0E;
}

ul#nav a:hover {
  background: #fff;
  color: #181818;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
  background: #FFF;
  color: #003;
}

#frame { 
  width: 610px;
  height: 520px;
  overflow: auto;
  text-align: left;
}

table {
  border: 0px;
  margin-left: auto;
  margin-right: auto;
}

td {
  border: 0px;
  font-size: 92%;
  vertical-align: baseline;
  text-align: left;
}

.aa {
  width: 300px;
}

.ab {
  width: 300px;
}

.wa {
  width: 200px;
}

.wb {
  width: 100px;
}

.wc {
  width: 300px;
}

.wa2 {
  width: 350px;
}

.wb2 {
  width: 250px;
}

.wc2 {
  width: 300px;
}

.la {
  width: 300px;
}

.lb {
  width: 300px;
}

.ga {
  width: 300px;
}

.gb {
  width: 300px;
}

#title {
  color: #00A500;
  text-align: center;
}

#title2 {
  color: #ffffff;
  text-align: center;
}

#menutitle {
  color: #ffffff;
  text-align: left;
}

#menucontent {
  color: #ffffff;
  text-align: left;
}

#logo {
  text-align: center;
}

#menu {
  width: 120px;
  float: right;
  margin: 0;
  padding: 10px 10px 10px 10px;
  border: 1px #007F0E solid;
  background-color: #000000;
  list-style: none;
  text-align: center;
}

#menu li {
  margin: 5px 0;
  padding: 0;
}

#menu li a {
  color: #ffffff;
  width: 100%;
  display: block;
  padding-left: 1px;
}

#menu li a:hover {
  color: #000000;
  background: #ffffff;
  padding-left: 1px;
}

