/*Julie Nagel stylesheet*/
body	{
	margin:		0;
	padding:	0;
	font: 14px/16px "trebuchet MS", lucida, arial, helvetica, sans-serif;
	color:	#000;
	background : #aeeef6;
	}

	
div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 14px/16px  "trebuchet MS", lucida, arial, helvetica, sans-serif;	
    }
  
  
a {
	color: teal;
	text-decoration: none;	
	}


a:hover {
	color: #000;
	text-decoration: underline;
	}
	
a:visited {
	color: blue;
	text-decoration: none;
	}	
	
#main {
	position: relative;
	width: 900px;
	background: #fff;
	border: 1px solid black;
	margin: 2px auto 20px auto;
	padding: 10px;
	}


#nav {
	float: left;
	width: 130px;
	position: relative;	
	margin: 5px 0 30px 0;
	padding: 0;
	text-align: right;
/*
	border: 1px solid black;
*/
	}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}	

#nav ul li {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0 0 0;
	margin: 0;
	}	
	
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
	padding: 0;
	}	
	
#nav ul li a:hover {
	text-decoration: underline;
	color: teal;
	background: transparent;
	}

#subnav {
	position: relative;
	width: 375px;
	border: 1px dotted #ccc;
	padding: 2px;	
	}
	
#subnav a {
	text-decoration: none;
	font: 10px arial, sans-serif;
	color: #009;
	font-weight: bold;		
	}

#subnav a:hover {
	text-decoration: underline;
	font: 10px arial, sans-serif;
	color: #009;
	font-weight: bold;
	}	

/*
/*menu page indication*/
#home a#linkhome,
#bio a#linkbio,
#pres a#linkpres,
#pub a#linkpub,
#links a#linklinks,
#news a#linknews,
#resume a#linkresume,
#photos a#linkphotos,
#contact a#linkcontact  {
	color: teal;
	}	
	
	
#home a#linkhome:hover,
#bio a#linkbio:hover,
#presentations a#linkpresentations:hover,
#pub a#linkpub:hover,
#links a#linklinks:hover,
#news a#linknews:hover,
#resume a#linkresume:hover;
#photos a#linkphotos:hover;
#contact a#linkcontact {
	color: black;
	text-decoration: none;
	}


#content {
	position: relative;
	width: 500px;
	margin-left: 200px;
/*	border: 1px solid red;*/
	}


	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	}
	
h1	{
	font-size:	175%;
	line-height: 155%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}

#content h1.band {
	color: red;
	margin: 20px; 0 0 0;
	padding: 0;
	}
	

#footer p {
	position: relative;
	text-align: center;
	width: 400px;
	margin: 10px auto;
	font-size: .9em;
	}

cite {
	display: block;
	margin: 0 0 20px 20px;
	}

strong {
	font-weight: bold;
	color: #000
	font-size: 1.2em;
	
	}