body {
  font-family: arial, san-serif;
  color: black;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

table {
  border: 0;
  margin: 0px;
  padding: 0px;
}

td {
  margin: 0px;
  padding: 0px;
}

div.container {
  position: relative;
  width: 100%;
}
div.headerbar {
  background-image: url(http://www.bedsrigs.org.uk/images/headerbar.jpg);
  background-repeat: repeat-x;
  height: 40px;
}
div.menu {
  background-color: #cccccc;
  position: fixed;
  left: 0px;
  top: 40px;
  width: 154px;
}
div.menuhome {
  background-image: url(http://www.bedsrigs.org.uk/images/logo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  text-indent: 50px;
}
div.menuhome p {
  position: relative;
  top: 115px;
}
div.menuitem {
  background-image: url(http://www.bedsrigs.org.uk/images/bkmenu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 28px;
  text-indent: 14px;
}
div.menuitem p {
  position: relative;
  top: 5px;
}
div.content {
  margin-left: 160px;
  padding: 0.3em;
}
div.container div.content {
  position: absolute;
  top: 40px;
  left: 160px;
  margin-left: 0px;
}
div.textonly {
  position: absolute;
  top: 40px;
  left: 160px;
}
div.totop {
  background-image: url(http://www.bedsrigs.org.uk/images/bktop.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 65px;
}
div.totop p {
  text-align: center;
  position: relative;
  top: 22px;
}

p,h1,h2,h3,h4,h5,h6,li {
  margin: 0px;
  padding: 0px;
}
h1.const {
  text-align: center;
}
h6 {
  text-align: center;
  font-size: large;
}

span.highlight {
  font-style: italic;
}
span.bold {
  font-weight: bold;
}

img {
  border: 0;
  padding: 0px;
  vertical-align: middle;
}
img.left {
  float: left;
  padding: 0px 5px 0px 0px;
}
img.right {
  float: right;
  padding: 0px 0px 0px 5px;
}

ol {
  list-style: decimal outside;
  margin: 0px 0px 0px 40px;
  padding: 0px 0px 20px 0px;
}
ol.alpha {
  list-style: lower-alpha outside;
}
ol.roman {
  list-style: lower-roman outside;
}
ul.pub {
  list-style-type: none;
}
li.pub {
  display: inline;
}
li.pub img {
  padding: 20px;
}
li {
  padding: 10px 0px 0px 0px;
}

a.menu:link, a.menu:visited, a.menu:active {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
a.menu:hover {
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a.site:link, a.site:visited, a.site:active {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
a.osite:link, a.osite:visited, a.osite:active {
  font-weight: bold;
  color: green;
  text-decoration: none;
}
a.site:hover, a.osite:hover {
  font-weight: bold;
  color: yellow;
  text-decoration: none;
}
a.dagger {
  text-decoration: none;
  vertical-align: super;
  font-size: x-small;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
