@charset "utf-8";

body
  {
  background-color: #FFFFFF;
  margin: 20px;
  padding: 0px;
  text-align: center;
  color: #336633;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  /* please be aware that em is a RELATIVE size to THIS central definition */
  /* Use ONLY em in all other font-size definitions and px ONLY here */
  text-decoration: none;
  line-height: 1.2em;
  }


#div_container
  {
  margin: 0 auto;
  padding:0px;
  width:800px;
  height: 600px;
  border: 1px solid #000;
  }

#div_header
  {
  width:800px;
  height: 20px;
  background-image: url(mini-bg-green.png);
  }

#div_middle
  {
  width:800px;
  height: 560px;
  }

#div_spacer1
  {
  width:800px;
  height: 20px;
  }

#div_spacer2
  {
  width:800px;
  height: 20px;
  }

/* this has been a td in an earlier version, not a div */
#td_content {
  margin-left:20px;
  width:760px;
  height:520px;
  text-align:left;
  overflow: auto;
  }

#div_footer
  {
  width:800px;
  height: 20px;
  background-image: url(mini-bg-green.png);
  }

td.td_logoline 
  {
  text-align: left;
  font-family:Arial;
  font-weight:bold;
  font-size:16px;
  color:#003300;
  }


td.td_naviline 
  {
  text-align: right;
  }

#div_links
  {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0px;
  width:800px;
  height: 80px;
  }


a:link    {text-decoration: none; font-family:Arial,sans-serif; font-weight:bold; font-size:12px; color:#006600;}
a:visited {text-decoration: none; font-family:Arial,sans-serif; font-weight:bold; font-size:12px; color:#006600;}
a:active  {text-decoration: none; font-family:Arial,sans-serif; font-weight:bold; font-size:12px; color:#99FF66;}
a:hover   {text-decoration: none; font-family:Arial,sans-serif; font-weight:bold; font-size:12px; color:#99FF66;}

li {padding:4px;}

