/* Copyright 2010 DiGGr, all rights reserved. */
BODY {
  font-family: sans-serif;
  font-size: 80%;
  color: #000000;
  background: #DFDFDF;
  }
H1 {
  font-family: "Lucida Sans",sans-serif;
  font-size: 250%;
  font-weight: normal;
  color: #FFFFFF;
  background: #000080;
  padding-top: 1ex;
  padding-bottom: 1ex;
  }
H2 {
  font-size: 100%;
  font-weight: bold;
  color: #000080;
  }
H3 {
  font-size: 100%;
  font-weight: bold;
  color: #000080;
  }
TABLE {
  width: 100%;
  }
TD.left {
  font-weight: bold;
  text-align: left;
  }
TD.rite {
  font-weight: bold;
  text-align: right;
  }

#heid, #heid2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }
#main, #main2 {
  }
#foot, #foot2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }

.columns {
  position: relative;
  float: left;
  width: 100%;
  right: 50%;
  }

.col_left,
.col_right {
  overflow: hidden;
  position: relative;
  float: left;
  }

.col_left {
  width: 46%;
  left: 52%;
  }

.col_right {
  width: 46%;
  left: 56%;
  }

.subtlebox {
  border: 1px solid #BFBFBF;
  padding: 1em;
  margin: 0.5em;
  }

.cent_img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }
