html {
  overflow: hidden;
}

body {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  }

body, td
  {
  font-size: small;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  color: #666666;
  }

h3 {
  color: #D10118;
  padding-top: 20px;
  }

a {
   color: #0c0293;
   text-decoration: underline
   }

a:hover
   {
   color: #D10118;
   text-decoration: none
   }

#ac
  {
  position: absolute; 
  top: 0px;
  left: 0px;
  bottom: 60px; 
  right: 0px; 
  overflow: auto; 
  text-align: center;
  }

#acinner { background: #fff url(/images/linestop.gif) repeat-x top left; }
#container
  {
  text-align: left;
  margin: 0px auto;
  width: 640px;
  }
#header
  {
  position: relative;
  height: 100px;
  background: url(/images/logobar.gif) no-repeat;
  }

#footer
  {
  text-align: center;
  position: absolute;
  bottom: 0px; 
  left: 0px;
  right: 0px;
  height: 60px;
  background: #fff url(/images/linestop.gif) repeat-x top left;
  }
#menu { position: absolute; top: 61px; height: 18px; margin: 0px 21px 0px 20px; }
#submenu { position: absolute; top: 79px; height: 20px; margin: 0px 21px 0px 20px; }
#menu, #submenu { border-left: 1px solid #444; }
#menu ul, #submenu ul { list-style: none; padding: 0px; margin: 0px; }
#menu li { float: left; width: 99.5px; height: 18px;  }
#submenu li { float: left; width: 97px; height: 19px; }
#menu li.first { width: 99.5px; }
#submenu li.first { width: 111px; }
#menu li a
  {
  border-right: 1px solid #444;
  display: block;
  padding-left: 5px;
  background-color: #fff;
  color: #aaa;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  }
#menu li a:hover, #menu li#current a { color: #eee; background-color: #666; }

#submenu li a
  {
  border: 1px solid #444;
  border-left: none;
  display: block;
  padding-left: 5px;
  background-color: #666;
  color: #eee;
  line-height: 19px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  }
#submenu li a:hover { color: #000; }

#content
  {
  margin: 0px 21px;
  }

form dl
{
overflow: hidden;
height: 1%;
}

form dt
{
float: left;
clear:  both;
width: 20%;
clear: left;
padding-top:  0.3em;
text-align: left;
}

form dd
{
float: left;
width: 45%;
margin-bottom: 0 0 0.5em 0.25em;
border-bottom: solid 0.5em white;
border-left: solid 0.5em white;
}

.cws-sidebar
  {
  float: right;
  width: 150px;
  color: #5c6c73;
  }

.cws-content
  {
  margin-right: 153px;
  padding-right: 10px;
  border-right: white 1px dotted;
  }