/* CSS Document */
body
{
  background-color: white;
  margin: 0px;
}

#header
{
  width: 100%;
  height: 60px;
  background-color: #0dd;
  color: #309;
  font-family: Verdana,Charcoal,sans;
  padding: 12px;
  border-bottom: 1px solid black;
}

#headertext
{
  width: 68%;
  line-height: 1em;
}

.title
{
  font-size: 2em;
  font-weight: bold;
}
.subhed
{
  font-size: 1.1em;
  font-style: oblique;
}

#fetchrdf
{
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30%;
}
#fetchrdf input
{
  width: 100%;
}

#mainbody
{
  padding-left: 12px;
  padding-right: 12px;
  font-family: Verdana,Charcoal,sans;
}

#mainbody p
{
  font-size: 0.9em;
}

h1
{
  font-size: 1.6em;
  font-weight: bold;
}

h3
{
  font-size: 1.4em;
  font-weight: bold;
}

ul li
{
  font-size: 0.9em;
}

.weblink
{
  font-size: 0.7em;
  text-decoration: none;
}

#footer
{
  width: 100%;
  padding: 12px;
  border-top: 1px dotted black;
  font-family: Verdana,Charcoal,sans;
  font-size: 0.6em;
}
