body {
  background-image: url(images/tbl_bg.jpg);
}
body, td {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
th {
  text-align: left;
  vertical-align: top;
}

h1 {
  padding: 8px 0px 8px 0px;
  color: #003F7E;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}
a:link {
	color: #003366;
}
a:visited {
	color: #004262;
}
a:hover {
	color: #006699;
}
.small {
  font-size: 9px;
} 

#header {
  position: absolute;
  top: 0px;
}
#header table {
  width: 100%;
  height: 57px;
  background: url(images/topmiddle.gif) repeat-x;
  border-collapse: collapse;
}
#header #menu {
  padding: 15px 30px 0px 15px;
  background: url(images/nav_r2_c1.jpg) no-repeat bottom left;
  color: #FFFFFF;;
  font-family: Tw Cen MT, Helvetica, sans-serif;
  font-size: 15px;
  vertical-align: top;
  white-space: nowrap;
}      
#header #menu a {
  color: #FFFFFF;;
  text-decoration: none;
  padding: 0px 3px 0px 3px;
}
#header #menu a:hover {
  color: gold;
}
#header #logo {
  text-align: right; 
  vertical-align: top;
}
#header #logo img {
  border: 0px;
}

#container {
  width: 100%;
  position: absolute;
  top: 57px;
  background: url(images/background.jpg) no-repeat;
}

#content {
  padding: 0px 0px 0px 20px;
  vertical-align: top;
}
#content #date {
  padding: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
}
#content #footer {
  padding: 20px;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  text-align: center; 
}
#content #footer a {
  color: #FFFFFF;
}

#box {
  border: 2px groove #336699;
  padding: 0px;
  background-color: #FFFFFF;
  background-image: url(images/text_bg.jpg);
  background-repeat: repeat-y;
}
#box #title {
  height: 20px;
  background: url(images/tb_bar_bg.gif) repeat;
}
#box #title span {
  padding: 0px 5px 0px 5px;
  background-color: #003F7E;
  color: #FFFFFF;
  font-family: Tw Cen MT, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
#box #text {
  border: 1px solid gray;
  margin: 5px;
  padding: 10px;
}
#box #text img.inset {
  float: right;
  padding: 10px 10px 10px 100px;
}
#box #text #bottomline {
  clear: both;
  padding-top: 20px;
  font-weight: bold;
}

#quotes {
  width: 250px;
  padding: 25px 15px 0px 0px;
  vertical-align: top;
  text-align: right;
}