body {
}

td {
padding: 0;
margin: 0;
}

table.header {
  width: 100%;
  height:80px;
}

body, p, td, li, ul, ol {
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

A:link    { text-decoration: none}
A:visited { text-decoration: none}
A:active  { text-decoration: none}
A:hover   { text-decoration: none; color: red;}

#parked A:link     { color: white; }
#parked A:visited  { color: white; }
#parked A:active   { color: white; }
#parked A:hover    { color: orange;}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet
MS",Geneva,Arial,Helvetica,SunSans-Regular,Verdana,sans-serif;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  color: #336699;
}

h1 {
  font-weight: normal;
  font-size: 1.6em;
  margin-bottom: 50px;
}

td#parked {
  color: white;
  font-size: 1.6em;
  background-color: #d5dfea;
  text-align: left;
}

td#banner {
  width: 500px;;
  background-color: #d5dfea;
  background-image: url('images/e-graphic5-transp.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  height: 80px;
}

#main {
  height: 350px;
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 50px;
  padding-left: 35px;
  background-color: transparent;
  background-image: url('images/blue%20globe.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 75% 50%;
  position: relative;
}

#footer {
  height: 4px;
  background-color: #336699;
  border-top: solid 2px #d5dfea;
  border-bottom: solid 2px #d5dfea;
}

#contact {
  font-size: smaller;
  text-align: center;
}

