/*  @import url(style.css);   -- causes problems due to float bug  */


div.logocontainer, 
table#footer,
div.namecontainer  {
	display: none;
	}
table { 
	border-collapse: collapse; 
	padding:0;
	}
li {
    list-style: url("/images/square.gif");
    }
ul  {    
    margin-left: -15px;	
	}	
body, p, ul, dl, ol, li, td, th, input, select, textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: .0em;
	line-height: 110%;
	font-size: 10pt;    
	}
    /*   photo credits  */
div.credits {
	text-align: right;
	font-size: 8pt;
	padding: 0 10px 0 0;   /* account for right drop shadow */
	margin: 0 0 2px 0;
	line-height: 90%;
	}
h1  {font-size: 14pt;
    font-weight: bold;
    margin: 14px 0 17px 0px;
    padding: 0;
    font-family: "Palatino Linotype", serif;
    text-align: center;
    letter-spacing: .25em;
    color: #636363;
    font-variant: small-caps;
    }

h2  { 
    font-size: 12pt;
    font-weight: bold;
    margin: 9px 0 3px 0px;
    }
    
h3  { 
    font-size: 12pt;
    font-weight: bold;
    margin: 10px 0 1px 0px;
    text-align: left;
    }
    
h4  {font-size: 12pt;
    font-weight: bold;
    margin: 4px 0 4px 0px;
    text-align: left;
    }	
    
body, p, ul, dl, ol, li, td, th, input, select, textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;    
	font-weight: normal;
	color: black;
	}	

