/* generic formatting helpers */
body {
  background: #ffffff;
  color: #333333;
  font-family:Helvetica,Geneva,sans-serif;;
  //font-size: 69%;
  font-weight: normal;
  margin: 0% 7% 7% 2%;
}
.spacer {
  height:20px;
}
.clear {
  clear:both;
}

/* logo / header stuffs */
#ums_header_label {
  font-family:Helvetica,Geneva,sans-serif;;
  font-size:40pt;
  margin-bottom:20px;
  text-shadow:-0.08em 0 red, 0.08em 0 cyan;
}
#ums_subheader_label {
  font-family:Helvetica,Geneva,sans-serif;;
  font-size:16px;
  text-shadow:-0.08em 0 red, 0.08em 0 cyan;
}

/* global link stuffs [page-specific link schemas will be found in their respective pages] */
a {
  color:black;
}
a:hover {
  color:#409679;
  text-decoration:none;
}
a.textlinky {
  font-size:0.9em;
}
a.textlinky:hover {
  color:#409679;
  text-decoration:none;
}
a.intralinkytext {
  font-size:0.8em;
  color:black;
}
a.intralinkytext:hover {
  color:#409679;
  text-decoration:none;
}

/* footer stuffs */
.friendly_thanks_left {
  font-family:Helvetica,Geneva,sans-serif;;
  float:left;
  font-size:14px;
  color:#707070;
  text-shadow:-0.08em 0 red, 0.08em 0 cyan;
}
.friendly_thanks_left_2 {
  width:40%;
  text-align:left;
}
.friendly_thanks_right_2 {
  width:60%;
  text-align:right;
}
.friendly_thanks_right {
  font-family:Helvetica,Geneva,sans-serif;
  float:right;
  font-size:10px;
  color:#707070;
  text-align: right;
}
.friendly {
  font-family:Helvetica,Geneva,sans-serif;;
  font-size:14px;
  color:#707070;
  text-shadow:-0.08em 0 red, 0.08em 0 cyan;
}
