@charset "utf-8";
/* CSS Document */
.resource{ /*header of 1st demo*/
cursor: hand;
width:600px;
border:1px solid #0a5db0;
padding:6px 6px 8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
margin:5px 0 0 20px;
cursor:pointer;
background-color:#003366;
color:#FFFFFF;
}

.theresource {
	width:580px; padding:5px 15px 15px 15px; margin:0 0 20px 20px; border-top:none; background:#00478f
}

.openresource{ /*class added to contents of 1st demo when they are open*/
background-color:#00478f;
border:1px solid #0a5db0;
}
