body {
  background: #0079c2 url(../images/bg3.png) center repeat-y;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font: 10pt century gothic;
}
#wrap1 {
  background: #fff;
  text-align: left;
  /*height: 100%;*/
  width: 700px;
  margin: 0 auto;
  position: relative;
}

#wrap2 {
  background: #fff;
  text-align: left;
  /*height: 100%;*/
  padding: 10px 15px 15px 15px;
}

#copy
{
	text-align:center;
	position: absolute;
	bottom: 10px;
	z-index:12;
}

#bottom
{
	position: absolute;
	bottom: 0px;
	background: center url(../images/bottom.png) no-repeat;
	width:100%;
	height: 50px;
	z-index: 10;
	

}

div#menu {
  width: 700px;
  height: 25px;
  background: url(../images/menu_bg.gif);
  border-bottom: 1px solid #6b6f6b;
  text-align: center;
  margin: 0 auto;
}
div#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div#menu li {
  list-style: none;
  margin: 0px;
  padding: 5px 8px 0px 8px;
  float: left;
}
div#menu a:link,
div#menu a:visited,
div#menu a:active {
  text-decoration: none;
  font: 10pt century gothic;
  color: #000;
}
div#menu a:hover {
  color: #6b6f6b;
}
#header {
  width: 700px;
  height: 200px;
  margin: 0 auto;
}
#header h1 {

  margin: 0px;
  padding: 0px;
  width: 700px;
  height: 200px;
}
#header h1 span {
  display: none;
}

.content td {
  font-size: 10pt;
}
.cleared {
  clear:both;
  line-height:0;
}
.image {
  margin: 0px;
  padding: 0px;
}
.image img {
  border: 1px solid #6b6f6b;
}

td .smallerror { font-weight:bold; color:#f00; background-color: #ff0 }
td .reqd { color : #E51912; font-size: 10pt; }
.reqd { color : #E51912; font-size: 10pt;}
.divider td {
  border-bottom: 1px dashed black;
}
