body{
	font: small/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	/*word-spacing: .1em;*/
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	margin: .5em 0 1em 0;
	font-style: normal;
	font-weight: normal;
	/*word-spacing: .1em;
	letter-spacing: .05em;*/
	}
h1{
font-size: 1.6em;
color: #1E5601;
}
h2{
font-size: 1.4em;
color: #599706;
}
h3{
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}
h4{
font-size: 1em;
color: #599706;
}

/* ----- TABLES ----- */

th {text-align: right;
vertical-align: top;
}

td, th {
	line-height: 1.2em;
	font-weight: normal;
}


table.tight td {
	padding: 0;
	line-height: .2em;
	}


/* ----- TYPOGRAPHY ----- */

p {margin: 0 0 1em 0;}

/* ----- LINKS ----- */

a:link{
color: #2a714f;
}
a:visited{
color: #2a714f;
}
a:hover{
color: #009900;
}
a:active{
color: #090;
}

/* ----- IMAGES ----- */

img{
border: 0px;
}
img a{
border: 0px;
text-decoration: none;
}
img a:hover{
border: 0px;
text-decoration: none;
}



/* ----- FOOTER ----- */

#footer p {
	font-size: x-small;
	margin: 0 0 .5em 0;
	}


p#websiteby {
font-size: x-small;
margin: 0 0 .5em 0;
}

#websiteby a:link, #websiteby a:visited {
color: #333;
text-decoration: none;
}

p#copyright {
font-size: small;
margin: 0 0 .5em 0;
}

/* ----- CLASSES ----- */

.required {color:#990000;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.project {
	font-style: italic;
	}
	

	
.pub {
	font-style: italic;
	}
.date {
	font-size: small;
	margin-left: 1.3em;
	}
.time {
	color: #1E5601;
	}
p#images {
	text-align: right;
}
.windowclose {text-align: center;}