p, th, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  palatino, georgia, serif;
    }

    
dt 	{
	font-weight: bold;
	}
	
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
/*	
	ul {
	list-style:none;
 	width: 30em;
 	font-size:	1.2em;

	}  

ul li{	
	float: left;
    width: 10em;
    line-height:1.5em;
}
*/
div.wrapper
  {
    margin-bottom: 1em;
  }

.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	font-size:	1.2em;
	color:#333333;
	}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 1em 0;
	font-family:	arial, helvetica, sans-serif;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
b{
	color:black;
	}
.vs0, .first 	{
	margin-top:	0;
	padding-top: 0;
	}
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#f30;
	background-color: transparent;
	}
a:visited	{
	color:	#c30;
	background-color: transparent;
	}
a:active	{
	color:	#cc0;
	background-color: transparent;
	}
a:hover	{
	color:	#f60;
	background-color: transparent;
	text-decoration:	underline;
	}
.ahem	{
	display:	none;
	}
.small	{
	font-size: 12px;
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
#footer, .marginalia {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}
.libnavt {
border-bottom: solid 1px #fff;
}
.libnavb {
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
}


