/*SB Neuman Style Sheet*/

body	{
	margin:		0;
	padding:	0;
	font: 14px/16px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	color:	#3A3633;
	background: white;
	}

	
div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 14px/16px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;	
    }
    
p {
	text-align: left;
	}
    
#main {
/*	border: 1px solid green;*/
	width: 790px;
	height: auto;
	margin: 10px auto;	
	position: relative;
	background: white;
	padding: 0;
	}

#fpheader {
	margin: 0 auto;
	position: relative;

	}


#nav {
/*	border: 1px solid red;*/
	width: 210px;
	float: left;
	position: relative;	
	margin: 10px 0 0 18px;
	padding: 0;
	background: #FFF;
	font: 12px verdana, lucida, arial, helvetica, sans-serif;
	
/*	z-index: 50;*/
	}

 
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}	

#nav ul li {
	padding: 0 4px 4px 0;
	margin: 0 6px;
	font: 18px georgia, serif;
	}	
	
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #3A3633;
	padding: 2px 0 0 10px;
	font: 18px georgia, serif;
	}	
	
#nav ul li a:hover {
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

li.head {
	position: relative;	
/*	border: 1px solid green;*/
	color: #000;
	margin: 0 0 6px 0;
	font-style: bold;
	font-size:  2em;
	line-height: 1.6em;
	}	
	
li.head a {
	position: relative;	
/*	border: 1px solid green;*/
	color: #000;
	margin: 0 0 6px -4px;
	font-style: bold;
	}

#content  {
/*border: 1px solid blue;	*/
	background: white;
	position: relative;	
	width: 486px;
	margin-left: 250px;	
	}

	
/*menu page indication*/
#home a#linkhome, 
#back a#linkback, 
#pub a#linkpub, 
#journal a#linkjournal,
#bookchap a#linkchap, 
#papers a#linkpapers,
#books a#linkbooks,
#current a#linkcurrent, 
#past a#linkpast, 
#proj a#linkproj,
#links a#linklinks,  
#contact a#linkcontact {
	color: #036;
	text-decoration: none;
	}	
	
	
#home a#linkhome:hover, 
#back a#linkback:hover, 
#pub a#linkpub:hover, 
#journal a#linkjournal:hover,
#bookchap a#linkchap:hover, 
#papers a#linkpapers:hover,
#books a#linkbooks:hover,
#current a#linkcurrent:hover, 
#past a#linkpast:hover, 
#proj a#linkproj:hover,
#links a#linklinks:hover,  
#contact a#linkcontact:hover {
	color: #ccc;
	text-decoration: none;
	}	


	

h1, h2, h3, h4, h5, h6	{
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	background: transparent;
	}
	
h1	{
	font-size:	175%;
	line-height: 155%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}
