body, html {
	font-family: "trebuchet MS", Arial;
	font-size: 14px;
	color: #514d37;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
}

a{
  color: #514d37;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

img{
  border: none;
}

h1{
  font-size: 26px;
  margin: 0 0 19px 0;
  font-weight: normal;
}

div.visible{
  display: block !important;
}

span.visible{
  display: inline !important;
}

img.visible{
  display: inline !important;
}

#control_overlay{
  background-color: #ffffff;
}

.hidden{
  display: none;
}

#headerBG{
  height: 147px;
  background: url('/data/img/headerBG.jpg') repeat-x;
}

#headerPadding{
  width: 894px;
  padding: 0 5px;
  margin: 0px auto;
  background-color: #ffffff;
}

#header{
  height: 147px;
  background: url('/data/img/headerBG.jpg') repeat-x;  
  position: relative;
}

#logo{
  height: 45px;
  width: 380px;
  position: absolute;
  top: 28px;
  left: 43px;
  background: url('/data/img/headerLogo.jpg');
}

#headerMenu{
  position: absolute;
  top: 105px;
  left: 50px;
  width: 844px;
}

.headerMenuItem{
  margin-right: 25px;
}

.headerMenuItem a{
  font-weight: bold;
}

#bodyBG{
  background: url('/data/img/bodyBG.jpg') repeat-x;
  background-color: #b9e6fb;
}

#bodyPadding{
  width: 894px;
  padding: 0 5px;
  background-color: #ffffff;
  margin: 0px auto;
}

#footerSpacer{
  height: 20px;
  background: url('/data/img/footerBG.jpg') repeat-x;
}

#footer{
  width: 854px;
  height: 85px;
  margin: 0px auto;
  padding-top: 15px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}

#footerText{
  position: relative;
  top: 5px;
}
