body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #004237;
  background-color: white;
  margin-top: 20px;
  line-height: 150%;

}

#wrapper {
  position: relative;
  width: 1000px;
  margin: auto;
  background-color: white;



}

#header {
	width: 1000px;
  height: 290px;
	background-color: transparent;
  background-image: url(pics/header.gif);
  background-repeat: no-repeat;
 
}


#content {
  text-align: center;
  width: 1000px;
  background-color: white;
  line-height: 100%;
}

#footer {
  width: 1000px;
  height: 50px;
}



a img {
  border: none;
}

img {
  border: none;
}

a {
    font-family: verdana, sans-serif;
    font-size: 12px;
   color: #004237;
}



a:hover {
    font-family: verdana, sans-serif;
    font-size: 12px;
   color: #004237;
}



