body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: #000000;
  color: #fff;
  margin: 0px;
  text-align: center;
}

.nav_header {
  font-size: 14pt;
  color: #f1694c;
}

a:link {
  color: #F2684B;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #F2684B;
}
 
a:hover {
  text-decoration: none;
  color: #FDB04B;
}

a:active {
  text-decoration: none;
}

.tudegraphics {
  color: #fdb04b;
  font-size: 14pt;
}

#wrapper {
  width: 825px;
  margin: 0px auto 0px auto;
}

#left-nav {
  width: 200px;
  margin: 0px 25px 0px 0px;
  text-align: left;
  float: left;
}

#right-content {
  text-align: left;
  width: 600px;
  float: left;
}

#footer {
  width: 825px;
  height: 50px;
  text-align: center;
  clear: both;
}

#inner_nav {
  width: 825px;
  height: 50px;
  text-align: center;
  clear: both;
}

#inner-left {
  width: 281px;
  height: 700px;
  float: left;
  margin: 0px 25px 0px 0px;
}

#inner-right {
  width: 508px;
  float: left;
  margin: 0px;
}

#footer P {
  font-size: 8pt;
  color: #666;
}