#headerBox
{
	width: 875px;
	height: 35px;
	overflow: hidden;
}

#mainRight
{
	padding-top: 0px;
}
#contentBox h2
{
	border-bottom: 1px solid #1b3665;
	padding-bottom: 3px;
}
#pubLeft
{
	float: left;
	width: 425px;
}
#pubRight
{
	float: right;
	width: 175px;
	height: 246px;
	text-align: center;
	border: 1px solid #1b3665;
	overflow: hidden;
}

/*publication search*/
#azList
{
	padding: 0px 0px 10px 5px;
}
#azList, #azList *
{
	float: left;
}
#azList li
{
	width: 32px;
	height: 32px;
}
#azList a
{
	display: block;
	width: 31px;
	height: 31px;
	background: url(/images/people/az_sqr.png) no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
}
#azList a:hover
{
	text-decoration: none;
	color: #fff;
	background: none #97bfe0;
}
#filterSearch
{
	width: 415px;
	padding: 10px 5px 0px 5px;
}
#filterSearch li
{
	padding: 2px 0px;
	float: left;
	width: 415px;
	background: none;
}
#filterSearch li.button
{
	text-align: right;
	
}
#filterSearch span
{
	width: 200px;
}
#filterSearch span.floatleft,
#filterSearch label
{
	width: 215px;
}

#filterSearch input, #filterSearch select
{
	font-size: .9em;
	height: 18px;
	
}
#searchBox
{
	width: 425px;
}
#searchBox input.btn
{
	width: 64px;
	height: 20px;
	border: none;
}
#peopleResults
{
	width: 425px;
	padding: 5px 0px;
	height: 225px;
	float: left;
	background: url(/images/ui/toplines/full.png) no-repeat left top;
}
#peopleResults ul
{
	float:left;
	height: 200px;
	width: 425px;
}
#peopleResults ul li
{
	margin: 0px;
	margin-bottom: 1.2em;
	height: auto;
	line-height: 1.1em;
	font-size: .9em;
	padding-left: 5px;
	width: 400px;
	background: none;
}
#peopleResults ul li a
{
	border: none;
}
