body {
  height: 100%;
  background-color: #ffffff;
  background-image: url('images/bg00.jpg');
  margin: 0px 0px -2px 0px;
  font-family: Tahoma, Verdana, Arial;
}

a {
  text-decoration: none;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #8ab0cd;
}

a:active {
  color: #8ab0cd;
}

/* General Layout */

#header td,
#footer td{
  padding: 0px;
}

#header {
  height: 223px;
}

#navbar {
  font-size: 120%; 
  color: #ffffff; 
  position: absolute; 
  top: 110px; 
  width: 800px; 
  height: 30px;
}

#navbar a:link,
#navbar a:visited {
  color: #ffffff;
}

#navbar a:hover,
#navbar a:active {
  color: #cdcdcd;
}

#navbar div.bullet {
  position: relative; 
  top: -2px; 
  font-size: 75%; 
  display: inline; 
  margin-right: 4px;
  height: 30px;
}

#submenu {
  position: relative; 
  top: 15px; 
  left: 35px; 
  font-weight: bold;
}

#submenu_list {
  position: relative; 
  top: 15px; 
  left: -5px; 
}

td.main {
  padding: 0px;
  background-repeat: repeat-y;
}

#footer,
#footer div {
  height: 112px;
}

#copyright {
  position: relative; 
  top: 35px; 
  text-align: right; 
  font-size: 75%; 
  color: #ffffff; 
  font-style: italic; 
  height: 20px;
}

/* Main Area */

p.title {
  font-weight: bold;
}

/* Contacts */

table.officers td {
  text-align: center;
}

td.officer_group_title {
  border-bottom: 2px solid black; 
  font-size: 120%; 
  font-weight: bold;
}

span.executive_name {
  font-size: 130%;
  font-weight: bold;
}

span.executive_title {
  font-size: 85%;
}

span.officer_name {
  font-size: 100%;
  font-weight: bold;
}

span.officer_title {
  font-size: 75%;
}