




/*
     FILE ARCHIVED ON 3:18:21 Sep 26, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:37:04 Aug 10, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body { 
  background: #CCCCCC;
}

a {
  color: #13A89E;
  text-decoration: none;
}

p {
  font-size: 1.3em;
}

a:hover {
  text-decoration: underline;
}

div #universe {
  text-align: center;
}

div #wrapper {
  margin: auto;
  text-align: left;
  width: 1000px;
  position: relative;
}

div #top {
  position: relative;
  background: white;
  width: 960px;
  height: 150px;
  margin: auto;
}

.menu {
  background: #13A89E;
  position: absolute;
  top: 150px;
  left: 10px;
  width: 980px;
  height: 2em;
  margin: auto;
}

.menu ul {
  display: inline;
}

.menu ul li {
  display: inline;
  float: left;
  list-style-type: none;
  width: 19%;
  text-align: center;
  padding-top: 7px;
}

.clearleft {
  clear: left;
}

div #contentwrapper {
  background: white;
  position: relative;
  width: 960px;
  margin: 2em auto 0 auto;
}

div #content {
  padding: 20px;
}

div #footer {
  position: relative;
  background: white;
  width: 960px;
  height: 150px;
  margin: auto;
  border-top: 2px solid black;
}

#footer ul {
  display: inline;
}

#footer ul li {
  display: inline;
  float: left;
  list-style-type: none;
  width: 33%;
  text-align: center;
  padding-top: 10px;
}

div #logo {
  position: inline;
  padding: 10px;
  height: 130px;
  width: 389px;
}

div #content_wrapper {
  display: block;
}

div #name {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 50;
  width: 353px;
}

div #form_div {
  position: absolute;
  background: #13A89E;
  font-size: 0.8em;
  height: 1.1em;
  padding: 3px 20px 3px 20px;
  top: 0px;
  right: 90px;
}

#form_div a {
  color: white;
}

.navlink {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.navlink:hover {
  text-decoration: underline;
}

.currlink {
  color: black;
}

.roundedtop {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

.roundedbottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

.align_top {
  vertical-align: text-top;
}

.no_bullets {
  list-style-type: none;
}

.shadow {
  -moz-box-shadow: -3px 3px 4px #000;
  -webkit-box-shadow: -3px 3px 4px #000;
  box-shadow: -3px 3px 4px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#000000');
}