
body {
  background: white;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: small;
  margin-top: 0;
  margin-left: 0;
}

a:link    {color: #003366}
a:visited {color: #003366}
a:active  { }
a:hover   {color: #996600}

a.menu_link {
  text-decoration: none;
}

div.header {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 98px;
  width: 100%;
  background-image: url('/common/images/uwmed_toptile.gif');
  background-repeat: repeat-x;
}

div.org_rel {
  position: relative;
  top: -95px;
  float: right;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 10px !important;
  color: #FFFFFF;
  background-color: #332e42;
}        

div.search {
  position: relative;
  top: -62px;
  clear: right;
  float: right;
  padding-right: 6px;
  font-size: 12px !important;
  font-weight: bold;
}

div.left_menu_panel {
  position: absolute;
  left: 0px;
  top: 98px;
  width: 127px;
  height: 100%;
  background-image: url('/common/images/bg_menu.gif');
  background-repeat: repeat-y;
}

div.corner_graphic {
  position: absolute;
  left: 127px;
  top: 98px;
  width: 25px;
  height: 27px;
  background-image: url('/common/images/corner_top_left.gif');
}

div.page_body {
  position: absolute;
  left: 167px;
  top: 115px;
  padding-right: 30px;
  z-index: 0;
}

div.footer {
  font-size: 8pt; 
  color: #818082;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top-style: groove;
  border-top-width: thin;
}

h1 {
  font-size: large;
  margin-top: 0px;
}

h2 {
  font-size: medium;
}

h3 {
  font-size: small;
}

h4 {
  font-size: x-small;
}

h5 {
  font-size: xx-small;
}


div.content_box {
  border-style: solid;
  border-color: #996600;
  border-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}

div.box_title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #ecece4;
}

div.indent_left_30px {
  margin-left: 30px;
}
