html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body       {
	color: #000000;
	background: #DED1BC url('images/bg.jpg') repeat 100% 100%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px;
	zoom: 1;
	*margin-top:;
}

a			{text-decoration: none; color:#000000}
a:link      { color: #000000 }
a:visited   { color: #666666 }
a:hover		{text-decoration : underline}

p  {
	margin: 12px 0 10px 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: none;
	color: #667846;
	}
td {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: none;
	color: #667846;
	}

h1 { 
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0; padding: 0;
	}
h3 {										/*- use for subheadings within content text-*/
	font-size: 1.3em;
	margin: .7em 0em .3em 0em; padding: 0;
	font-weight: bold;
	}

h4{ 											/*- use for bold text with extra spacing-*/
	font-weight: bold;
	font-size :  1.1em;
	margin: .6em 0em .6em 0em; padding: 0;
	}
	
h5 {											/*- use for normal text with top and bottom spacing-*/
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h6 {											/*- use for small text-*/
	font-size: 0.85em;
	margin: 0;
	font-weight: normal;
	}
	
.accent{									/*- use for green accent colour*/
	color : #667846;}
	
.indent      {
	margin-left: 2em;
	display: block }
	
.right{
	float: right;
	}
#logo  {
	position: relative;
	top: 100px; left:40px;
	z-index:5
}

#navbar{
	background-image: url('bg_nav.jpg');
	background-color: #d2ba96;
	background-repeat: repeat-x;
	height: 31px;
}


td.header_shadow  {
	background-image: url('images/bg_header_shadow.jpg');
	background-repeat: repeat-x;
	height: 10px;
}

td.nav  {
	background-image: url('images/bg_nav.jpg');
	background-repeat: repeat-x;
	color: #d2ba96;
	height: 31px;
}

td.nav_shadow  {
	background-image: url('images/bg_nav_shadow.jpg');
	background-repeat: repeat-x;
	height: 10px;
}

td.content_lt  {
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-x;
	min-height: 286px;
}

td.content_rt  {
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-x;
	min-height: 400px;
	margin:  20px 20px 10px 0px;
	padding: 20px 20px 10px 0px;
}

td.footer_lt  {
	background-color: #e2e5d7;
	padding: 4px 0 4px 40px;
}

td.footer_rt  {
	background-color: #e2e5d7;
	padding: 4px 20px 4px 0;
}

.background_leaf{
	background-image: url('images/logo_leaf.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	display: block;
	min-height: 400px;
}

div.img-left {
	float:left;
	margin:  10px 10px 10px 0px;
	position: relative;
	top:0%;
	left:0%;
	vertical-align: top;	
	}
div.img-right  {
	float:right;
	margin:  10px 0px 10px 0px;
	position: relative;
	top:0%;
	left:0%;
	vertical-align: top;
	}
div.img-center  {
	float:center;
	margin:  10px 0px 10px 0px;
	position: relative;
	top:0%;
	left:0%;
	}
img.border{
	border-style: solid; border-width: 1px; padding: 0;
	color: #807657;}

div.list_content{ 
	padding:0; list-style-type:disc;
	margin: .1em 0em .1em 1em
 }

.list_content li { 
	list-style-position: outside;
	margin: .2em 0em .2em 1em;
 }

/*- bulleted list with images -*/	
div.list-bullet { 
	list-style-image: url('images/bullet.gif');
	margin: 0 0 0 -1.5em; padding: 0}
.list-bullet ul{ 
	margin: .1em 0 .1em 2.8em; padding: 0 }
.list-bullet li { 
	list-style-position: outside;
	margin: 0 0 .3em 0; padding: 0 }
	
/*- ordered list -*/
ol  {
	list-style-type: decimal;
	margin: .5em 0 .5em 1em; padding: 0}
li.ordered_list { 
	list-style-position: outside;
	margin: .5em 0 .5em 0em; }
