html {
  margin: 0px;
  padding: 0px;
  background: #dde8e7 url(../images/bg.png) left top repeat-x;
}
body {
  position: relative;
  color: black;
  background: white url(../images/pagebg.gif) left top repeat-y;
  width: 924px;
  padding: 0px 8px;
  margin: 0px auto;
  font: normal 13px/18px Georgia,serif;
}
p {
  margin: 0px 0px 12px 0px;
  padding: 0px;
}
a {
  color: #c84200;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  margin: 9px 0px;
  padding: 31px 0px 10px 0px;
  border-bottom: 1px solid #d3c799;
  font: bold 16px/16px Verdana,sans-serif;
  color: #006c8a;
  text-align: right;
}
h2 {
  display: inline;
  float: left;
  font: bold 16px/16px Verdana,sans-serif;
  color: #006c8a;
  padding: 9px 0px;
  margin: 9px 0px;
  border-bottom: 1px solid #d3c799;
}
h3 {
  clear: left;
  font: normal 14px/14px Georgia,serif;
  color: #006c8a;
  margin: 18px 0px 6px 0px;
  padding: 0px;
}
h3.date {
  color: #735b00;
  font-size: 12px;
}
/*
  Adjacency selectors won't work in IE6, but this will add tidiness to the modern browsers.
*/
h3.date+h3 {
  margin-top: 9px;
}
h2+* {
  clear: left;
  padding-top: 9px;
}
ul li p {
	margin: 0px;
}
div.anc,div.news,div.events {
  clear: left;
  font: normal 12px/14px Verdana,sans-serif;
}
/*
  Strictly speaking:
    div.news + div.events

  Use if we don't need to support IE6 *AND* if div.news can disappear if there's no data.
*/
div.events {
  margin-top: 25px;
  padding-top: 20px;
  background: url(../images/3dots.gif) left top repeat-x;
}
div.headerbg {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 940px;
  height: 184px;
}
.seal {
  position: absolute;
  top: 5px;
  left: 18px;
  width: 143px;
  height: 144px;
  cursor: pointer;
}
.seal img {
  border: none;
}
form.headersearch {
  position: absolute;
  top: 22px;
  left: 690px;
  background: white url(../images/searchbg.jpg) left top no-repeat;
  margin: 0px;
  padding: 0px;
  width: 199px;
  height: 66px;
}
div.page form.headersearch {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 20px;
}
form.headersearch label {
  position: absolute;
  top: 13px;
  left: 15px;
  font: normal 12px/12px Georgia,serif;
  font-style: italic;
  color: #783300;
}
form.headersearch input {
  position: absolute;
  top: 33px;
  left: 14px;
  margin: 0px;
  padding: 0px;
  width: 132px;
  height: 17px;
  background: white url(../images/inputbg.gif) left top no-repeat;
  border: 1px solid #bdbdbd;
}
form.headersearch button {
  position: absolute;
  top: 34px;
  left: 158px;
  width: 27px;
  height: 17px;
  border: none;
  padding: 0px;
  margin: 0px;
  background: url(../images/gobg.gif) left top no-repeat;
  font: bold 10px/17px Verdana,sans-serif;
  font-style: italic;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
div.page {
  display: inline;
  float: left;
  width: 924px;
  margin: 0px;
  padding: 126px 0px 0px 0px;
  border-bottom: 1px solid #d3c799;
  background: #faf8ea url(../images/homebg.gif) left top repeat-y;
}
div.col1 {
  display: inline;
  float: left;
  margin: 0px -563px 0px 0px;
  padding: 0px 21px 21px 21px;
  width: 521px;
  color: black;
}
div.col2 {
  display: inline;
  float: left;
  width: 304px;
  margin: 23px -894px 0px 590px;
}
div.welcome {
  margin: 0px -21px;
  padding: 0px 27px 21px 27px;
  background: white url(../images/welcomebg.gif) left bottom no-repeat;
}
div.welcome h1 {
  margin: 0px;
  padding: 17px 0px 10px 0px;
  height: 49px;
  background: url(../images/welcome.gif) left 17px no-repeat;
  overflow: hidden;
  text-align: left;
  border-bottom: none;
}
div.welcome h1 span {
  visibility: hidden;
}
div.welcome img.photo {
  margin: 0px -27px;
}
div.footer {
  clear: left;
  background: url(../images/footerbg.gif) left bottom no-repeat;
  width: 940px;
  margin: 0px -8px 30px -8px;
  padding: 30px 0px;
  font-size: 14px;
}
div.footer * {
  color: #8a7250;
  text-align: center;
}
div.sidebar {
  clear: left;
}
a.top_pr {
	color: #903300;
	font-size: 11px;
	text-decoration: underline;
}
a.top_pr:hover {
	color: black;
}