html {
  height: 100%;
}
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #88746a;
	padding: 30px;
}
p, table, tr, td, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.crumb
{
   font-size: 11px;
   color: #999999;
}
img {
  border-style: none;
  border-width: 0px;
}
.crumb
{
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #999999;
}
.page-heading
{
   font-size: 18pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   color: #A89A00;
}
.sub-heading
{
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #A89A00;
  font-weight:bold;
}
.caption
{
   font-size: 10px;
   color: #666;
}
.mid-grey-text
{
  color: #A89A00;
}

.news_heading
{
   font-size: 12px;
   font-weight:bold;
   padding-bottom:3px;
}
.news_date
{
   font-size: 10px;
}
.news_body
{
   font-size: 11px;
}
a.news_link, a.news_link:visited
{
  color: #FFB529;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-decoration: none;
}
a.news_link:hover
{
  color: #02A5D6;
  text-decoration: underline;
}
a.news_link:active
{
  color: #02A5D6;
  text-decoration: none;
}

/* Related Links */
.related-links-heading {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.banner{
	background-color:#3b73ae;
	background-image:  url(../interface-images/water-sml.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.menu-bg {
	background-image: url("interface-images/maple.jpg");
	background-repeat: no-repeat;
}
.header {
	background-image: url(interface-images/header-background.gif);
	background-repeat: no-repeat;
	height: 126px;
}
.contentbackground {
	background-color: #5C4212;
	background-image: url(interface-images/nav-background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #544037;
}
.landholdingsbackground {
	background-color: #c7924e;
	background-image: url(interface-images/nav-background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #544037;
}
.landholdings-heading {
   font-size: 18pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   color: #5C4212;
}

/* login form */
.loginbox {
  font-weight: bold;
  color: #ffffff;
}
input.userpass {
  border: 1px solid #5C4212;
}
input.buttonpass {
  border: 1px solid #5C4212;
  background-color: #f0f0f0;
}.linksbackground {
	background-color: #5C4212;
	background-image: url(interface-images/links-background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #544037;
}
