/* PROJECT: Tropical Biology Association (IA18042007_TBA) */
/* AUTHOR: Francis Rowland / Integrated Approach, 2007 */
/* CREATED: 18/06/2007 */

/* PRINT */

/* version: 1.1 */

body {
	background:#fff; 
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	}

#container {}
	
#header img { display:none;	}

#skip { display:none; }

#nav_wrapper { display:none; }	

			
/* On most pages, this <div> will contain the sidebar sub menu */
#content_left {}

#latest img {display:none;}


/* Sidebar navigation */
#sidenav_wrapper { display:none; }	

/* Quicklinks box */
#quicklinks { display:none; }		

#content_right {}
	
body#home #content_left {}	

body#home #home_secondary {}
	
body#home #content_right {}	

body#home #latest {}	

#footer { display:none; }
	
	
	
h1, h2, h3, h4 ,h5, h6 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	margin: 0.1em 0.5em 0.5em 0;
	line-height:110%;
	}

h1 {
	font-size: 18pt;
	color:#669900;
	}
	
h2 {
	font-size: 16pt;
	color:#00562A;
	}

h3 {
	font-size: 15pt;
	color:#92AA28;
	}

h4 {
	font-size: 14pt;		
	color:#CC6600;
	}			

h5 {
	font-size:12pt;
	font-weight:bold;
	padding-left:0.3em
	}
	
img {
	border:1px solid black;
	}	
	
/* float an image to the left, text wraps around it on the right */	
img.alignleft {
	float:left;
	margin-right:1em;
	}
/* float an image to the right, text wraps around it on the left */		
img.alignright {
	float:right;
	margin-left:1em;
	}		
