@import "shadow.css";

body {
  background-image: url("images/background.jpg");
  background-position: right;
  background-repeat: repeat-y;
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
}

#header {
  position: relative;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

#sidebar {
  position: relative;
  width: 10em;
  height: auto;
  right: auto;
  left: 1em;
}

#main {
  position: absolute;
  width: 85%;
  height: auto;
  top: 30%;
  left: 15%;
}

#image {
  position: absolute;
  right: -42%;
  top: 1em;
}

#image2 {
  position: absolute;
  right: -42%;
  top: 20em;
}

#uracs {
  position: relative;
  top: -50%;
  right: -73%;
}

#logotext {
  position: relative;
  top: -35%;
  left: 12em;
}

h3 {
  color: black;
  text-shadow: 1px 1px black;
  text-align: left;
  font-variant: small-caps;
  font-weight: bold;
  margin-top: 1em;
  padding: 0em 2em 0em 2em;
}

img {
  border: 0;
}

.sublink {
  font-size: 10px;
}

.pplink {
  font-size: 10px;
}

.tableclass {
  border: 1;
  position: relative;
  margin: -1em 0em 0em -0.50em;
  cellpadding: 0;
  cellspacing: 0;
  text-align: justify;
  width: 100%;
}
