body {
	font-family: Helvetica, Arial, "Trebuchet MS", Times;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #86A346;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
}

#header {
	width:974px;
	height:182px;
	margin:0 auto;
	background-image: url(images/header.jpg);
	}
	
#navigation {
	width:974px;
	height:17px;
	padding-top:12px;
	margin:0 auto;
	}
	
#mainrepeat {
	width:974px;
	background-repeat:repeat-y;
	margin:10px auto;
	background-image: url(images/mainrepeat.jpg);
	padding-bottom:15px;
	overflow:hidden;
	}
	
#main {
	width:974px;
	background-repeat:no-repeat;
	background-image: url(images/main.jpg);
	overflow:hidden;
	}
	
#left {
	width:0px;
	padding-left:20px;
	padding-top:25px;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
	color:#111111;
	font-size:11px;
	line-height:18px;
	}

#right {
	width:690px;
	padding-left:130px;
	padding-right:35px;
	padding-top:25px;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
	color:#333333;
	line-height:18px;
	font-size:11px;
	}

#right1 {
        background-color: #cccccc;
	width:690px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
	line-height:18px;
	font-size:11px;
	}
	
#heading {
	padding-top:10px;
	padding-left:50px;
	color:#333333;
	font-size:11px;
	}
	
#heading p {
	margin-top:0px;
	font-size:14px;
        line-height:1pt;
	}
	
#navigation ul {
	display: inline;
	padding-left: 0px;
	
}
#navigation li {
	display: inline;
	font-size: 11px;
	font-weight: 15px;
	padding-left: 15px;
}
#navigation li a {
	color: #111;
	text-decoration: none;
}
#navigation li a:hover {
	color: #7C9D2F;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #7C9D2F;
	text-decoration: none;
}

img { padding-right: 10px; }	
	
h1 {
	font-family: Helvetica, Arial, "Trebuchet MS", Times;
	font-size:36px;
	font-style: normal;
	font-weight: normal;
	color: #FEFEFE;
	margin-bottom:0px;
}

h2 {
	font-family: Helvetica, Arial, "Trebuchet MS", Times;
	font-size:24px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

h3 {
	font-family: Helvetica, Arial, "Trebuchet MS", Times;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

#box {
	background-image: url(images/box.jpg);
	width:170px;
	padding:10px;
	height:155px;
	color:#405215;
	font-style:italic;
	font-size:14px;
	}
	
#footer {
	width:974px;
	padding-top:12px;
	color:#333333;
	font-size:11px;
	margin:0 auto;
	text-align:center;
	clear:both;
	}
	
#footer a {
	color:#333333;
	font-size:11px;
	margin:0 auto;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#333333;
	font-size:11px;
	margin:0 auto;
	text-decoration:underline;
	}