body {
  background-color: #ffe4b5;
  background-image: url('images/ui/background.png');
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  font-family: Verdana, sans-serif;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
} 

#header {
  height: 145px;
  background-image: url('images/ui/frame_top.png');
  background-repeat: no-repeat;
}     

#content {
  background-image: url('images/ui/frame_middle.png');
  background-repeat: repeat-y;
}

.right {
  width: 535px;
  min-height: 500px;
  float: right;
  border-left: solid 1px #dcdcdc;
  padding: 0px 30px 0px 15px;
}

.right h1 {
  color: Navy;
  font-size: 1.5em;
  margin-top: 0px;
}

.right h2 {
  color: Navy;
  font-size: 1.2em;
}

.right h3 {
  color: Navy;
  font-size: 1em;
  margin-bottom: -0.75em;
}

.right p {
  font-size: 0.9em;
}

.right li {
  margin-bottom: 5px;
  font-size: 0.9em;
}

.left {
  width: 200px;
  float: left;
}

.left li {
  margin-bottom: 10px;  
}

a {
  text-decoration: none;
  font-weight: bold;
  color: Navy;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: Navy;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: Navy;
}

#footer {
  padding: 25px 0px 15px 0px; 
  background-image: url('images/ui/frame_bottom.png');
  background-repeat:  no-repeat;
  text-align: center;
  font-size: 0.8em;
}

table {
  border: none;
  font-size: 0.9em;
}

td {
  border: none;
  font-weight: bold;
  padding-bottom: 3px; 
  vertical-align: top;
}

td + td {
  font-weight: normal;
}

img {
  border: none;
}

.disclaimer {
  font-style: italic;
  font-size: 0.85em;
}
