.bodyleft {
	background-image: url(images/bodyleft.jpg);
	background-repeat: repeat-y;
}
.bodyright {
	background-image: url(images/bodyright.jpg);
	background-repeat: repeat-y;
}

body {
	background-color: #E8E7C9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
	font-size: 80%;
}
p {
	color: #000000;
}

p a:link, p a:visited {
	font-weight:bold;
	color:#78B41E;
	text-decoration: none;
}
p a:hover {
	color:#027B26;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #027B26;
	font-size: 100%;
	line-height: 140%;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #027B26;
	font-size: 100%;
	line-height: 140%;
}

li {
	list-style-image: url(images/bulletpoint.jpg);
	list-style-position: outside;
	line-height: 140%;
}

li a:link, li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#78B41E;
}
li a:hover {
	color:#027B26;
}

/*-------------------------- NAVIGATION PART --------------------------*/
#header_navigation-bg{
	height:50px; background:url(images/navigation/newnavback.jpg) repeat-x 0 0;
	}
	
div#header_navigation-bg div#header_navigation{
	width:855px; margin:0 auto;
	}
	
#header_navigation {
	height: 45px;
	width: 855px;
	padding-left: 45px;
	padding-top: 5px;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 45px;
	font-size: 14px;
}
	
#navbar li {
	list-style: none;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5B8B16;
	border-left-color: #5B8B16;
}
	
#navbar li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 9px;
}

#navbar li a:hover  {
	background-color: #649C12;
}
	
#navbar li ul {
    display: none;
    width: 12em; /* Width to help Opera out */
    background-color: #78B41E;}

#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; }
	
#navbar li:hover li {
    float: none; }
	
#navbar li:hover li a {
    background-color: #78B41E;
    border-top: 1px solid #649C12;
    color: #FFFFFF; }
	
#navbar li li a:hover {
    background-color: #649C12; }
	
/*-------------------------- IMAGE FADE --------------------------*/


#imagefade {
	display: inline;
	float: right;
	width: 840px;
}


#imagefade .cycle {
	height: 69px;
	overflow: hidden;
}

#imagefade .cycle div {
	background: transparent !important;
}