@charset "utf-8";
/* CSS Document */

body{
	width:878px;
	margin:5px auto;
	background-color:#529464;
	font-family: trebuchet ms, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#535b65
}
#container{
	width:878px;
	background-image: url(../images/page-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#left-panel{
	 float:left;
	 width:165px;
	 padding:20px 7px;
	
}
#mid-panel{
	float:left;
	width:400px;
	margin:20px 19px;

}
#right-panel{
	float:left;
	width:660px;
	padding:20px 19px;
	
}

#right-panel2{
	float:left;
	width:240px;
	margin-right:19px;
	margin-top:20px;

}



.left-btn{
	color:#529464;
	font-weight:bold;
	display:block;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:4px 5px;
	text-decoration:none;
	margin:4px 0px;
}
.left-btn:hover{
	color:#529464;
	font-weight:bold;
	display:block;
	background-image: url(../images/btn-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:4px 5px;
	text-decoration:none;
	margin:4px 0px
}
.left-btn-active{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	background-image: url(../images/btn-active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:4px 5px;
	text-decoration:none;
	margin:4px 0px
}




h1{
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	font-weight:bold;
}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	font-weight:bold;
}
p{
	padding:0px;
	margin:0px;
	margin-bottom:16px;
}
ul{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
li{
	background-image: url(../images/green-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:15px;
	list-style-type: none;
	margin-bottom:5px;
}




.text-bold{
	font-weight:bold;
}
.green-text{
	color:#529464;
}
.black-mid-heading{
	color:#000000;
	font-size:18px;
	font-weight:normal;
}
.green-mid-heading{
	color:#529464;
	font-size:18px;
	font-weight:normal;
}
.green-big-heading{
	color:#529464;
	font-size:24px;
	font-weight:normal;
}






.box{
	font-size:13px;
	color:#535b65;
	border:1px solid #b9d0bf;
	width:175px;
	font-family: trebuchet ms, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
