body {
  margin: 10px 10px 0px 10px;
  padding: 0px;
  color: #333333;
  background: #ffffff;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo {
  background: #ffffff;
  height: 125px;
}

#quicklinks {
  height: 21px;
  border: 1px solid #000000;
  background: #ffffff;
}

#navbox {
  position: absolute;
  left: 10px;
  top: 135px;
  width: 120px;
  border: #cccccc 1px solid;
  background: url(CommonImages/navbg.gif);
  background-repeat: repeat;
  z-index: 2;
}

#content {
  position: relative;
  width: auto;
  min-width: 500px;
  margin-left: 120px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 1;
}

#text {
  width:400px;
}

#miscbox {
  position: absolute;
  right: 10px;
  top: 116px;
  width: 200px;
  border: #333333 2px solid;
  padding-left: 2px;
  padding-right: 2px;
  background: #dddddd;
  z-index: 3;
  color: #666666;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica;
}

#redbanner {
  padding-left: 2px;
  padding-right: 2px;
  background: #ee0000;
  z-index: 3;
  color: #000000;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica;
}


.bluetext {
  padding-left: 2px;
  padding-right: 2px;
  background: #ffffff;
  z-index: 3;
  color: #0000dd;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
}

#copyright {
  position: relative;
  width: auto;
  min-width: 500px;
  margin-left: 120px;
  margin-right: 199px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 1;
  
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica;
  text-align: center;
}

.qltable {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
}

.qlsep {
  padding-right: 1px;
  padding-left: 1px;
  background-image: url(CommonImages/qlsep.gif);
  background-repeat: repeat-y;
}

.qlwt {
  padding-bottom: 3px;
  padding-top: 3px;
}

.qltext {
  background-image: url(CommonImages/qlbg.gif);
  background-repeat: repeat;
  padding-bottom: 3px;
  padding-top: 3px;
}

.qllink {
  color: #333333;
  text-decoration: none;
}

.navgroup {
  color: #333333;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  text-decoration: none;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 1px;
}

.navsep {
  background-image: url(CommonImages/navsep.gif);
  background-repeat: repeat-x;
}

.navitem {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
  padding-left: 16px;
}

.navlink {
  color: #333333;
  text-decoration: none;
}

.floatr {
  float: right;
  padding: 10px;
}

td {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
