body {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  color: #000000;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  background-image: url('../img/BG.gif');
  background-repeat: repeat;
}

a, a:active, a:visited {
  text-decoration: underline;
  font-weight: bold;
  outline: none;
  color: #000000;
}

a.menu { text-decoration: none; }

a:hover, a.selected {
  text-decoration: underline;
  font-weight: bold;
}

a.selected { color: #448cca; font-weight: bold; }

p.calchead {
  margin: 0;
  padding: 6px;
  text-align: center;
  background-color: #ebebeb;
  font-size: 16px;
  font-weight: bold;
}

p.calcbody, p.calcbodyright { margin: 4px; }

p.calcbodyright { font-weight: bold; font-size: 13px; }

p.updatetext {
  font-size: 13px;
  margin: 0;
  padding: 8px 4px;
}

.cflbutton, .pcsbutton, .psibutton, .vampbutton, .totalbutton {
  border: none;
  width: 64px;
  height: 32px;
  background-image: url('../img/CheckButton.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

img.howimg {
  margin: 0 0 4px 0;
  border-width: 0 0 1px;
  border-color: #000000;
  border-style: solid;
}

div.input-span { text-align: right; padding: 4px; }

div.header {
  height: 32px;
  width: 250px;
  top: -18px;
  left: 32px;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  position: absolute;
  background-color: #ebebeb;
}

#logo {
  padding: 8px 0;
  width: 940px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  background-image: url('../img/Logo.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dbe7ea;
}

#menu {
  width: 940px;
  height: 24px;
  padding: 6px 0 0;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
  text-align: center;
  border-width: 1px 0;
  border-color: #000000;
  border-style: solid;
  background-color: #FFFFFF;
}

#container, #trailer {
  width: 940px;
  margin: 0 auto;
  position: relative;
  border-width: 0 2px;
  border-color: #000000;
  border-style: solid;
  background-color: #ecf0f1;
}

#trailer {
  width: 940px;
  font-size: 12px;
  min-height: 16px;
  text-align: center;
  padding: 4px 0;
  background-color: #FFFFFF;
  border-width: 1px 2px;
  border-color: #000000;
  border-style: solid;
}

#bodycontainer {
  width: 840px;
  margin: 24px auto 0;
  position: relative;
}

#cflcontainer, #pcscontainer, #psicontainer,  #vampcontainer, #totalcontainer, #txtcontainer, #UpdateDIV {
  width: 840px;
  min-height: 250px;
  margin: 0 auto;
  position: relative;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #FFFFFF;
  display: block;
}

#cflcontainer, #pcscontainer, #psicontainer, #vampcontainer { min-height: 215px; }

#totalcontainer { min-height: 86px; }

#cflspan, #pcsspan, #psispan, #vampspan, #totalspan { display: block; }

#txtcontainer { min-height: 0; }

#UpdateDIV {
  width: 890px;
  min-height: 24px;
  border-width: 0 0 2px;
  border-color: #ff0000;
  margin: 0 auto;
}

#update {
  color: #01481a;
  width: 890px;
  height: 24px;
  padding: 4px 0 0;
  margin: 8px auto 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  border-width: 2px 0;
  border-color: #ff0000;
  border-style: solid;
  background-color: #FFFFFF;
}

#dismiss {
  width: 80px;
  height: 16px;
  font-size: 10px;
  right: 10px;
  margin: 10px 0 0;
  position: absolute;
  display: inline;
}

div.term { min-width: 150px; display: inline; }

.leftinside {
  margin: 24px 0 0 12px;
  min-width: 400px;
  width: 400px;
  position: relative;
  float: left;
}

.rightinside {
  margin: 24px 12px 24px 0;
  width: 300px;
  position: relative;
  display: inline;
  float: right;
  border-width: 1px;
  border-color: #000000;
  border-style: dashed;
  background-color: #f3f3f3;
}

.returnbox {
  border-width: 1px 1px 0 1px;
  border-color: #000000;
  border-style: solid;
  width: 120px;
  min-height: 16px;
  position: relative;
  margin: 0 0 0 720px;
  text-align: center;
}

.clear { height: 24px; }