* {
  padding: 0;
  margin: 0
} 

body {
  background: #fff;
  background-color: #181818;
  color: #ffffff;
  font: 9pt Verdana, Sans-Serif;
}

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

a:hover {
	text-decoration: underline
}

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

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

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

#bottom {
  background: #fff 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
}

#logo {
  padding-left: 12px;
  padding-top: 10px;
}
	
.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
}

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

#validator {
  text-align: center;
}

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

ul#nav {
  float: right;
  padding: 0px 10px;
  font-size: 80%
}

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:center
}

table {
  margin-left: auto;
  margin-right: auto
}

td {
  border: 1px solid #666666;
  font-size: 110%;
  vertical-align: baseline
}