* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: Serif;
  text-align: center;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #036;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.6em;
}

h1,h2,h3,h4,p,ul,blockquote,table {
  margin: 0 0 1em 0;
}

h2 {
  font-size: 20pt;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

body {
  background: #fff;
  font-family: Arial, Sans-Serif;
  font-size: 11pt;
}

h1,h2,h3,h4 {
  font-weight: normal;
}

#wrapper {
  background: url('images/head.jpg') repeat-x #fff;
  text-align: center;
}

#head {
  background-image: url('images/logo.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 200px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

#head h1 {
  padding: 80px 0 0 200px;
  
}

#head h1 a {
  color: #fff;
  text-decoration: none;
}

#nav {
  float: left;
  width: 200px;
  padding-bottom: 30px;

}

#nav a {
  color: #036;
}

#nav ul {
  list-style-type: circle;
  margin: 0;
  padding: 0 0 0 2em;
}

#nav ul li {
  margin: 0 0 0.33em 0;
}

#inner {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  padding: 40px 0 0 0;
}

#content {
  width: 600px;
  margin-left: 200px;
}

#content div.left {
  float: left;
  width: 48.5%;
}

#content div.right {
  margin-left: 52.5%;
}

#content div.sponsor {
  text-align: center;
}

#content div.frame {
  padding: 1em 1em 0 1em;
  border: 1px solid #ddc;
}

#content img.frame {
  border: 1px solid #aa9;
  padding: 0.5em;
}

#content img.middle {
  vertical-align: middle;
}

#content h2 {
  margin: 0 0 1em 0;
}

#content ul {
  list-style-type: circle;
  padding-left: 3em;
}

#content ul li {
  padding-left: 0.5em;
  margin-bottom: 0.66em;
}

#content dl {

}

#content dl dt {
  font-weight: bold;
}

#content dl dd {
  padding: 0 0 1em 2em;
}

#content table {
  width: 100%;
  border-collapse: collapse;
}

#content table td, table th {
  padding: 0.5em 0;
  border-bottom: 1px solid #aa9;
  vertical-align: top;
}

#content table.middle td, table.middle th {
  vertical-align: middle;
}

#foot {
  text-align: right;
  width: 800px;
  margin: 30px auto;
  padding: 30px 0;
  border-top: 1px solid #aa9;
  background: url('images/foot.jpg') no-repeat;
  background-position: 50% 50%;
  clear: both;
  color: #aa9;
}

#foot a {
  color: #999;
}

.message {
  color: #00c;
}

.error {
  color: #c00;
}

.stop {
  border: 1px solid #E21D1D;
  padding: 0.5em 1em;
}

