body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 12pt;
	line-height: 1;
}
	
a:link, a:visited {
	color: blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	
}

strong {
	font-weight: bold;
}

.accessNav {
	display: none;
}

sup {
	vertical-align: super;
	font-size: .375em;
}




/* 
---------------------------- 
STRUCTURE
---------------------------- 
*/

#primaryCol {
	width:70%;
	float: left;
	text-align:left;
	
}

#secondaryCol {
	padding: 0 0 0 10px;
	width:24%;
	float: left;

	border-left: 1px solid #000;
}

#container {
	width: 100%;
	margin: 0 0 0 12px;
}
 
#rightNav, #footer, #header, #copy-subfooter, img {
display: none;
}


h1 {
	font-size: 14pt;
	
}
		
h2 {
	font-size: 12pt;
}

p {
	padding: 5px 0;
	font-size: 11pt;
}
		
#skipto {
	/*display: none;*/
	position: absolute;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}