/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}



a { text-decoration : underline; color : #0000ff; }

h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
	color: #006666;
}

h2 {
	font-size: 14pt;
	color: #006666;
}

h3 {
	font-size: 13pt;
	color: #006666;
}
h4 {
	font-size: 12pt;
	color: #006666;
	margin: 0,0,0,0;
}

/* control of block-level elements.  */


div.left, div.footer, div.crumbDiv, div.sitemapDiv, p.subHead, input.printButton, img.notMember, .noprint, hr {
	display: none;
}

#infoSubNav, #aboutSubNav, #resourcesSubNav, #articlesSubNav, #pubSubNav {
	display: none;
}

div.banner {
	width: 90%;
	margin: 0 2%;
	padding: 0px;

}


div.content {
background-color: #fff;
	width: 6.25in;
	margin: 0 2%;
	padding: 0px;

}

div.content img.left {
float:left;
margin-top: 3px;
margin-right: 8px;
margin-left: 0px;
border: 1px solid #333333;
}

div.content img.right {
float:right;
margin-top: 3px;
margin-right: 0px;
margin-left: 10px;
border: 1px solid #333333;
}

