body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, sans-serif;
  color: white;
  background-color: #990033;
  text-align: center;
  /* part 1 of 2 centering hack */
}

/*

----positioning and box property styles-----

*/

/*

----for the whole header-----

*/

#header {
  width: 100%;
  z-index: 0;
  float: center;
  text-align: center;
  /* border-bottom: 1px #000000 solid; */
  margin-bottom: 5px;

  padding: 5px;
  border: 0px solid #CCCC00;
  height: 45px; /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  height: 35px;
}
html>body #top {
  height: 35px; /* ie5win fudge ends */
}


#header img {
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
}

/*

----only appears when the page is printed-----

*/

#printnotice {
display: none;
visibility: hidden;
}


#biopic{
float: right;
top: 5px;
right: 2px;
width: 205px;
height: 218px;
border: 0px #000000 solid;
padding: 5px;
}

#content {
	width: 700px; 
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	/* 	background: #666; */
	/* border: 0px solid #ccc; */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 700px;
	}
html>body #content {
	width: 700px; /* ie5win fudge ends */
}

h4 {
  font-family: Arial, sans-serif;
  font-style: italic;
}

a:link {
  font-family: Arial, sans-serif;
  color: #CCCC00; 
}

a:visited {
  font-family: Arial, sans-serif;
  color: #CCCC00; 
}

a:hover {
  font-family: Arial, sans-serif;
  color: #CCCC00; 
}



div.spacer {
  clear: both;
}

div.footer {
  background-color:#000000;
  color: #009999;
  font-family: Americo, Verdana, Arial, Helvetica, sans-serif
  font-size: .75em;
}


li.inline {
  display: inline;
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid #CCCC00;
}

li.last {
  display: inline;
  padding-left: 6px;
  padding-right: 3px;
  border-right: 0px;
} 



