/*
 * espc.css		- 	Basic style sheet for ESPC
 *					due to problems with NN4.x _no_ padding is specified
 *					for hyperlinks, such things are hidden in espc-nn4.css
 * 					Advanced elements via espc-adv.css using css3
 *
 */

html {
	background: #EAF4FF url(graphics/figtree_back.jpg) no-repeat fixed center;
}
body,
table {
	margin: 0; padding: 0; border: 0;
	
	}
table {
	width: 85%;
	}
td,
a {
	vertical-align: top;						
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: black;									/* look for oversights */
	}

td.col2 {
	width: 300px;
/*	background-color: pink;
*/
	}
div.event {
	padding: 0 3% 2% 3%;
	background-color: #FFC;
}

/*
 * Special cases
 */
.red, .Xmas {
	color: red;
	}

/*
 * General document mark-up
 */
h1 {
	display: block;
	color: #630;											/* dark brown */
	font: bold 40px "Courier New", Courier, sans-serif;
	text-align: right;
	vertical-align: top;						
	}
h2 {
	display: block;
	color: #630;											/* brown */
	font: bold 33px "Courier New", Courier, sans-serif;
	text-align: left;
	vertical-align: top;						
	}
h3 {
	display: block; padding: 0; margin: 0;
	color: #630;											/* brown */
	font: bold 17px "Courier New", Courier, sans-serif;
	vertical-align: top;						
	}
div, p, a {
	color: black;										/* ordinary text is black */
	font:  normal 17px Times, Times New Roman, serif;
	}
a	{
	color: blue; /*#0088BB;	*/								/* links are blue #0099CC */
	}
img {
	border: none;
	}

/*
 * Specifics for contacts section
 */


td.OrgName,
td.OrgName a,
td.jobTitle,
td.jobTitle a,
td.jobPerson,
td.contactInfo {
	font:  normal 17px Times, Times New Roman, serif;
	}
td.Section,
td.Section a,
td.Section a:visited {
	text-align: right;
	}
td.OrgName,
td.jobTitle {
	text-align: right;
	}

/*
 * setup the navigation bar
 */
div#nvb,
div#nvb a,
div#nvb img {
	margin: 0; padding: 0;
	border: none;				/* img: needed for Netscape 7.1 */
	display: block;
	}
div#nvb {
	border-right: 1px solid #993333;							/* brown */
	border-bottom: 2px solid #993333;
	border-left: 1px solid #993333;
	float: left;				/* ?position: absolute; top: 128; right: 128; */
	width: 128px;				/* this is the logo size */
	background-color: #9CF;		/* sniffer for the voice-family hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: transparent;
	}
div#nvb a {
	color: #993333;											/* brown */
	font: bold 19px "Courier New", Courier, serif;
/*	font: bold 22px Times, Times New Roman, serif; */
	text-align: right;
	}
div#nvb a.nvHere {
	color: #0088BB;
	}

/*
 * Some things we do for those older browsers, and
 * some of those things we don't want to do when the
 * browser is more capable.
 */
div.noCSS,
div.noCSS p,
div.noCSS a {
	float: left;
	color: purple;
/*	visibility: hidden;
*/	}

p#copyright {
	margin-left: 1em; margin-bottom: 1em;
	vertical-align: bottom;
	color: black;
	font:  normal 12px Times, Times New Roman, serif;
	}
