#navbar{
	color: #333333;
	background-color: #FAF8EC;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 2px;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom:20px;
	width: 695px;
}

body{
	background-color:#FAF8EC;
	color: #333333;
	margin:20px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Arial","Helvetica",sans-serif;
	font-size:12px;
	line-height: 145%;
	height: 100%;
}

div.hd {
	height: 100%;
	width: 698px;
	float: left;
	clear: both;
}

h1{
	font-size: 17px;
	line-height: 14px;
	font-weight: bold;
	color: #BB3322;
}

h2{
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #888888;
	font-weight: bold;
}

h3{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

h4{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

div.paper-title {
	font-size: 12px;
	font-weight: bold;
	color: #606060
}

div.pub-year {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #888888;
}

div.sec {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #888888;
}

#foot{
	color: #888888;
	background-color: #FAF8EC;
	font-size: 10px;
	line-height: 12px;
	margin-left: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 695px;
	bottom: 0px;
	clear: both;
}

a:link{
	color:#296FA3;
	font-weight: bold;
	text-decoration:none;
} 

a:visited{
	color:#296FA3;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color:#BB3322;
	font-weight: bold;
	text-decoration:none;
}

ul { margin-left: 0;}

li 	{ margin-left:		0; 
	  padding:		0px 0px 5px 0px;}
