body {
  font-family: verdana,sans-serif;
  font-size: 14px;
  background: #EEE;
  text-align: center;
}

div#container {
  margin: 0px auto;
  padding: 0;
  width: 900px;
  height: 90%;
}

div#sidebar {
  font-size: 10px;
  float: left;
  width: 164px !important;
  width: 180px;
  padding: 4px 8px;
  margin: 0px;
  text-align: center;
}

div#sidebar A {
  font-family: Arial;
  font-size: 14px;
  width: 160px;
  line-height: 32px;
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
  vertical-align: middle;
  color: white;
  background: #4C82BC;
  border: solid 2px #3C5E8C;
}

div#sidebar A:hover {
  background: #5C92EC;
  text-decoration: none;
}

div#sidebar A.active {
  background: #5C92EC;
  text-decoration: none;
  font-weight: bold;
}

div#sidebar A.light {
  background: #7Cb2ff;
  text-decoration: none;
}

div#shadow {
  float: right;
  margin: 0;
  padding: 0px 4px 4px 0px;
  background-image: url('gray.png');
  background-repeat: no-repeat;
  background-position: 4px 4px;
}

div#main {
  margin: 0px;
  width: 680px !important;
  width: 712px;
  text-align: left;
  background: white;
  border: solid #3C5E8C 1px;
  padding: 16px;
}

div#graphics {
  width: 320px;
  padding: 0;
  float: left;
  text-align: center;
}

div#introduction {
  float: right;
  width: 340px;
}

div#footer {
  clear: both;
  text-align: right;
  font-size: xx-small;
  color: gray;
}

div#footer A {
  color: gray;
}

div#minheight1 {
  float: right;
  width: 1px;
  height: 256px !important;
  height: 248px;
}

div#minheight2 {
  float: right;
  width: 1px;
  height: 312px !important;
  height: 292px;
}

div#clearall {
  clear: both;
}

table#icons {
  width: 300px;
}

table#icons TR {
  vertical-align: top;
}

table#icons TD {
  text-align: center;
  font-size: 10px;
  color: #4C82BC;
}

table#icons TD IMG {
  border: solid 2px #3C5E8C;
  width: 70px;
  height: 70px;
}

H2 {
  margin: 0;
  padding-top: 0px !important;
  padding-top: 56px;
  height: 92px;
  color: #3C5E8C;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  font-family: arial,helvetica;
  font-weight: bold;
}

H2 I {
  font-size: 18px;
  text-align: text-top;
}

H4 {
  color: #3C5E8C;
  text-transform: capitalize;
  font-family: arial,helvetica;
  font-weight: bold;
  border-bottom: solid 1px #3C5E8C;
}

H4.short {
  width: 480px;
}

B {
  color: #4C82BC;
}

LI {
  padding-bottom: 4px;
}

IMG.right {
  float: right;
  margin-left: 12px;
}

IMG.left {
  float: left;
  margin-right: 12px;
}
