/* whole page */

a:link { color: #0066FF; }
a:visited { color: maroon; }
a:hover { }
a:active { }
a { }

.bod {
 position: absolute;
 left: 0px;
 top: 0px;
 padding: 0px;
 margin: 0px;
 font-size:   14pt;
 font-family: Verdana, sans-serif;
}

/* banner and title */
.banner {
  background-image: url('../images/title_bar.gif');
  background-repeat: no-repeat; 
  color: white; 
  width: 611px; 
  padding-top: 3pt;
}

.welcome {
   font-family: sans-serif;
   font-size: 180%;
   font-weight: 900;
   padding-left: 25pt;
   padding-top: 12pt;
   background-color: white; 
   background-image: url('../images/welcome_corner.gif'); 
   background-repeat: no-repeat;
}

.banner_box {
  background-color: #99C2D6; 
  height: 55pt;
}

/* menu bar */

.menu_box {
  background-color: #99C2D6; 
  font-size: 9.7pt;
  line-height: 113%;
}

.menuitem {
   font-family: Arial,sans-serif;
   height: 34pt;
   background-image: url('../images/menuline.gif'); 
   background-repeat: repeat-x;
   color: black;
}

.menulink, .menulink a, .menulink a:visited, .menulink a:link, .menulink a:hover, .menulink a:active { 
  font-size: 70%;
  color: black;
  text-decoration: none;
}

.valley {
  width: 130pt;
  height: 99pt;
  background-image: url('../images/valley.jpg');
  background-repeat: no-repeat; 
  background-position: center center;
}

/* content area */

.m1 {
  font-family: sans-serif;
  padding: 25pt;
  font-size: 75%; 
}

.t1 {
  font-family: sans-serif;
  font-size: 75%; 
  padding: 6pt;
  padding-bottom: 0pt;
}

.t2 {
  font-family: sans-serif;
  font-size: 90%; 
  padding: 6pt;
  padding-bottom: 3pt;
}
