.toggleBox * {
        margin : 0;
}
.toggleBox {
float-left;
width : 660px;

}


.toggleBox h2.toggle {
         margin-left:20px;
        margin-bottom:10px;
        height : 20px;
        background : #cfcfcf url('../images/open2.png') no-repeat;
        border:1px solid #000000;
        background-position:97%;
        padding : 5px 20px;
        font : normal 12px Verdana;
        line-height:150%;
        color : #000000;
        cursor : pointer;

}
  .toggleBox h2:hover  {
        background-color: #EAF2D3;
        color:#800000;
        text-decoration:underline;
}
.toggleContent {
         margin-left:20px;
        border : 1px solid #000000;
        background:#F1EDC2;

        text-align : justify;
        padding : 1em;
}


.toggleBox a:hover{
color:#0000ff;
}
