#list1 * { 
	margin: 0; 
	padding: 0; 
	}
	
html, body, #main { height: 100% }
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }
h6 { margin-top: .5em; }

li { 
	list-style-type: none; 
	}
	
#list1 { 
	margin: 1.7em 1em 1em 1.5em;
	width:20em; 
	}

#list1  {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px;
}
#list1 p {
	margin-bottom : 5px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	overflow:hidden;
	padding: 0px;
	
}

#list1 h6 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #0c449b;
	border: none;
}
#list1 h6:hover {
	color: #000000;
	background-color: white;
}
#list1 h6.selected {
	color: white;
	background-color: #0c449b;
	border-bottom: 1px solid black;
}

