* {margin:0; padding:0; }

#options {
	width:350px;
	margin:4px auto;
	text-align:right;
	color:#333333;
	height: 20px;
}
#options a {
	text-decoration:none;
	color:#333333
}
#options a:hover {
	color:#FF9900
}

#acc {width:350px; list-style:none; color:#033; margin:0 auto 40px}
#acc h3 {
	width:340px;
	border:1px solid #afb0b0;
	padding:4px 4px 6px;
	font-weight:bold;
	margin-top:4px;
	cursor:pointer;
	background-color:#e4e4e4;

	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
}
#acc h3:hover {
	background-color:#dadbdd;
}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {
	width:318px;
	padding:8px 15px 8px 15px;
	border:1px solid #afb0b0;
	border-top:none;
	background:#e6e6e6;
	text-align: justify;
}

#nested {width:318px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #afb0b0; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#nested h3:hover {background:url(images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #afb0b0; border-top:none; background:#fff}
#nested .acc-selected {background:url(images/header_over.gif)}

