.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: left;
position: absolute;
margin-top: 1px;
margin-left: -19px;
background-color: white;
vertical-align: top;
text-align: left;

}

.headers{
width: 400px; 
font-size: 120%;
font-weight: bold;
border: 0px solid white;
background-color: white;
}

.switchcontent{
width: 400px;
border: 1px solid white;
border-top-width: 0;
}

