body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  list-style-type: square;
}

div.container {
  position: relative;
  margin: 0 auto;
  width: 826px;
  height: 600px;
}

div.heading {
  padding: 0px 20px 10px 20px; font-size: x-large; font-weight: bold;
}

div.content {
  padding: 0px 20px 10px 20px;
}

a[href] { text-decoration: underline }

a:link    { color: black }
a:visited { color: black }
a:hover   { color: red; }
a:active  { color: lime }

table.navBar {
  border-spacing: 0px; border-collapse: collapse;
  text-align: center; word-spacing: 1em; 
  font-size: 9pt; font-weight: bold; 
  border-style: solid; border-width: 1px; border-color: #666666;
}

td.navBarCellWithBackgroundLeft {
  width: 600px; height: 36px;
  vertical-align: middle; 
  background-image: url(images/back.jpg);
}

td.navBarCellWithBackgroundRight {
  width: 224px; height: 36px;
  vertical-align: middle; 
  background-image: url(images/back.jpg);
}

a.navLinks:hover { color: white; }

a.navLinks { word-spacing: 0.01em; }

div.logo { 
  width: 824px;
  padding: 10px 0px 20px 0px;
  text-align: right;
}
	     
div.bottomNav {
  text-align: right; 
  width: 824px;
  border-style: solid; border-color: #666666; border-width: 1px;
  background-image: url(images/back.jpg);
  color: white;
  font-variant: small-caps; font-size: 12pt; font-weight: bold;
}

span.bottomNav { 
  line-height: 36px;
  padding-right: 1em 
}

