/*****************************************************************************
  CSS for NEMO agenda pages.
  
  J. H. Gove
  USDA Forest Service
  Northern Research Station
  271 Mast Road
  Durham, NH 03824
*****************************************************************************/

body {
 		margin-left: 10%; 
 		margin-right: 10%;
		/*color: #0D3C8D;*/ 
		background: #FFFAF0;
      font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
		}

h1 {
		margin-left: -5%;   /* undent */
		margin-top: 0em;
		margin-bottom: .5em;
		color: #628AA4;
		font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
		font-style: italic;
		font-weight: bold;
		}

h2,h3,h4,h5,h6 { 
	/*	margin-left: -5%; */   /* undent */
		margin-top: -.2em;
		margin-bottom: 0em; 
		color: #6F7492;
	   font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
		}

.centerMe{
		text-align: center;
		color: #470414;
		}

/* puts a vertical line to the left of some text...*/		
.leftBorder {
		padding-left: 0.2em;
		border-left: solid;
		border-right: none;
		border-top: none;
		border-bottom: none;
		border-left-width: thin;
		border-color: #092A64;
		margin-left: -5%;    /* undent */
		}

/* 
    the footer...
*/
div#footer {
		clear: both;   /* just in case we add floats sometime */
		border-top: 1px solid #9A9FA8;
		text-align: left;
		color: #2E3D37;
   	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
		font-style: italic;
		}



/*
   link stuff...
*/
a { text-decoration: none; }            /* basic link */
a.plain { text-decoration: none; }      /* plain */
a:link{ text-decoration: none;
               color: #6F7492;}    		/* for unvisited links */
a:visited{ color: #6F7492; } 			/* for visited links */
a:hover { color: red; }  				/* when link is clicked */
a:active { color: navy; } 			/* when mouse is over link */
/* class for h1 title... */
a.one { text-decoration: none; }  
a.one:link{ text-decoration: none;
               color: #628AA4;}    		/* for unvisited links */
a.one:visited{ color: #628AA4; } 			/* for visited links */
a.one:hover { color: red; }  				/* when link is clicked */
a.one:active { color: navy; } 			/* when mouse is over link */



/* table setup for the talks... */
table {
		border: none;
		width: 90%;
		}
		
td.time { 
		vertical-align: baseline;
		text-align: ":";
		padding: 5px;
		width: 15%;
		}
		
td.talk {
		vertical-align: baseline;
		text-align: left;
		padding: 5px;
		width: 90%;
		}

.title {
		color: navy;
		font-style: italic;
		}


.other {
		color: #2E4649;
		font-style: regular;
		font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
		}
			
/* these two are for the list of participants... */
td.name {
		vertical-align: baseline;
		text-align: left;
		padding: 5px;
		width: 25%;
		font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
		}
		
td.affil {
		vertical-align: baseline;
		text-align: left;
		padding: 5px;
		width: 75%;
		color: navy;
		font-style: italic;
		}



/* 
    use this just to set line spacing smaller for printing the agenda...
*/
div#participants {
		/*clear: both;*/      /* just in case we add floats sometime */
        line-height: 60%  /* single space for printing--comment out for normal presentation*/
		}
	