body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#main_container {
  min-height: 100%;
  background-color: #fff;
  background-image: url(images/background_menu.gif);
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

#index_main_container {
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 10px 0;
  width: 600px;
  height: 70px;
  border: 0;
}

#index_language_container {
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 5px;
  width: 600px;
  background-color: #cde;
  background-image: url(images/background_blue.gif);
  border-top: 3px solid #009;
  text-align: right;
}

* html #index_language_container {
  width: 610px;
  w\idth: 600px;
}

#index_language_container a:hover {
  text-decoration: underline;
  color: #c33;
}

html>body #index_language_container {
  width: 600px;
}

* html #main_container {
  height: 100%;
}

#printable_container {
  background-color: #fff;
  margin: 0;
  padding: 20px;
}

#title_container {
  height: 75px;
  background-color: #cde;
  background-image: url(images/2000topbar.jpg);
  background-repeat: no-repeat;
}

#topbar_container {
  background-color: #cde;
  background-image: url(images/background_blue.gif);
  height: 14px;
  padding: 5px;
  margin: 0;
}

#topbar_container p {
  margin: 0;
  padding: 0;
}

#text_container {
  padding: 0 20px 70px 20px;
  margin: 0 0 0 150px;
  border-top: 3px solid #c33;
}

#nav_container {
  float: left;
  width: 150px;
  margin: 0;
  padding: 3px 0;
}

#nav_container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Georgia", "Verdana", "Geneva", "Arial", "Helvetica", sans-serif
}

#nav_container a {
  display: block;
  margin: 0;
  padding: 5px 3px;
  width: 144px;
  background-color: #c33;
}

* html #nav_container a {
  width: 150px;
  w\idth: 144px;
}

#nav_container a:link, #navlist a:visited {
  color: #fff;
  text-decoration: none;
}

#nav_container a:hover {
  background-color: #c66;
}

#footer_container {
  height: 40px;
  margin-top: -43px;
  background-color: #cde;
  background-image: url(images/background_blue.gif);
  border-top: 3px solid #009;
  text-align: right;
}

html>body #footer_container {
  height: 45px;
  margin-top: -48px;
}

#footer_container img {
  padding: 5px 10px;
}

.centredobject {
  text-align: center;
}

.rightalignedobject {
  padding: 0;
  float: right;
}

.rightalignedphoto {
  padding: 0 0 10px 10px;
  float: right;
}

.leftalignedphoto {
  padding: 0 10px 10px 0;
  float: left;
}

img {
  border: none;
}

.breakclear {
  clear: both;
}

.blue_hr {
  margin-top: 25px;
  border: 0 solid #009;
  height: 2px;
  width: 100%;
  background-color: #009;
  color: #009;
  text-align: center;
}

.red_hr {
  margin-top: 25px;
  border: 0 solid #c33;
  height: 2px;
  width: 100%;
  background-color: #c33;
  color: #c33;
  text-align: center;
}

.map_province {
  border-top: 1px solid #009;
  border-right: 2px solid #009;
  border-bottom: 2px solid #009;
  border-left: 1px solid #009;
}

.letter_list {
  list-style-type: lower-alpha;
  color: #000;
  font-size: 0.8em;
  font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif
}

.number_list {
  list-style-type: decimal;
  color: #000;
  font-size: 0.8em;
  font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif
}

.blue_table {
  border: 0;
  background-color: #009;
  margin: 0;
  padding: 2px;
}

.blue_table td {
  border: 0;
  background-color: #fff;
  margin: 0;
  padding: 2px;
}

.blue_box {
  border: 2px solid #009;
  width: 90%;
  margin: 0;
  padding: 10px;
  text-align: left;
}