BODY {
	margin: 0;
	padding: 0;
	background: #84ba64 url('images/background.gif') repeat-x top left;
	color: #333333;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 1.0em;
}

A, A:link, A:visited, A:active {
	color: #4c7135;
	text-decoration: none;
}
A:hover {
	color: #5e8c42;
	text-decoration: underline;
}

DIV.Page {
	text-align: center;
	margin: 0;
	padding: 10px;
}

TABLE.BodyTable {
	border: 1px solid #203020;
	background-color: white;
}

TABLE.BodyTable TD.Header {
	height: 140px;
	border: 1px solid #405040;
	background-color: white;
	color: black;
	font-size: 1.7em;
	font-weight: bold;
}

TABLE.BodyTable TD.Menu {
	padding: 4px;
	border: 1px solid #405040;
	background-color: #cacc98;
	color: #203020;
	font-size: 0.9em;
	font-weight: bold;
}


TABLE.BodyTable TD.Footer {
	padding: 4px;
	border: 1px solid #405040;
	background: #d8dccc url('images/footer.gif') repeat-x top left;
	font-size: 0.7em;
}

TABLE.ContentTable {
	border-style: none;
	background-color: white;
}
TABLE.ContentTable TD.Sidebar {
	border: 1px solid #405040;
}
TABLE.ContentTable TD.Sidebar IMG.TopBorder {
	border-top: 1px solid #405040;
}
TABLE.ContentTable TD.Sidebar P {
	margin: 0 0 5px;
	padding: 1px 4px 4px;
	border-top: 1px solid #405040;
	border-bottom: 1px solid #405040;
	background-color: #dddddd;
	color: inherit;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

TABLE.ContentTable TD.Content {
	padding: 0;
	border: 1px solid #405040;
}	
TABLE.ContentTable TD.Content P {
	margin: 10px 5px;
	font-size: 0.9em;
	line-height: 1.4;
}
TABLE.ContentTable TD.Content P.Highlight {
	font-size: 0.9em;
	font-weight: bold;
	color: #336633;
}
TABLE.ContentTable TD.Content P.Phone {
	font-size: 1.6em;
	font-weight: bold;
}

DIV.Title {
	padding: 4px;
	border-bottom: 1px solid #405040;
	background: #e7ecda url('images/header_bar.gif') repeat-x top left;
	font-size: 1.0em;
	font-weight: bold;
}

DIV.Subtitle {
	padding: 4px;
	border-top: 1px solid #405040;
	border-bottom: 1px solid #405040;
	background: #e7ecda url('images/header_bar.gif') repeat-x top left;
	font-size: 1.0em;
	font-weight: bold;
}

TABLE.EnquiryForm { margin: 3px 0 5px; }
TABLE.EnquiryForm TH {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
TABLE.EnquiryForm TD {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}
TABLE.OpeningHours TH {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
TABLE.OpeningHours TD {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}

DIV.ErrorBox { margin: 5px; padding: 3px 6px; background: #ffffff url('../images/page_title_bg.gif') repeat-x top left; border: 1px dashed #d1471f; color: #d1471f; font-weight: bold; }
DIV.SuccessBox { margin: 5px; padding: 3px 6px; background: #ffffff url('../images/page_title_bg.gif') repeat-x top left; border: 1px dashed #86a606; color: #669c46; }

UL.BodyList {
	margin: 0.3em 25px;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.6;
}
UL.BodyList LI {
	margin: 0;
	padding: 0;
	text-align: left;
}
