#headerDiv, #contentDiv {
float: left;
width:600px;
position: static;
}
#titleText {
float: left;
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
.myHeader {
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
.headerDiv {
color: #115b3d;
}
.inner {
	display:none;
	border: 2px solid #ccc;
	padding: 15px 15px 15px 15px;
	background: #EDEDED;
	margin-bottom: 20px;
	clear:both;
}
.button h22{
    line-height:24px;
    font-size:1.1em;
    font-weight:bold;
    padding-top:10px;
    cursor:pointer;

}
h2.close {
    background-image:url('../img/close.png');
}
#contentDiv {
background-color: #FFE694;
}
#myContent {
margin: 5px 10px;
}
#headerDiv a {
float: right;
margin: 10px 10px 5px 5px;
}
#headerDiv a:hover {
color: #FFFFFF;
}
