#containerFrame
{
	top:						0;
	left:						0;
	width:					800px;
	height:					600px;
}

#headerFrame
{
	top:						0;
	left:						0;
	width						800px;
	height					146px;
	position:				relative;
}

#contentFrame
{
	top:						0;
	left:						0;
	width						800px;
	height					146px;
	padding-top:			20px;
	position:				relative;
	font-size:				12pt;
}

#navColumn
{
	padding-top:			77px;
	padding-right:			10px;
	width:					170px;
	text-align:				right;
	vertical-align:		top;
	border-right:			1px #000 solid;
}

#contentColumn
{
	width:					630px;
	padding-left:			20px;
	text-align:				justify;
}
.navItem
{
	color:					#000;
	text-decoration:		none;
}

.authorNames
{
	font-weight:			bold;
}

.paperLink
{
	text-decoration:		none;
	color:					#000;
	font-style:				italic;
}

.index
{
	text-decoration:		none;
	color:					#000;
	font-style:				normal;
	padding-right:			3px;
	border-right:			1px solid #000;
}
