/* CSS Document */

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#leftcol, #nav { 
  display : none; 
} 

#homecontent  {
    visibility: visible;
    width: 6.25in;
	margin: 10px;
  }

#content  {
    visibility: visible;
    width: 6.25in;
	margin: 10px;
  }