body, html
{
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  background-color: #ffff99;
  font-family: "times new roman", serif;
  font-size: 92%;
}

.layout, .banner_layout, .banner
{
  width: 940px;
}

.banner_left, .banner_right
{
  width: 135px;
  text-align: center;
  font-size: 95%;
}

.banner_middle
{
  text-align: center;
}

.banner_middle strong
{
  font-size: 150%;
}

.menu
{
  width: 150px;
  text-align: center;
  font-size: 92%;
  vertical-align: top;
}

.menu_item, .menu_item_selected, .sub_menu_item, .sub_menu_item_selected
{
  display: block;
  width: 135px;
  line-height: 33px;
  margin-top: 15px;
  margin-left: 10px;
  text-decoration: none;
  color: black;
  background-image: url('../images/link_button.gif');
}

.sub_menu_item, .sub_menu_item_selected
{
  font-size: 80%;
  margin-left: 20px;
  width: 125px;
  background-image: url('../images/sub_link_button.gif');
}

.menu_item_selected
{
  background-image: url('../images/link_button.gif');
  font-weight: bold;
}

.sub_menu_item_selected
{
  background-image: url('../images/sub_link_button.gif');
  font-weight: bold;
}

.content
{
  width: 90%;
  padding-top: 10px;
  padding-left:15px;
  padding-right:15px;
  vertical-align: top;
}
