/* CSS Document */
body {
  background-color:#FFFFFF; 
  link-color: #0000FF; 
  margin-top: 0; 
  margin-left: 0;
}

#container {
  display: block;
  position: absolute;
}

#links {
  display: block;
  position: absolute;
  width: 150px;
  background-color: #292184;
  float: left;
  text-align: center;
}

#links a {
  display: block;
  font-family: Arial;
  font-weight: bold; 
  font-size: 16px;
  color: #FFFFFe;
  text-align: center;
  padding: 0 0 23 0px;
}

#links h3 {
  font-family: Arial;
  font-weight: bold; 
  font-size: 18px;
  color: #FFFFFe;
  text-align: center;
  margin-bottom: 30px;
}

#content {
  display: block;
  position: absolute;
  left: 151px;
  width: 800px; 
}

#content p {
  margin-left: 10px;
  margin-top: 5px;
}

#content img {
  text-align: center;
  display: block;
  margin: auto;
}

#content h4 {
  text-align: center;
}

#content h3 {
  margin-bottom: 7px;
  font-style: smallcaps;
}

#content h2 {
  text-align:center;
}

#submenu h5 {
  display: block;
  margin-top: -20px;
  text-align: center;
}

#submenu h3 {
  display: block;
  margin-top: -20px;
  text-align: center;
}
