html, body 
{
  height: 100%;
}

body 
{
  padding: 0;
  margin: 0 auto;
  width: 888px;
  color: black;
  font-family: helvetica, sans-serif;
  font-size: 10pt;
}

#header
{
  padding: 0;
  padding-top: 35px;
  margin: 0;
  width: 798px;
  height: 30px;
  text-align: left;
  z-index: 100;  
}

* html #header
{
  overflow: hidden;
} /* IE hack */ 

#maincontent
{
  top: 0;
  text-align: left;
  min-height: 100%; 
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 44px;
  margin-bottom: -40px;
  color: #000000;
  line-height: 140%;
  background: white url(background.png) repeat-y 0 0;
}

* html #maincontent 
{
  height: 100%;
} /* IE hack */ 

#footer 
{
  position: relative;
  margin-left: 44px;
  margin-right: 44px;
  width: 800px;
  height: 30px;
  border-top: 1px solid black;
  color: black;
  font-size: 8pt; 
  padding-top: 5px;
}
* html #footer 
{
  \height: 32px; /* for IE5 */
  he\ight: 30px; /* for IE6 */
}

#clearfooter
{
  clear: both;
  height: 40px;
} 

div, p  
{
  margin-top: 0;
} 

#content
{
  float: left;
  width: 300px;
  padding: 60px 20px 20px 40px;
}

* html #content 
{
  height: 1%;
  margin-bottom: 12px;
} /* IE hack */

#images
{
  float: left; 
  padding-top: 60px;
  overflow: hidden;
}

#menu 
{
  position: relative; 
  width: 759px;
  height: 31px;
  float: left;
  margin-top: 12px;
  padding-left: 40px;
  left: 0px;
  background: #0F9B7B url(menu-background.png) repeat-x;
  line-height: 29px;
  font-size: 10pt;
}
* html #menu 
{
  margin-left: 0px;
  margin-right: 0px;
} /* IE hack */

#main
{
  float: left;
}

#extra
{
  text-align: right;
  float: right;
  padding-right: 20px;
}

.menulink
{
  float: left;
  text-align: left;
  padding-top: 0px;
  padding-left: 0px;
  margin-right: 20px;
  vertical-align: middle;
  border: 0;
  text-decoration: none;
  color: white;
}

.menulink:hover
{
  color: white;
}

.selected
{
  color: white;
  background: #8ABB3B url(menu-background-selected.png) repeat-x;
  text-decoration: none;
}

.selected:hover
{
  color: white;
}

div #submenu
{
  position: absolute;
  left: 40px;
  top: 27px;
  width: 90px;
  z-index: 110;
  color: black;
  background-color: #B9D689;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 9pt;
  line-height: 150%;
}

* html #submenu
{
  padding-right: 0px; /* for IE6 */
}

.submenulink
{
  text-align: left;
  color: black;
  text-decoration: none;
}

.submenulink:hover
{
  color: black;
  background-color: #B9D689;
}

.extralink
{
  font-size: 8pt; 
  color: white;
  text-decoration: none; 
}

img 
{
  border: 0;
}

#content img, #images img
{
  border: 1px solid #dddddd;
}

.imagelink
{
  border: 0;
  outline: none;
}

em
{
  font-weight: bold;
  font-style: normal;
}

li
{
  padding-bottom: 5px;  
}

a
{
  color: #009C87;
}

.copyright
{
  float: left;
  margin-left: 40px;
  padding-bottom: 10px;
}

.update
{
  float: right;
  margin-right: 40px;
}

h2 
{
  text-transform: uppercase;
  font-size: 11pt;
}

h3
{
  margin-top: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 10pt;
}