 div#header{
  position:absolute; top:0;
  left:0;
  width:100%;
  height:25px;
  background-color: #ffffff;
  background-image: url(images/headerTile.gif);
  background-repeat: repeat-x;
 }
  body>div#header{
   position:fixed;
  }
 
 
 * html div#content{
  height:100%;
  overflow:auto;
 }

.projectheading {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #5a5a55;
	line-height: 1.0;
}
.projectdescription {
	font-family: arial;
	font-size: 10px;
	color: #4b4a48;
	line-height: 1.0;
	
}
.links {
	font-family: arial;
	font-size: 10px;
	color: #a7e0d4;
	border:0;
	line-height: 8pt;
	outline: none;

}
.fslashes {
	font-family: arial;
	font-size: 10px;
	color: #3a3a38;
}

:focus {
  -moz-outline-style: none;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-size: 10px;
  font-family: arial;
  color:            #5a5a55;
  border:0;
  outline: none;

  } 
  
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-size: 10px;
  font-family: arial;
  color:            #5a5a55;
  outline: none;

  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-size: 10px;
  font-family: arial;
  color:            #4a8865;
  outline: none;

  } 
a:active  {
  /* Applies to activated links */
  font-size: 10px;
  text-decoration:  none;
  color: #5a5a55;
  outline: none;

  } 

html,body {
	overflow-x:hidden;
	background-color:#1d1d1b
	border:0;
	}

IMG {border: 0}
.datehead {
	font-family: arial;
	font-size: 10px;
	color: #343228;
	font-weight: normal;
}


 
div.centered table 
{
margin: 0 auto; 
}
