/* These are basic styles for non-CSSP layout: the primary style sheet overrides with import rules */
body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	color: #333;
	background-position: top left;
}

/* minimal formatting for all layouts */ 
body,p,h1,h2,h3,h4,h5,h6,ul,ol,td	{
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

p,ul,ol,td {
	font-size: 13px;
	}

h1, h2, h3, h4, h5, h6 { color: #344123; background: transparent; padding: 0.6em 0 0; font-weight: bold; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

table.data {
  margin: 0 5px 15px; padding: 0;
  border-bottom: 1px solid #789;
  border-right: 1px solid #789;
}

.facContact, .facName, .facPubs, .facBio, .WPAbstract, .WPTitle {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}

#leftNavColumn {
	width: 100%;	
	z-index: 300;
	font-size: 13px;
}

#leftSubNavContainer li {
	margin: 0em 0em 0.25em 0em;
}

#leftSubNavContainer ul {
	margin: 0em 0em 0em 0.15em;	
}
