 /**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #2b481b;/*themecolour1$ -21%,-68.6%;*/
	background-color: #d0ffb6;/*themecolour1$ 46.7%,100%;*/
	font-size: 100%;
	color: #2b481b;/*themecolour1$ -21%,-68.6%;*/
	line-height: 1.5em;
}
a:link {
	color: #65A245;
	text-decoration: none;
}

/*this container holds the logo and heading graphic*/
    #header {
	background: #65a245;/*themecolour1$ -8.3%,-29.7%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b481b;/*themecolour1$ -21%,-68.6%;*/
	}
/*this container holds the logo graphic */	
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
}
/*this container holds the horizontal navigation bar */
	#navbar {
	background-color: #2b481b;/*themecolour1$ -21%,-68.6%;*/
	width: 100%;
	top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b481b;/*themecolour1$ -21%,-68.6%;*/
	background-repeat: repeat;
	padding-left: 7px;
}
/**Redefined html tags**/
/*defines the font and page background image */
body {
	font-family: "Trebuchet MS", Arial;
	text-align: center;
	font-size: 100%;
	background-image:  url(index3_files/index3_bg1.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;	
} 
/*sets margins to 0 */
p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
/*style the heading text */
h1 {
	font-size: 130%;
	margin: 0px;
	color: #000000;/*themecolour2;*/
	padding-top: 6px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #000000;/*themecolour2;*/
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #2b481b;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(index3_files/index3_bullet.gif);
	color: #2b481b;/*themecolour1$ -21%,-68.6%;*/
	font-weight: normal;
	margin-left: 35px;
	padding-left: 20px;
}
/*floats element to the left*/
 .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
/*link styles*/	
}
 a:visited {
	color: #65A245;/*themecolour1$ -21%,-68.6%;*/
	text-decoration: none;
}
 a:link:hover {
	color: #65A245;/*themecolour1$ -12.5%,-53%;*/
	text-decoration: underline;
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2b481b;/*themecolour1$ -21%,-68.6%;*/
}
/*styles the footer*/
.footer {
	font-size: 90%;
	margin-left: 10px;
	color: #4f8035;/*themecolour1$ -10%,-44.5%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4f8035;/*themecolour1$ -10%,-44.5%;*/
	padding-bottom: 10px;
	margin-right: 10px;
}

