body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background: #09c;  
}

div, p, th, td, li, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #06c;
	background-color: transparent;
}
a:visited {
	color: #06c;
	background-color: transparent;
}
a:active {
	color: #06c;
	background-color: transparent;
}
a:hover	{
	color: #09f;
	background-color: transparent;
	text-decoration: underline;
}

dt {
	font-weight: bold;
}

ol, li, dl, dt, dd {
	line-height: 1.5em;
}

.content {
	padding: 10px 10px;
	margin: 0;
	/*border: 2px solid #333;*/
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
	padding-top: 0;
	line-height: 1.25em;
}

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;
}

.first {
	margin-top: 0; 
	padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin:	0 0 0.5em 0;
}

img {
	/* turns off gaps around images */
	border:	0
}

.ahem {
	display: none;
}

code, tt, pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
}

#copyright {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #333333;
}

.libnavt {
border-bottom: solid 1px #fff;
}

.libnavb {
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
}

.small {
	font-size: 12px;
}

.white {
	color: #fff;
	background-color: #699;
}	

.choicesbox {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #fff;
	background-color: #699;
	border: 1px dotted #366;
}

.choicesbox2 {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #fff;
	border: 1px dotted #366;
}

.choicesbox a:link {color: #000}
.choicesbox a:visited {color: #333}
.choicesbox a:active, .choicesbox a:hover {color: #fff}

.subnav {
	font: bold 14px/1.5em palatino, georgia, times, "times new roman", serif;
	color: #999999;
	text-align: center;
}

.caption {
	font: 10px geneva, verdana, sans-serif;
	color: #366;
	background-color: transparent;
}

.fineprint {
	font: 10px geneva, verdana, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
}	
