/* 
	--------------------------
	Goodfellows Symposium Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}
#header, ul#nav, #sponsors{
	display: none;
}

a:link, a:visited{
	color: #636d9a;
	text-decoration: none;
}
a img{
	border: 0;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #636d9a;
}
h2{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	border-bottom: 1px solid #000;
}
th{
	border-bottom: 1px solid #000;
	text-align: left;
}

#footer{
	border-top: 1px solid #000;
	clear: both;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */
