body {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF url("/images/page_background.gif");
}

.content_body {
  background-image: url("/images/body_background.gif");
  background-repeat: repeat;
  vertical-align: top;
  padding: 5px;
  font-family: Verdana;
  font-size: 80%;
  color: #000000;
}

.content_body_gallery {
  background-color: #000000;
  vertical-align: top;
  padding: 5px;
  font-family: Verdana;
  font-size: 80%;
  color: #000000;
}

.content_body_gallery a:link,
.content_body_gallery a:visited,
.content_body_gallery a:active {
  color: #ffffff;
  text-decoration: none;
}

.content_body_gallery a:active {
  text-decoration: underline;
}

.content {
  font-family: Verdana;
  font-size: 80%;
  color: #000000;
}

td.menu_area {
  background-image: url("/images/nav_filler.gif");
  background-repeat: repeat-y;
}

td.menu {
  background-image: url("/images/menu_background.gif");
  background-repeat: no-repeat;
  height: 32px;
  padding-left: 20px;
  vertical-align: middle;
}

td.menu a:link, td.menu a:visited, td.menu a:active {
  color: #35396e;
  text-decoration: none;
}
			
td.menu a:hover {
  text-decoration: underline;
}

td.blue_bar {
  background-image: url("/images/blue_bar.gif");
  background-repeat: repeat-x;
  height: 10px;
}

td.top_menu_area {
  background-image: url("/images/top_nav_filler.gif");
  background-repeat: repeat-x;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}

td.top_menu_area span {
  padding-right: 20px;
}

td.top_menu_area a:link, td.top_menu_area a:visited, td.top_menu_area a:active {
  color: 000000;
  text-decoration: none;
}
			
td.top_menu_area a:hover {
  text-decoration: underline;
}

div.question {
  padding-left: 10px;
  padding-bottom: 10px;
}