/* CSS by Jonathan B. Morgan, 2007 */


div#main h2 { /*This was created for the H2 tags on the BCP publication menus.*/
	padding: 0.15em 0em;
	margin: 10px 0px 0px;
	color: #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-decoration: none;
	text-align: left;
}

div#main ul.pubs  {
	list-style: url(none) none outside;
	line-height: 120%;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}


div#main ul.pubs li {
	line-height: 120%;
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: .25em;
	padding-bottom: .25em; /*This is so when there is an item with the "title" class the g's and y's don't get cut off*/
}
	
div#main ul.pubs p {
	padding: 0px;
	line-height: 120%;
	margin-top: .25em;
	margin-bottom: .5em;
	margin-left: 10px;
	margin-right: 10px;
}	

