	body {
	  font-family: Georgia, "Times New Roman",
	        Times, serif;
	  color: purple;
	  background-color: #FAEBD7;
	}

	table.theTable{
		position: static;
		border-width: 0;
		width: 100%;
		padding: .5em;
 		color:black;
	}

	td.navBar img{
		width: 9em;
		margin: 1em 1em 0em 1em ;
	}

	div.pics{
		text-align: center;
	}

	td.titleBar{
		padding: 1em;
		border-style: solid;
		border-width: .1em .1em 0em .1em;
		border-color: black;
		background: gray;
		height:3em;
	}

	td.space{
		width: .2em;
	}

	span.format {
		font-size: .7em;
	}

	td.content{
		font-size: .8em;
		vertical-align: top;
		border-style: solid;
		border-width: 0 .125em .125em .125em;
		border-color: black;

		padding: 1em;

		color:black;
		background-color: white;
	}

	p.indented{
		text-indent: 1em;
	}

	td.navBar{
		line-height: 2em;
		height: 30em;
		vertical-align: top;
		width: 9em;
		background: #FFFFCC;
		padding: 0em;

		border-style: solid;
		border-width: .1em;
		border-color:black;

		text-align: left;
	}



	td.navBar ul{

		list-style-type: square;
	}


	h1 {
  		font-family: Helvetica, Geneva, Arial,
		SunSans-Regular, sans-serif 
		}

	ul.projList ul{
		list-style-type: none;
		padding: 0;
		position:relative;
		margin: 0;
		top: 2em;
		left: 1em;
		background: white;
		width: 9em
		}

	ul.projList li{
		background: white;
  		margin: 0.1em 0.1em;
  		padding: 0.3em;
  		border-right: 1em solid black 
		}
	a:link {
  		color: blue}
	a:visited {
  		color: purple }
	address {
  		margin-top: 1em;
  		padding-top: 1em;
  		border-top: thin dotted }