/* $Id$ */
/* $Source$ */
 
body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  margin: 0;
}

h3 {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1em;
}

p {
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

ul {
  margin-top: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}

a {
  color: #c00;
}

a:visited {
  color: #630;
}

form {
  margin: 0;
  padding: 0;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 760px;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  padding-top: 15px;
  border-bottom: 1px dotted black;
  text-align: center;
}

#header img {
  border: 0;
}

#leftcol {
  position: absolute;
  top: 70px;
  left: 20px;
  width: 345px;
  background: #fff;
}

#rightcol {
  position: absolute;
  top: 70px;
  left: 380px;
  width: 360px;
  background: #fff;
}
