body {
  background-color: #FFF;
  margin: 0;
  padding: 0;

}


body, td, th, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a img {
	border: 0;
}

form {
	margin: 0;

}


#left-column {
				padding: 20px;
}

#right-column {
				padding: 10px;
}


p.address {
  font-family: Arial, Helvetica, sans-serif;
  color: #960;
  font-weight: bold;
  font-size: 0.8em;
}

p.contact {
  font-family: Arial, Helvetica, sans-serif;
  color: #960;
  font-size: 0.8em;
}

.formBackgroundLight {
  background-color: #f6efe7;
}


.formBackgroundDark {
  background-color: #dbede4;
}

.error {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff4444;
}

.element, .elementTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  padding: 5px;
}

.roomTitle {
	font-size: 0.9em;
	padding: 5px 0px;
	font-weight: bold;
}

.roomTitleRow {
	/*background: #ede5ca;*/
}

.head2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.subBox {
  background-color: #fff;
  color: #8f6802;
  border: 1px solid #8f6802;
  font-size: 12px;
}


.element {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #303030;
	padding: 4px 2px 4px 2px
}

.elementTitle {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #738A7A;
	padding: 4px 2px 4px 2px
}

.elementImg {
	border: 3px solid #738A7A;
}

.pageHeading {
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

	color: #91A39A;
}

.head2 {
	background-color: white;
	line-height: 200%;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #738A7A;
}

.head3 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #28657E;
}

UL {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #303030;
}

TH {
	font-weight: bold;
	text-decoration: none;
	color: #303030;
	padding: 4px 2px 4px 2px
}

TD {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #303030;
}

A:link    {
	color: #BF4E0C;
	text-decoration: none;
}
A:visited    {
	color: #BF4E0C;
	text-decoration: none;
}
A:hover  {
	text-decoration: underline;
	color: #BF4E0C;
}

input,
textarea,
select {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #023548;
}