* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}
  
#page {
  width: 100%;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#header {
  width: 1000px;
  height: 3ex; 
  border-bottom: none;
  text-align: right;
  color: white;
  padding-left: 1em;
  padding-top: 0.5ex;
}

#content {
  margin: 1em;
  width: 1000px;
}

#content h1 {
  font-size: 140%;
  margin-bottom: 0.5em;
}

#content p {
  margin-bottom: 1em;
}

#desc {
}

#footer {
  color: black;
  width: 1000px;
  /*
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  height: 2em;
  */
  text-align:center;
  font-size: 80%;
  padding: 2em 0;
}

#footer a {
  text-decoration: none;
  color: black;
}

#primaryad {
  background: #fff8dd;
  margin-bottom: 1em;
  height: 110px;
}

#search {
  text-align: center;
  padding-top: 1em;
}

td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

ul, ol, dl {
  margin: 0.5em 0 1.5em 0;
}

li {
  margin: 0 0 0.2em 1.5em;
}

#wrapper a, #wrapper a:visited {
  color: blue;
  text-decoration: none;
}

#wrapper a:hover {
  text-decoration: underline;
}

#header a, #header a:visited {
  font-size: 80%; 
  color: white; 
  padding-top: 4px;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#rightad {
  width: 170px;
  height: 640px;
  border-left: 1px solid black;
  padding-left: 10px;
}

.related {
  margin-bottom: 0.5em;
}

.related td {
  font-size: 80%;
}

.link {
  margin-bottom: 1em;
  width: 728px;
}

.link h2 {
  font-size: 120%;
  font-weight: normal;
}

.link h2 a {
  text-decoration: underline;
}

.link .desc {
  font-size: 80%;
  width: 600px;
}

.link .url {
  color: #008000;
}

img {
  border: none;
}


