/* Flexible CSS development by HotScot Technology www.hotscot.net */
body /* Page colour */
{
	background: #f4f3db; /* C */
	margin: 0px; /* C */
	padding: 0px; /* C */
}
p /* Body text paragraph formatting only - See content1 for font */
{
	margin: 0px; /* C */
	padding-bottom: 10px; /* C */
}
#container
{
	position: relative;
	display: block;
	width: 750px;
	padding: 0px;
	margin: 0px auto 20px auto; /* aligns to center */
}
#header /* Leader graphic behind H1 and H2 tags */
{
	margin: 0px auto 0px auto;
	width: 748px;
	background: url(../images/headerwithlogo.jpg) no-repeat; /* C */
	border-top: 3px solid #336633; /* C */
	height: 147px; /* C */
	padding: 0px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#main 	/* Background Image is the navigation BG on the left. 
		Coloured GIF required.
		Background colour is the content area background */
{
	margin: 0px auto 0px auto;
	width: 750px;
	background: #fff url(../images/bg.gif) repeat-y top left; /* C */
	padding: 0px;
}
#navigation
{
	padding: 0px;
	width: 117px;
	position: relative;
	margin: 20px 0px 0px 53px;
}
#mainl
{
	float: left;
	margin: 0px;
	padding: 0px;
}
#headertext
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 750px;
	height: 80px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
}
#contentzone
{
	position: relative;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 575px;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
}
#footer /* Footer Space */
{
	position: relative;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 4px 4px 4px 180px;
	height: 44px;
	background: url(../images/footer.gif) no-repeat; /* C */
}
#footertext, #footertext a:link, #footertext a:visited /* C */
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#footertext a:hover /* C */
{
	color: #0000FF;
	text-decoration: underline;
}
#address /* Address space formatting */
{
	position: relative;
	background: #84AB7C; /* C */
	border: 1px solid #999; /* C */
	float: right;
	clear: right;
	margin: 0px 12px 20px 0px;
	padding: 5px;
	width: 192px;
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: bold; /* C */
	text-decoration: none; /* C */
}
#address a:link, #address a:visited /* C */
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#address a:hover  /* C */
{
	text-decoration: underline;
}
#address ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif; /* C */
}
#addressc
{
	display: none;
}
#content1 /* Main body of the page text formatting */
{
	width: 310px;
	float: left;
	padding: 0px 5px 0px 15px;
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 12px; /* C */
	font-weight: normal; /* C */
}
#content1 a:link, #content1 a:visited /* C */
{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content1 a:hover /* C */
{
	color: #0000FF;
	text-decoration: none;
}
#content2 /* Image space. Text formatting for additional text if required */
{
	width: 200px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 5px 5px;
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
}
#spread /* Main body of the spread pages text formatting */
{
	width: 540px;
	float: left;
	padding: 15px 5px 0px 15px;
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 12px; /* C */
	font-weight: normal; /* C */
}
#news /* News text */
{
	width: 310px;
	float: left;
	padding: 15px 5px 15px 15px;
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
}
#news a:link, #news a:visited /* C */
{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#news a:hover /* C */
{
	color: #0000FF;
	text-decoration: none;
}
h1 /* This floats above the header graphic or colours */
{
	position: absolute;
	color: #A02D30; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 38px; /* C */
	font-weight: bolder; /* C */
	font-style: italic; /* C */
	padding: 10px 0px 0px 15px; /* Change for position of header */
	margin: 0px;
	z-index: 4;
}
h2 /* Subheader floats above header graphic */
{
	color: #A02D30; /* C */
	font-family: Georgia, "Times New Roman", Times, serif; /* C */
	font-size: 18px; /* C */
	font-weight: bold; /* C */
	font-style: italic; /* C */
	padding: 10px 0px 0px 380px; /* Change for position of header */
	margin: 0px;
	z-index: 2;
}
h3
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
	margin: 0px;
	font-style: italic;
}
h4
{
	color: #666; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 13px; /* C */
	font-weight: Bold; /* C */
	padding-bottom: 10px; /* Change for space between header and paragraph text */
	margin: 0px;
}
#navh
{
	margin: 0px;
	text-align: right;
}
#navh ul
{
	color: white;
	padding: 0px 0px 0px 1px;
	margin-left: 0px;
}
#navh li
{
	list-style: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; /* Navigation font */
	font-size: 11px; /* C */
}
#navh a
{
	display: block;
	text-decoration: none;
	margin: 0px;
	color: white;
	background: url(../images/button.gif) no-repeat;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
}
#navh a:link, #navh a:visited /* C */
{
	color: #fff; /* C */
	width: 110px;
	height: 22px;
}
#navh a:hover /* C */
{
	color: #84AB7C;
	background: url(../images/button.gif) no-repeat;
}
#overlink a:link, #overlink a:visited  /* C */ /* Selected page */
{
	color: #fff;
	font-weight: bold;
}
#overlink a:hover /* C */
{
	color: #fff;
}
.image1 /* First and middle images */
{
	margin-bottom: 10px;
	border-top: 3px solid #84AB7C;
	border-right: 3px none #84AB7C;
	border-bottom: 3px solid #84AB7C;
	border-left: 3px none #84AB7C;
	
}
.image2 /* Last Image */
{
	margin-bottom: 5px;
	border: 1px solid #999; /* C */
}
TABLE.tbl
{
	border: 1px solid #999; /* C */
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
TR.tblr
{
	font-weight: bold; /* C */
	color: #333; /* C */
	font-size: 13px; /* C */
	background: #84AB7C; /* C */
	padding: 4px; /* C */
}
TR.tblh
{
	margin: 0px; /* C */
}
TD.tblh
{
	font-weight: bold; /* C */
	color: #666; /* C */
	padding: 4px; /* C */
}
TD.tblmh
{
	padding: 4px; /* C */
}
TD.tbld
{
	padding: 4px; /* C */
	
}
TD.content
{
	vertical-align: text-top; /* C */
	padding: 4px; /* C */
}
INPUT
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background-color: #f0f0f0; /* C */
	border: 1px solid #336699; /* C */
}
TEXTAREA
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background-color: #f0f0f0; /* C */
	border: 1px solid #336699; /* C */
}
SUBMIT
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background: #f0f0f0; /* C */
	border: 1px solid #336699; /* C */
}