                .accordion_toggle {
                        display: block;
                        width: 480px;
                        background-color: #004801;
                        padding: 10px 10px 10px 10px;
                        line-height: 20px;
                        color: white;
                        font-weight: normal;
                        text-decoration: none;
                        outline: none;
                        font-size: 12px;
                        border-bottom: 1px solid #cde99f;
                        cursor: pointer;
                        margin: 0 0 0 20px;
                }

                .accordion_toggle_active {
                        background-color: #e7efc3;
 	                color:#004801;
 	border-left-color:#222222;
               }

                .accordion_content {
width:500px;margin-left:20px;
                        background-color: #ffffff;
                        color: #444444;
                        overflow: hidden;
                }

                        .accordion_content h2 {
                                margin: 15px 0 5px 10px;
                                color: #0099FF;
                        }

                        .accordion_content p {
                                line-height: 150%;
                                padding: 5px 10px 15px 10px;
                        }


