html, body, table, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Tahoma, sans-serif;
  background: #FFF;
  color: #666;
}

.print, #logo_print
{
  display: none;
}

form
{
  display: inline;
}

#container
{
  position: absolute;
  left: 50%;
  margin-top: 50px;
  margin-left: -396px;
  width: 792px;
}

#header
{
  display: block;
  margin: 3px 3px 0 3px;
}

#logo
{
  background: #C9C9C9;
}

#banner
{
  display: block;
  margin-top: 3px;
}

#nav_top
{
  position: absolute;
  left: 481px;
  top: 59px;
  padding: 0;
  width: 126px;
  height: 175px;
  background: #099;
}

#nav_top ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  height: 175px;
  overflow: hidden;
}

#nav_top li
{
  margin: 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 1px;
  height: 25px;
}

#nav_top li a
{
  display: block;
  margin: 0;
  padding: 6px 0 0 22px;
  text-decoration: none;
  background-color: #099;
  color: #FFF;
  height: 100%; /* stupid IE fix */
}

html>body #nav_top li a
{
  width: auto;
}

#nav_top li a.active
{
  background: #e7f5f5;
  color: #099;
}

#banner_right
{
  margin: 0;
  padding: 0;
  position: absolute;
  left: 610px;
  top: 56px;
  width: 179px;
  height: 178px;
  background: #c9c9c9;
}
#banner_right_text
{
  display: inline;
  position: relative;
  top: 102px;
  left: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f9f9f9;
  line-height: 150%;
}

#content
{
  margin: 0;
  padding: 0;
  height: 306px;
  border: 0;
  border-collapse: collapse;
}
#content td
{
  border: 3px solid #FFF;
}

#main
{
  width: 475px;
  background: #e5e5e5;
  vertical-align: top;
  line-height: 115%;
}
#scrollbar
{
  overflow: auto;
  width: 475px;
  height: 306px;
}
#main_text
{
  padding: 30px;
  font-size: 8.8pt;
  color: #666;
}
#main_text a
{
  color: #666;
  text-decoration: underline;
}
#main_text a:hover
{
  color: #099;
}
.highlight
{
  font-weight: bold;
}

#nav_right
{
  width: 179px;
  background: #e5e5e5;
  vertical-align: top;
}
#nav_right_text
{
  padding: 25px;
  height: 135px;
  line-height: 185%;
  border-bottom: 3px solid #fff;
  color: #999;
  font-size: 9pt;
}
#nav_right a
{
  color: #999;
  text-decoration: none;
}
#nav_right a:hover
{
  color: #099;
  text-decoration: none;
}

#nav_bottom
{
  width: 126px;
  height: 100%;
  background: #e7f5f5;
  vertical-align: bottom;
}
#nav_bottom_text
{
  color: #099;
  padding: 0 0 5px 10px;
  line-height: 225%;
  font-size: 11px;
  letter-spacing: 1px;
}
#nav_bottom a, #nav_bottom form
{
  height: 25px;
  color: #099;
  text-decoration: none;
}
#nav_bottom a:hover
{
  text-decoration: underline;
}
#nav_bottom input.text
{
  font-size: 11px;
  letter-spacing: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #099 #099 #fff;
  width: 85px;
  background: #e7f5f5;
  color: #099;
}
#nav_bottom input.text:hover, #nav_bottom input.text:focus
{
  background: #fff;
}
#nav_bottom img, #nav_bottom .img
{
  margin-right: 3px;
  position: relative;
  top: 3px;
}
#nav_bottom_top
{
  position: absolute;
  top: 240px;
  left: 503px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 130%;
}
#nav_bottom_top ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
#nav_bottom_top ul li
{
  display: block;
  width: 100px;
  margin-top: 8px;
}
#nav_bottom_top ul li a
{
  color: #888;
  text-decoration: none;
  height: 100%;
}
#nav_bottom_top ul li a:hover, #nav_bottom_top ul li a.active
{
  color: #099;
  text-decoration: none;
}

h1
{
  margin: 0 0 25px 0;
  color: #777;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}

#footer
{
  margin: 3px;
  font-size: 10px;
  text-align: right;
  color: #999;
}