body{
	margin: 15px;
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFECF;
	background-color: #97C391;
}

#Page{
	width: 954px;
	margin: auto;
	padding: 0;
}

.hideme{
	display: none;
}

#TopBar, #TopBar-Homepage{
	width: 954px;
	height: 350px;
	color: #000000;
	background-color: #FFFED0;
	background-image:   url("/Templates/images/TopBottomBar.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

#TopBar{
	height: 149px;
	background-image:   url("/Templates/images/TopBar.jpg");
}

#SideMenu a:link, #SideMenu a:visited{
	text-decoration: none;
}

#SideMenu a:hover{
	text-decoration: underline;
}

#ContentArea{
	padding: 0;
	color: #000000;
	background-color: #FFFED0;
	background-image:   url("/Templates/images/Background.jpg");
	background-repeat: repeat-y;
}

#SideBar, #SideBar-Homepage{
	position: absolute;
	top: 368px;
	width: 140px;
	margin-left: 15px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#SideBar{
	top: 167px;
}

#SideMenu li{
	margin-left: -25px;
	margin-bottom: 5px;
	font-size: 15pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#Content{
	padding-top: 1px;
	padding-bottom: 0;
	margin-right: 70px;
	margin-left: 240px;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 195px;
	font-size: 0.8em;
	text-align: center;
}

#BottomBar{
	height: 295px;
	padding: 0;
	color: #000000;
	background-color: #FFFED0;
	background-image:   url("/Templates/images/TopBottomBar.jpg");
	background-repeat: no-repeat;
	background-position: center -350px;
}

#Footer{
	font-size: 10pt;
	text-align: center;
}

#Footer a:link, #Footer a:visited{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover{
	color: #FFFEAB;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #006325;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #0B9B00;
	background-color: inherit;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #008933;
	background-color: inherit;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h1, h2{
	font-size: 1.6em;
}

h3{
	font-size: 1.3em;
}

h4, h5, h6{
	font-size: 1.2em;
}

.h3-nospace{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 1em;
	font-size: 1.1em;
}

.h3-nospace a:link, .h3-nospace a:visited{
	text-decoration: none;
}

.h3-nospace a:hover{
	text-decoration: underline;
}

.h4-nospace{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 1em;
	font-size: 1em;
}

.Red-heading, .Red-heading a:link, .Red-heading a:visited, .Red-heading a:hover{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
	color: #C60101;
	text-align: center;
}

.Red-heading a:hover{
	color: #ea0000;
}

.Red{
	color: #C60101;
}

.Indent{
	margin-left: 35px;
}

hr{
	border: 1px solid #006325;
	border-style: dashed none none none;
}

blockquote{
	font-style: italic;
	font-size: 1.2em;
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
}

.p-nospace{
	margin-top: 0;
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.p-smallprint{
	font-size: 0.8em;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #000000;
}

ul li{
	list-style-image: url(/Templates/images/Icon-List.gif);
}

.Center{
	text-align: center;
}

.Right{
	text-align: right;
}

.ListBar{
	float: left;
}

.Align-Image-Right{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Align-Image-Right-New-Line{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

.Align-Image-Left-New-Line{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: both;
}

.Image-Right-Margin{
	margin-right: 10px;
}

.Image-Top-Margin{
	margin-top: 10px;
}

.Image-Top-Right-Margin{
	margin-top: 10px;
	margin-right: 10px;
}

.New-Line{
	clear: both;
}

form, label, input{
	font-size: 10pt;
} 

fieldset{
	width: 92%;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	
} 

.label{
	position:relative;
	width: 79%;
	display: block;
	margin-top: 1em;
} 

.label input{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
} 

.label select{
	position: absolute;
	left: 45%;
	top: 0;
} 

.label textarea{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
	height: 111px;
}

.textarea{
	height: 107px;
}

.Table{
	margin: auto;
	border: 1px solid #D5CB91;
	background-color: #FFF8CB;
	border-collapse: collapse;				
}

.Table th{
	padding: 0.4em;
	border: 1px solid #D5CB91;	
	background-color: #F9F0BC;	
	text-align: left;
}

.Table td{
	padding: 0.4em;
	border: 1px solid #D5CB91;
	vertical-align: top;
	text-align: center;
}

.Table-Header th{
	text-align: center;
	background-color: #F9F0BC;
}

.Tablehighlight{
	background-color: #F9F0BC;
}

.enjoyEngland{
	width: 89px;
	height: 128px;
	margin: auto;
	margin-top: 10px;
	background-image:   url("/Templates/images/enjoyenglandcom-4-star-self-catering-award.png");
	background-repeat: no-repeat;
}