/*  advanced CSS*/

body   {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Georgia, times, serif;
	font-size: 14px;
	line-height: 18px;
	/*border: 10px solid black;*/
	}
	
	
div, p, th, td, li, dd, dl, dt  blockquote  {
             /* redundant selectors to help NS4 not forget */
	color: #000;
	font-family: Georgia, times, serif;
	font-size: 14px;
	line-height: 18px;
	}

	
div#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
/*
	background: #fff url(images/goldstripe.gif) top 0  repeat-y;
*/
	padding: 0;
	border: 1px solid black;
	}

div#pixdiv {
	position: relative;
	width: 650px;
	margin: 0 0 0 150px;
	padding: 0;
	background: transparent url(images/pixstrip4.jpg) top right repeat-y;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	}

div#pixdiv2 {
	position: relative;
	width: 650px;
	margin: 0 0 0 150px;
	padding: 0;
	background: transparent url(images/pixstrip5.jpg) top right repeat-y;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	}

#r2rheader {
	position: relative;
	width: 500px;
	height: 100px;
/*	border: 1px solid red;*/
	margin: 0 0 0 200px;
	}
	
#header h1 h2 {
	margin: 10px 0 0 200px;
	text-align: center;
/*	border: 1px solid red;*/
	}


#content {
	width: 480px;
	margin: 0 0 0 20px;
	padding: 0;
	/*border: 1px solid blue;*/
	}
	
#contentpath {
	position: absolute;
	width: 500px;
	top: 200px;
	left: 200px;
	/*border: 1px solid black;*/
	}

#nav {
	/*border: 1px solid black;*/
	position: absolute;
	width:125px;
	top: 125px;
	left: 5px;
	}

#nav ul {
	padding: 0;
	list-style: none;
	margin: 0;
	/*border: 1px solid green;*/
	}	
#nav ul li{
	padding: 0 0 10px 0;
	}
	
#nav a {
	text-decoration:	none;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #3a5e8c;
	font-weight: bold;	
	}	
	
#nav a:hover {
	text-decoration: underline;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #804b32;
	font-weight: bold;	
	}	
	
#wownav {
/*	border: 1px solid black;*/
	position: absolute;
	width:150px;
	top: 140px;
	left: 40px;
	}	
	
#wownav ul {
	padding: 0;
	list-style: none;
	margin: 0;
	/*border: 1px solid green;*/
	}	
#wownav ul li{
	padding: 0 0 10px 0;
	}
	
#wownav a {
	text-decoration:	none;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #3a5e8c;
	font-weight: bold;	
	}	
	
#wownav a:hover {
	text-decoration: underline;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #000;
	font-weight: bold;	
	}	
	
/*menu page indication*/
#home a#linkhome, 
#projects a#linkprojects, 
#team a#linkteam, 
#pubs a#linkpubs,
#pres a#linkpres,
#links a#linklinks,
#contact a#linkcontact {
	color: #804b32;
	}	


#home a#linkhome:hover, 
#projects a#linkprojects:hover,  
#team a#linkteam:hover,  
#pubs a#linkpubs:hover, 
#pres a#linkpres:hover,
#links a#linklinks:hover,
#contact a#linkcontact:hover {
	color: #000;
	}


#submenu ul {
	padding: 0;
	list-style: none;
	display: inline;
	margin: 0;
	/*border: 1px solid green;*/
	}	
#nav ul li{
	padding: 0 0 10px 0;
	}
	
#nav a {
	text-decoration:	none;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #3a5e8c;
	font-weight: bold;	
	}	
	
#nav a:hover {
	text-decoration: underline;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #000;
	font-weight: bold;	
	}	
#headline {
	width: 450px;
	border: 1px solid black;
	padding: 4px;
	text-align: center;
	}
	
a	{
	text-decoration:	underline;
	font-weight:	bold; 
	}
	
a:link	{
	font-family:  Georgia, times, serif;
	font-weight: bold;
	color:	#3a5e8c;
	text-decoration:	none;
	background-color: transparent;
	}
a:visited	{
	font-family:  Georgia, times, serif;
	font-weight: bold;
	color:	blue;
	text-decoration:	none;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#000;
	text-decoration:	underline;
	}


	
#r2lnav  {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	width: auto;
	}
	
#r2lnav a {
	text-decoration: none;
	font: 10px arial, sans-serif;
	color: #009;
	font-weight: bold;		
	}

#r2lnav a:hover {
	text-decoration: underline;
	font: 10px arial, sans-serif;
	color: #009;
	font-weight: bold;
	}	
	
h1	{
	
	font-size:	20px;
	line-height: 26px;
	}
	
h2	{
	font-size:	18px;
	line-height: 20px;
	}
	
h3	{
	font-size:	16px/;
	line-height: 18px;
	}
	
h4 {
	font-size:	14px;
	line-height: 16px;
	}
	
h4 {
	font-size:	12px;
	line-height: 14px;
	}		
	
h1, h2, h3, h4, h5, h6	{
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #804b32;
	background-color: transparent;
	margin-bottom: 10px;
	}

ul li {
	margin-top: 8px;
	}

#footer p {
	position: relative;
	font: 10px trebuchet, verdana, arial, helvetica, sans-serif;
	line-height: 10px;
	color: #000;
	margin: 10px 0 0 0;
	padding-top: 10px;
	text-align: justify;
	background: #fff;
	/*border: 1px solid green;*/
	}	

.ppt  {
	font-size: 10px;
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:	#009;
	text-decoration:	none;
	background-color: transparent;