body {
  margin: 0px;
  text-align: center;
  background-color: #434168;
  font: .8em Verdana, Arial, Helvetica, sans-serif;
}
td {
  font-size: .8em;
}
th {
  text-align: center;
}
#container {
  margin: auto;
  text-align: left;
  width: 765px;
  border-left: 3px solid black;
  border-right: 3px solid black;
}
#header {
  width: 765px;
  height: 230px;
  background: url(images/header.jpg);
  position: relative;
}
#header h1 {
  display: none;
}
#logo {
  border: 0px;
  position: absolute;
  top: 6px;
  left: 26px;
}
#ccalogo {
  border: 0px;
  position: absolute;
  top: 6px;
  left: 664px;
}
#sidebar {
  float: left;
  width: 218px;
  height: 538px;
  background: url(images/sidebar.jpg);
  padding: 11px 0px 0px 11px;
  text-align: center;
}
#sidebar a {
  display: block;
  width: 218px;
  height: 31px;
  margin-bottom: 10px;
  padding-top: 11px;
  border: 0px;
  font: small-caps bold 16px/16px "TrajanPro Bold", Alliance, "Palatino Linotype", Georgia, serif;
  text-decoration: none;
  color: #000;
}
#sidebar ul, #sidebar li {
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#sidebar a:hover {
  color: #FFF;
}
#mainbody {
  float: left;
  width: 485px;
  height: 428px;
  background: url(images/body.jpg);
  padding: 109px 26px 12px 25px;
}
#content {
  width: 465px;
  height: 388px;
  padding: 10px;
  overflow: auto;
}
#content h1 {
  font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
#content h2 {
  font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
#bottom {
  clear: left;
  width: 765px;
  height: 26px;
  background: url(images/bottom.jpg);
}