body {
  background-color: #e6eef0;
}	
#page {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  height: 3000px;
}
#header {
  position: absolute;
  width: 100%;
  height: 152px;
}
#logo {
  position: relative;
  float: left;
  width: 115px;
  height: 152px;
  background-color: #e6eef0;
}
#banner {
  position: relative;
  width: 753px;
  background-color: white;
  height: 152px;
  float: right;
  color: #555555;
  border-left: 30px solid #ffffff;
}
#banner span {
  font-size: 28pt;
  color: #307082;
}
#search {
  position: absolute;
  left: 72%;
  top: 5px;
  z-index: 200;
  border-left: 5px white solid;
  border-right: 5px white solid;
  background-color: #ffffff;
}
#menu {
  position: absolute;
  width: 898px;
  height: 36px;
  top: 152px;
  background-color: #ffffff;
  border-left: 2px white solid;
  z-index: 101;
}
#main {
  position: absolute;
  top: 188px;
  background-color: white;
  width: 100%;
  height: 940px;
}
#main a:link {
  color: #307082;
}
#main a:visited {
  color: #307082;
}
#newshead {
  position: absolute;
  background: transparent url(/images/newshead.jpg) no-repeat scroll left top;
  background-color: white;
  height: 23px;
  top: 15px;
  width: 250px;
  text-align: center;
}
#sidebarnews {
  position: absolute;
  width: 250px;
  top: 40px;
  height: 422px;
  background-color: white;
  border-right: 2px solid #bbbbbb;
}
#awardhead {
  position: absolute;
  background: transparent url(/images/awardhead.jpg) no-repeat scroll left top;
  background-color: white;
  height: 23px;
  top: 462px;
  width: 250px;
  text-align: center;
  border-right: 2px solid #bbbbbb;
}
#sidebarawards {
  position: absolute;
  width: 250px;
  top: 485px;
  height: 453px;
  background-color: white;
  border-right: 2px solid #bbbbbb;
}
#contenthead {
  position: absolute;
  background: transparent url(/images/contenthead.jpg) no-repeat scroll left top;
  background-color: white;
  height: 23px;
  top: 15px;
  width: 650px;
  left: 250px;
  text-align: center;
}
#content {
  position: absolute;
  width: 608px;
  top: 40px;
  height: 900px;
  background-color: white;
  left: 252px;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#contenthead span {
  font-size: 18pt;
  color: #307082;
}
#footer {
  position: absolute;
  width: 100%;
  height: 24px;
  background: transparent url(/images/footer.jpg) no-repeat scroll left top;
  top: 1128px;
}
.hr {
  height: 0;
  border: 0;
  border-top: 2px solid #307082;
}
.hrshort {
  height: 0;
  border: 0;
  border-top: 2px solid #307082;
  width: 60%;
  position: absolute;
  left: 20%;
}
#sidebar h2 {
  color: black;
  font-size: 30px;
  padding: 5px;
  margin: 0;
}
#content h2 {
  color: black;
  font-size: 25px;
  text-align: center;
}
#footer a:link {
  color: #e6eef0;
}
#footer a:visited {
  color: #e6eef0;
}
#attorneypic {
  position: relative;
  float: left;
  top: 4px;
}