
/* body copy style */
body { margin: 5px 5px 5px 5px; }

#pcContent {
	margin: 10px 0 10px 0;
	border: 1px solid #369;
}
#pcContent h1, #pcContent h2, #pcContent h3 {
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#pcContent h2 { font-size: 13pt; }
#pcContent h3 { font-size: 12pt; margin-bottom: 0; }
.first { margin-top:0; }

#pcNav {
	margin: 5px 0 5px 0;
	border: 1px solid #369;
}
#pcNav a {
		font-weight: bold;
		padding: 2px 4px 2px 4px;
}
#pcNav a:hover {
		background-color: #ccc;
		color: #369;
		text-decoration: none;
}

/* image container tables have two rows with a th and td*/
.imgContainer { margin: 7px 7px 7px 7px; }
.imgContainer td { 
	padding: 5px 5px 5px 5px; 
	font-size: 8pt;
}

/*	quotelrg : used in protocol section (pull-quote
	quotesml : used for small info box type quotes  */
.quotelrg, .quotesml { 
	font-size: 18pt; 
	color: #3366CC; 
	font-weight: bold; 
	font-style: italic; 
	font-family: Times New Roman, Arial, Helvetica, sans-serif; 
}
.quotesml { font-size: 11pt; }

/* list padding */ 
li {
	margin-bottom: 5;
	padding-bottom: 5;
}
li.first { margin-top:10px; }

