
table {
  background-image: url("images/middle.png");
  border-collapse: collapse;
}

td {
  padding:0;
  border:0 none;
}

#top {
  padding: 0px;
  margin: 0px;
}

#content {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
}

#nav {
  text-align: left;
  vertical-align: top;
  width: 143px;
  height:  210;
  border: 0px;
  background-image: url("images/nav.png");
  background-repeat: repeat-y;
  list-style: none;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#flash {
  width: 568;
  padding: 0px;
	margin: 0px;
	border: 0px;
	/*
	vertical-align: top;
	text-align: left;
	*/
}

#navItems  {
  padding: 0px;
  list-style: none;
  margin-left: 10px;
}

#navItems a:link {
  color: #fde5bf;
  text-decoration: none;
}
#navItems a:visited {
  color: #fde5bf;
  text-decoration: none;
}
#navItems a:hover {
  color: #fde5bf;
  text-decoration: underline;
}

#navCap {
  width: 143px;
  height: 18px;
  border: 0;
  background: #7f0504 url("images/nav_cap.png");
}

#rightEndCap {
  background: #7f0504 url("images/right_cap.png");
}
