body
{
	margin: 0 16px 0 16px;
	padding: 0em;
	background-color: #bdc7bd;
	color: black;
	
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}

#container
{
	background-color: #dde7dd;
	color: black;
	margin: 0em;
	padding: 1em;
	border-top: none;
	border-left: solid #9ca79c 1px;
	border-right: solid #9ca79c 1px;
	border-bottom: solid #9ca79c 1px;
}

div #menu
{
	font-size: 0.8em;
	text-align: left;
	float: left;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	border: solid #9ca79c 1px;
	background-color: white;
	color: black;
}

div#content
{
	text-align: justify;
	padding: 0em;
	margin: 1em 0em 0em 0em;
	font-size: 0.9em;
}

div#content a
{	
	text-decoration: underline;
/*	color: gray; */
}
div#content a:hover
{
	background-color: #f7f7d0;
	color: black;
}

div#content li
{
	margin-left: 1em;
}

h3
{
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: bold;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}

h1
{
	text-align: center;
	margin: 0em;
	padding: 0em;
	line-height: 1em;
	font-size: 1.75em;
	font-weight: bold;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}

div#content h2
{
	margin-top: 0em;
	margin-bottom: 0.125em;
	font-size: 1.25em;
	font-weight: bold;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}

div#content p
{
	margin: 0em 0em 1em 0em;
}


div.thumbRight
{
	border: solid #9ca79c 1px;
	color: gray;
	background-color: white;
	margin: 0em 0em 0.5em 1em;
	padding: 0.5em;
	float: right;
	clear: right;
	font-size: 0.7em;
}
div.thumbRight img { margin-bottom: 0.25em; }

div.thumbLeft
{
	border: solid #9ca79c 1px;
	color: gray;
	background-color: white;
	margin: 0em 1em 0.5em 0em;
	padding: 0.5em;
	float: left;
	clear: left;
	font-size: 0.7em;
}
div.thumbLeft img { margin-bottom: 0.25em; }

div.insetRight
{
	text-align: justify;
/*	border: solid #9ca79c 1px;*/
	color: black;
	background-color: #f7f7f7;
	margin: 0em 0em 0.5em 1em;
	padding: 0.5em;
	float: right;
	clear: right;
	font-size: 0.8em;
	
	border: solid black 1px;
}

div.insetRight p
{
	margin: 0em;
}
div.insetRight h1
{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}


div#menu ul
{
	padding: 0em;
	margin: 0.125em 0em 0em 18px;
}
div#menu ul.root
{
	margin-left: 3px;
}
div#menu p
{
	margin: 0em;
	padding: 0em 0.125em 0em 0em;
}
div#menu li
{
	list-style: none;
	margin: 0em;
	padding: 0.125em 0.125em 0.125em 0em;
}

div#menu p.focus
{
	background: white url(icon-right.gif) no-repeat center left;
	color: black;
	padding-left: 18px;
	font-weight: bold;
}
div#menu a
{	
	background: white url(icon-right.gif) no-repeat center left;
	padding-left: 18px;
	padding-right: 0.25em;
	text-decoration: none;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #fefefe;
	margin: 0em;
}

div#menu a.root
{
	background: white;
	padding-left: 3px;
	color: black;
	font-weight: bold;
}
div#menu a.directory
{
	background: white url(icon-up.gif) no-repeat center left;
	color: black;
}
div#menu a.bookmark
{
	background: white url(icon-down.gif) no-repeat center left;
	color: black;
}

div#menu a:hover
{	
	text-decoration: none;
	border: solid #9ca79c 1px;
	background-color: #f7f7d0;
	color: black;
}
#header
{
	color: black;
	background-color: white;
	border: solid #9ca79c 1px;
	padding: 0.75em;
	margin: 0em;
}

#footer
{
	color: gray;
	text-align: center;
	font-size: 0.7em;
	background-color: white;
	border: solid #9ca79c 1px;
	padding: 0.5em;
	margin: 0em 0em 0em 0em;
	clear: both;
}

img
{
	border: 0px;
}
