body { 
font-color: #000000;
background-color: #FFFFCC;

z-index: 1;
}
#masthead {
background-image: url(navimages/header.gif);
position: absolute;
top: 0px;
left: 0px;
width:800px;
height: 100px;
z-index: 8;
}

#content {
position: relative;
top: 100px;
left: 225px;
width: 55%;
margin-right: 100px;
z-index: 2;
}
p
{
font-family: Helvetica, Arial, san-serif;
font-size: 10pt;
align: left;
z-index: 3;
}
#navcontainer {
	font-family: Helvetica, Arial, san-serif;
	font-size: 10pt;
	color: #0000CC;
	position: absolute;
	top: 100px;
	left: 5px;
	width: 200px;
	margin-right: 10px;
	z-index: 4;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-style: bold;
	letter-spacing: 1px;
	font-color: #000000;
	text-align: center;
 }

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-color: #000000;
	text-align: left;
}
li {
	list-style-type: none;
	list-style-position: outside;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	align: left;
	letter-spacing: 1px;
	line-height: 1em;
	}
a:link {
	color: #0000CC;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
color: #996633;
text-decoration: none;
}

a:hover {
color: #0066FF;
text-weight: bold;
}

a:current {
color: #000000;
text-decoration: none;
}
div.figure {
float: left;
 
width: 200px;
border: thin #0000CC solid;
background-color: #CCCC99;
margin: 5px;
padding: 10px;
z-index: 5;
}
div.caption {
color: #000000;
font-family: helvetica, arial, sans-serif;
font-size: 12pt;
text-align: left;
width: 200px;
}
.clearthefloats {
clear: both;
}
