* { margin: 0; padding: 0; }
html, body, #main { height: 100% }

body { margin: 0; padding: 0; font-size: small; color: #333 }





li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

.basic  {
	margin-left: 52px;
	_margin-left: 25px;
	width: 345px;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #666666;



}
.basic div {
background-color: #f7f7f7;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic h2 {
	cursor:pointer;
	display:block;
	padding:3px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;


}
.basic h2:hover {
text-decoration: underline;


}
.basic h2.selected {
	color: black;
	font-weight: bold;
	background-color: #f1f1f1;

}


