body {
	margin-left: 1.7em; /* 0 auto; */
	margin-right: 2em;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #f0f0f0;
	font-size: 0.7em;
	line-height: 105%;
}

.breadcrumbs div {
  margin-left: 0.5em;
}

h1 { 
	padding-left: 10px;
	padding-bottom: 5px;
font-size: 1.5em;
}

h3 { 
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	font-size: 1.2em;
}

p { 
	margin-top: 0.2em;
	margin-bottom: 0.4em; 
}

div.footer{
margin-top: 10em;
margin-left: 1em
}

div {
	margin-top:0.2em;

}

ol, ul, li {
	padding-left: 1em;
}

.container {
	width: 90%;
   min-width: 703px;
	max-width: 750px;
}

.header {
	padding-right: 10px;
	width: 100%;
   background-color: rgb(0, 51, 102);
   color: rgb(255, 204, 0);
   border-width: 1px;
	border-style: solid;
   border-color: rgb(204, 204, 204);
	border-bottom-style: none;
	line-height: 200%;
}

.content {
    padding-top: 0px;
    padding-right: 22px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 97%;

    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    background-color: white;
}

ul { 
	list-style: square; 
	margin-top: 0.7em;
	margin-bottom: 0.4em;
}

li {
	margin-bottom: 0.4em;
	margin-left: 0.2em;
}

li.collapsed, li.expanded {
list-style: none;
}

ul.links { 
	list-style: none; 
}

table.links {
	margin-left: 2em;
}

.breadcrumbs { 	font-size:  0.8em; }

.crumb_head { 	font-weight: bold; }

.copyright { font-size: 0.8em; }

.clickable { cursor: pointer; }

.xxcollapsed > :first-child:before {
	content: url("../icons/rplus.gif");
	display: inline;
	cursor: pointer;
}

.xxexpanded > :first-child:before {
	content: url("../icons/rminus.gif");
	display: inline;
	cursor: pointer;
}

.concealed { 
	display: none; 
}

.revealed { 
	border-color: rgb(0, 51, 102);
	border-width: 1px;
	padding: 0.25em;
	margin-left: 1em;	
}

table { border: thin solid ; 
	width: 90%;
	border-collapse: collapse;
	vertical-align: top;
	margin: 1em;
	margin-top: 0.1em;
	font-size: 1em;
}

td { border: thin solid ; 
	vertical-align: top;
}

thead { font-weight: bold; }

img { 
	/* border-color: rgb(204, 204, 204); */
	border: 0em;
}

/* adapt this for future glossary items
p:hover glossary_item {
	display: inline;
	background: yellow;
	text_decoration: underlins;
} */



