body {
  background-color: #fff;
  font-family: Arial;
  font-size: 10pt;
  color: #999999;
}

a {
  color: #0085ca;
  text-decoration: none;
}

div.page {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 960px;
  height: 550px;
  border: 1px solid #ccc;
  margin-left: -485px;
  margin-top: -350px;
  background-image: url(/images/udstudio.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 10px;
  padding-top: 90px;
  background-color: #fff;
}

div.menu {
  position: absolute;
  width: 245px;
  border-right: 1px solid #ccc;
  height: 500px;
}

div.menu ul {
  display: block;
  width: 190px;
}

div.menu ul li {
  list-style: none;
  text-align: right;
  margin-bottom: 10px;
}

div.menu a {
  font-size: 11pt;
  color: #999;
}

div.content {
  padding-left: 290px;
  margin-top: -40px;
  width: 640px;
  height: 490px;
}

div.content h1 {
  color: #0085ca;
  font-size: 16pt;
  text-align: right;
}

div.foot {
  position: absolute;
  top: 600px;
  font-size: 8pt;
  width: 960px;
}

div.foot div.links {
  background-color: #ccc;
  padding: 5px;
  margin-bottom: 5px;
  color: #fff;
}

div.foot div.links a {
  color: #fff;
}

.clear{clear:both;}

h2 {
  color: #0085ca;
  font-size: 11pt;
  font-weight: bold;
}

h3 {
  color: #0085ca;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

img.thumb {
  border: 1px #808080 solid;
}

td.thumb {
  text-align: center;
  vertical-align: bottom;
  padding: 5px;
  padding-top: 20px;
  height: 160px;
}

td.thumbtext {
  text-align: center;
  vertical-align: top;
  font-size: 8pt;
}

div.left {
  text-align: right;
  margin-top: 70px;
  margin-right: 10px;
}

div.left img {
  margin: 5px;
}
