body {
  background-color: #eee;
  text-align: center;
  font-family: verdana;
  margin: 0px;
  padding: 0px;
}
#main {
  width: 1004px;
  height: 560px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: left;
}
#insidewrap {
  width: 100%;
  height: 100%;
  border: 0px;
}
#splitter {
   font-size: 10pt;
   padding-right: 8px;
   height: 100%;
   width: 100%;
}
#left {
  width: 180px;
  background-color: #f4f4f4;
  padding-left: 8px;
  font-size: 10pt;
}
#right {
  padding-left: 16px;
  padding-right: 16px;
}
.lefthead {
  font-weight: bold;
  font-size: 14pt;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mainhead {
  font-weight: bold;
  font-size: 20pt;
  margin-top: 18px;
  margin-bottom: 10px;
}
.listhead {
  font-weight: bold;
  font-family: arial;
  font-size: 11pt;
}
.listentry {
  font-family: arial;
  font-size: 11pt;
}
.mainsub {
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 30px;
}
.mainspacer {
  line-height: 1px;
  margin-bottom: 19px;
}
a.cat {

}
a.subcat {
  padding-left: 10px;
}
.formtext {
  font-family: verdana;
  font-size: 10pt;
}
.formdesc {
  font-family: arial;
  font-size: 14px;
}
.formbut {
  margin: 2px;
  font-family: verdana;
  font-size: 9pt;
}
.error {
  color: #ff0000;
}
.logo {
  font-family: times new roman;
  font-size: 12pt;
}
.logobig {
  font-size: 24pt;
  font-weight: bold;
}
.flag {
  border: 1px solid #000;
}
.clicktest {
  position: absolute;
  z-index: 2;
  float: left;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background: url(images/bigbg.png);
  behavior: url(iepngfix.htc);
}
.vc {
  position: relative;
  top: 50%;
}
.vc2 {
  position: relative;
  top: -30%;
}
.vc3 {
  background: #fff;
}
.bigclose {
  color: blue;
  text-decoration: underline;
}
.listpad {
	padding-left: 6px;
	padding-right: 6px;
}