/*default styling for whole site
----------------------------------------------*/
  body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
    font: normal normal normal 12pt Futura, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	}
	
/*other basic html hierarchy elements
----------------------------------------------*/
  p{
	font-size: 12pt;
	}
	
  h1{
	font-size: 18pt;
	font-weight: bold;
	}
	
  h2{
    font-size: 16pt;
	}
	
  h3{
    font-size: 14pt;
	}

  input, select, th, td, li{
    font-size: 12pt;
	font-weight: bold;
	}
	
  a:link, a:visited, a:active{
    text-decoration: none;
	}
	
/*hiden stuff unnecessary for print
----------------------------------------------*/
  #navigation, #breadcrumb, #column2, #footer, #page-top-links, #page-bottom-links, #project-images, #project-image-nav{
	display: none;
	}
	
/*additional print styling for specialist sections
--------------------------------------------------------------------------------------------*/
  #page-content a:after{
    content: " (" attr(href) ")";
	font-size: 11pt;
	color: #999;
	}
