* {
	margin:0;
	padding:0;
	font:12px Verdana,Arial
}
code {font-family:"Courier New",Courier}

#options {
	width:auto;
	margin:20px auto;
	text-align:left;
	color:#0000FF
}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {
	color:#333333
}

#acc {
	width:auto;
	list-style:none;
	color:#333333;
	margin:0 auto 40px
}
#acc h3 {
	width:auto;
	border:1px solid #9ac1c9;
	padding:6px 6px 8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(images/header_blue.jpg)
}
#acc h3:hover {
	background:url(images/header_over_blue.jpg)
}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {
	width:auto;
	padding:15px;
	border:1px solid #9ac1c9;
	border-top:none;
	background:#fff
}

#nested {
	width:auto;
	list-style:none;
	color:#333333;
	margin-bottom:15px
}
#nested h3 {
	width:auto;
	border:1px solid #9ac1c9;
	padding:6px 6px 8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(images/header_blue.jpg)
}
#nested h3:hover {
	background:url(images/header_over_blue.jpg)
}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {
	width:auto;
	padding:15px;
	border:1px solid #9ac1c9;
	border-top:none;
	background:#fff
}
#nested .acc-selected {background:url(images/header_over.gif)}
