body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.headerstyle {
  position: absolute;
  top: 0px;
  background: url(images/church630x100banner2.jpg) top right;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
}
#alignleft {
  font-size: large;
  font-weight: 900;
  color: #0026B3;
  position: absolute;
  top: 5px;
  left: 10px;
} 
.alignright {
  position: absolute;
  top: 3px;
  right: 1%;
  float: right;
}
a#nicelinks:link {
  border: 2px solid #666666;
  color: #000000;
  background: #CCCCCC;
  padding: 2px;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
}
a#nicelinks:visited {
  border: 2px solid #666666;
  color: #000000;
  background: #CCCCCC;
  padding: 2px;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
}
a#nicelinks:hover {
  border: 2px solid #3366FF;
  color: #000000;
  background-color: #99CCFF;
  padding: 2px;
  font-size: small;
  font-weight: normal;
  text-decoration: underline;
}
a#nicelinks:active {
  border: 2px solid #3366FF;
  color: black;
  background-color: #99CCFF;
  padding: 2px;
  font-size: small;
  font-weight: normal;
  text-decoration: underline;
}
.navmenu {
  position: absolute;
  top: 103px;
  padding-left: 1%;
  float: none;
  height: 25px;
  width: 99%;
  border-bottom: 2px solid #666666;
}
#middle {
  position: fixed;
  top: 130px;
  left: 1%;
  right: 20%;
  bottom: 26px;
  overflow: auto;
  padding-left: 35px;
  padding-right: 35px;
}
.rightcontent {
  position: absolute;
  right: 0px;
  top: 130px;
  bottom: 26px;
  width: 20%;
  background: #F1ECE1;
  overflow: hidden;
}
div.top {
  background-color: white;
  border: 1px solid blue;
  padding: 0;
  margin: 0;
  float: left;
}

div.bottom {
  border-top: 2px solid #666666;
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-family: Verdana;
  font-size: xx-small;
}
p.welcome {
  font-size: 20px;
  font-weight: bold;
  color: #449fc8;
  text-align: center;
}
.newsdate {
  font-family: Verdana;
  font-size: 80%;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
.text {
  font-size: 100%;
}
.heading {
  font-size: medium;
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
  text-align: center;
}
.sideitem {
  width: 100%;
  display: table;
  border-bottom: 1px solid #666666;
}
.sideitem a:link {
  font-size: small;  
  color: black;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: table-cell;
}
.sideitem a:visited {
  font-size: small;
  color: black;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: table-cell;
}
.sideitem a:hover {
  background: #CCCCCC;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: small;
  color: black;
  text-decoration: none;
  display: table-cell;
}
.sideitem a:active {
  font-size: small;
  color: black;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: table-cell;
}
#linebreak {
  border-bottom: 1px dotted #666666;
}
.others {
  color: #1666AB;
}
* html body {
  padding-top: 127px;
  padding-bottom: 25px;
}
* html #middle {
  position: absolute;
  top: 129px;
  bottom: 30px;
  height: expression(document.body.clientHeight - 155 + "px");
  width: 79%;
  margin: 0 0 0 0;
  padding-left: 35px;
  padding-right: 45px;
}
* html .rightcontent {
  top: 129px;
  height: expression(document.body.clientHeight - 154 + "px");
}
* html .navmenu {
  width: 100%;
  top: 103px;
  height: 26px;
}
* html .alignright {
  display: block;
  padding: 3px 3px 3px 3px;
  top: 0px;
}
* html a#nicelinks:link {
  font-size: x-small;
  font-weight: normal;
  text-decoration: none;
  padding: 1px;
}
* html a#nicelinks:visited {
  font-size: x-small;
  font-weight: normal;
  text-decoration: none;
  padding: 1px;
}
* html a#nicelinks:hover {
  font-size: x-small;
  font-weight: normal;
  text-decoration: none;
  padding: 1px;
}
* html a#nicelinks:active {
  font-size: x-small;
  font-weight: normal;
  text-decoration: none;
  padding: 1px;
}
* html .sideitem {
  display: block;
  overflow: hidden;
}
* html .sideitem a:link {
  display: block;
  font-size: x-small;
}
* html .sideitem a:visited {
  display: block;
  font-size: x-small;
}
* html .sideitem a:hover {
  display: block;
  font-size: x-small;
}
* html .sideitem a:active {
  display: block;
  font-size: x-small;
}
* html p.welcome {
  padding-top: 15px;
}
