body {
  margin: 0px;
  background-color: #bfbba4;
}


div.super {
  width: 900px;
  overflow: auto;
  height: 1%;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-family: Arial, Verdana, Tahoma, "helvetica";
  background-color: #d9b779;
}


div.header {
  height: 153px;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("images/lv-top.jpg");
}


div.footer {
  float: left;
  width: 900px;
  margin: 5px;
  margin-top: -16px;
  margin-left: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  text-align: right;
  font-size: small;
}


div.nav {
  width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #D8C097;
}

div.subnav {
  display: inline;
  padding-right: 45px;
  padding-left: 45px;
}

div.subnav:hover {
  background-color:#f2eddc;
}


div.main {
  background-image:url('images/lv-background-news.jpg');
  background-attachment:scroll;
  background-position:top right;
  background-repeat: no-repeat;
  background-color:#f2eddc;
  width: 900px;
  height: 815px;
/*  height: 833px; */
  text-align: left;
  padding: 0px;
  overflow: visible;
}


div.updates {
  display: inline;
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right:10px;
}


div.statusbar {
  float:left;
  height:836px;
  width:160px;
  background-color: #D8C097;
  margin-right:10px;
  padding-left: 0px;
  padding-right:5px;
  padding-top:0px;
}


p.title {
  font-size: large;
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b8a7a8;
}

p.subtitle {
  margin-top: 24px;
}


p.content {
  font-size: small;
}


p.panel-h {
  font-size: large;
  margin-top: 0px;
  margin-bottom: 0px;
}


p.panel {
  font-size: small;
  margin-bottom: 0px;
}

ol {
  font-size:small;
}


ul {
  font-size:1em;
  left-margin:400px;
}

li {
  list-style-position:inside;
  padding:0.5em;
}


img { 
  border: none;
}

a:link {text-decoration: none; color: #734432}
a:visited {text-decoration: none; color: #734432}
a:hover {text-decoration: none; color: #bf895a}
a:active {text-decoration: underline; color: #bf895a}