/*****	PRINT STYLES for SEI ****************************
	in which we edit a few things to improve the
	printing display of things		   
********************************************************/
/* good in FF; no margins in Safari/Win -- why?  *******/
/* good in IE7/Win, although there are the stay-on menus -- Why? **/
/* sidebar doesn't go away in O9.23 -- why? even with height/width @ 0.*/


/****	First set some defaults			********		
*******************************************************/

body {
	font-family: Garamond, serif;
	font-size: 12pt;
	}


/*****	Now define what's on the page and where	 ********
********************************************************/

#sidebar, #navwrap {
	display: none;
	}


#id_img, #id_img img {
	width: 60px;
	height: 60px;
	float:right;
	position: relative;
	}

#head_container { 
	height: 60px;
	border-bottom: 1px solid #aaa;
	width: 100%;
	}

#headnav { 
	left: 0; 
	}

#logo img {
	margin-top: 10px;
	margin-left: 0;
	height: 60%;
	width: 60%;
	}

#pagecontent { 
	left: 0;
/*	padding-right: .25in;
	padding-left: .25in; */
/*	margin-right: auto; */
	width: 6.5in; 
	height: auto;
	}

.illo { 
	/* position: relative;
	float: right; */
	padding-left: 1em;
	padding-bottom: 1em;
/*	margin-left: 1in; */
	}

/***** 	Now a bunch to text stuff: 		***********
	size from px to pt 
	and from sans-serif to serif in the body
**********************************************************/

h1 { font-size: 16pt; margin-top: 1em;	}
h2, h2 a, .linkhead2 { font-size: 12pt;	}
h3 { font-size: 10pt;	}
h4 { font-size: 8pt;	}

p,  address, 
.linkintext, a:visited.linkintext,
#pagecontent ul, ol   {
	font-family: garamond, times, serif;
	font-size: 10pt;
	}

/* #pagecontent p,
*/

blockquote {
	font-family: garamond, serif;
	font-size: 9pt;
	}

sup {
	font-family: garamond, serif;
	font-size: 8pt;
	}

#pagecontent li { 
	font-family: garamond, serif;
	}

.sans-b, .sans-p, .sans-sb, .sans-spb, 
.serif-b, .serif-bi,.serif-p    {
	font-family: garamond, serif;
	}

.sans-sb, .sans-spb  {
	font-size: 9pt;
	}

.serif-p {
	font-size: 10pt;
	}

#copyrightnote {
	font-size: 8pt;
	font-family: verdana,  geneva, sans-serif; 
	}
