/* CSS Document */


/* Main containers */
body{
padding:0px; margin: 0px;
text-align:left; 
	font-size:16px;
	font-family: "Book Antiqua", Palatino, serif;
	color: black;
	line-height: 18px;
	overflow: visible;
}

#header{
	display: none;
}
h1{
	font-size: 22px;
}
h3{
	font-size: 19px;
}

#toc{
	display: none;
}

#mvm{
	display: none;
}

#title{
	text-align: center;
	line-height: 30px;
}
.navlinks p{display: none;}

.summary th{
	width: 28.4%;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding: 8px;
}
.summary td{
	width: 71.6%;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}

.returnTOC{
	display: none;
}

#main{
	margin: 0.5in;
}

.odd{background-color:#eee;}

#controlaccess ul{
	list-style-type: 	none;
}

#collection-inventory{
	width: 6.5in;
}
#collection-inventory *{
	overflow: visible;
	font-size: 14px;

}
