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

#top {
	position: absolute;
	top: 13px;
	left: 13px;
	}

#nav {
	position: fixed;
	width:300px;
	left: 7px;
	top: 60px;
	color: #000;
	}

#acc {
	width:300px;
	list-style:none;
	color:#033;
	margin:0 auto 10px
	}
#acc h3 {
	width:200px;
	padding:1px 1px 1px;
	font-weight:bold;
	margin-top:0px;
	cursor:pointer;

	}
#acc h3:hover {
	
	}
#acc .acc-section {
	overflow:hidden;
	
	}
#acc .acc-content {
	width:200px;
	padding:1px;
	border-top:none;
	
	}



#nested {
	width:200px;
	list-style:none;
	color:#033;
	margin-bottom:15px
	}
#nested h3 {
	width:200px;
	padding:1px 1px 1px;
	font-weight:bold;
	margin-top:0px;
	cursor:pointer;
	
	}
#nested h3:hover {
	
	}
#nested .acc-section {
	overflow:hidden;
	
	}
#nested .acc-content {
	width:200px;
	padding:1px;
	border-top:none;
	
	}
#nested .acc-selected {
	
	}
	
	
#body {
	position: relative;
	width: 500px;
	top: 21px;
	left: 250px;
	}
	
#bodytext {
	font: Verdana, sans-serif;
	font-family: Verdana;
	font-size: 11px;
	}
