body {
  font: 12px verdana, arial, helvetica, sans-serif;
  color:#646464;
  background: #cccccc;
  margin: 0;
  line-height: 150%;
  }

p, li, ul, dd, td {
  font: 11px verdana, arial, helvetica, sans-serif;
  color:#646464;
  line-height: 145%;
  margin-top: 0;
  }

p {
  margin-bottom: 8px;
  }
  
a {
  font: 11px verdana, arial, helvetica, sans-serif;
  color:#646464;
  text-decoration: underline;
  }
  
a:hover {
  color:#646464; 
  text-decoration:underline;
  }

ul { 
  list-style-image: url(images/bullet.gif);
  padding: 0;
  margin: 0 0 0 10px;
  }

h1 {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  }

html,body, table#container {
  height:96%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  }

#pagebodybg {
  width: 100%;
  height: 522px;
  padding: 0;
  margin: 0;
  }
  
#pagebody {
  width: 900px;
  height: 602px;
  text-align: center;
  border: 1px solid #000000;
  }

#homelower {
  background: url(images/home-bottom.jpg) left top no-repeat;
  height: 213px;
  vertical-align: top;
  text-align: left;
  padding: 0 54px 0 74px;
  }
#homelower a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  background: url(images/nav-bg.gif) right top no-repeat;
  padding: 8px 0 10px 10px;
  margin-bottom: 15px;
  }
#homelower a:hover {
  color: #fbd373;
  background: url(images/nav-over-bg.gif) right top no-repeat;
  }
    
#footer {
  width: 800px;
  text-align: center;
  padding-top: 8px;
  height: 26px;
  }
#footer h1 {
  font-weight: normal;
  font-size: 11px;
  color:#666666;
  text-transform: none;
  margin: 0;
  letter-spacing: 0;
  }