html, body {
  min-height: 100%;
  width: 100%;
  height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body {
  height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 10pt; 
}

p { margin-top: 0px }

h1 {
     color: #3377AA;
     font-size: 14pt;
     font-weight: bold;
}

h2 {
     color: #3377AA;
     font-size: 12pt;
     font-weight: bold;
}

h3 {
     color: #3377AA;
     font-size: 11pt;
     font-weight: bold;
}

li { line-height: 200% }

td { 
     text-align: left; 
     vertical-align: top;  
}

#top_div {
  background-color: #3377AA;
  width: 100%;
  height: 80px;
}

#menu_div_outer {
  position:absolute; 
  top:48px; 
  left:0px; 
  width: 100%;
  background-color: #ffffff; 
  border-top: #dddddd 1px solid;
  border-bottom: #dddddd 3px solid;
}

#menu_div_inner {
  color: #3377AA; 
  font-weight: bold;
  font-size: 10pt;
  padding: 2px;
  margin-left: 5px;
}

#sub_menu {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 8pt;
  color: #3377AA;
  background-color: #dddddd;
}

a.menu:visited { 
  COLOR: #555555; 
  TEXT-DECORATION: none 
}

a.menu:link { 
  COLOR: #555555; 
  TEXT-DECORATION: none 
}

a.menu:hover {  
  COLOR: #222222; 
  TEXT-DECORATION: underline 
}

#right_bar {
  position: absolute;
  top: 80px;
  margin-left: 80%;
  width: 20%;
}

.right_title {
  background-color: #FFBB33;
  font-weight: bold;
  font-size: 10pt;
  color: #ffffff;
  border-right: #777777 solid 1px;
  border-left: #777777 solid 1px;
  border-bottom: #777777 solid 1px;
  text-align: center;
  padding: 2px;
}

.right_contents {
  padding: 2px;
  border-right: #777777 solid 1px;
  border-left: #777777 solid 1px;
  border-bottom: #777777 solid 1px;
}

#main_section {
  position: absolute;
  width: 80%;
  margin-right: 20%;
  padding: 0px;
}

#contents {
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 5px;
}

a.tour_menu
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: 600;
}
a.tour_menu:visited { COLOR: purple; TEXT-DECORATION: none }
a.tour_menu:link { COLOR: #004984; TEXT-DECORATION: none }
a.tour_menu:hover { COLOR: #306B9B; TEXT-DECORATION: underline }

