body
{
	padding: 0px;
	margin: 0px;
}

h1 {
	text-align: center;
}

div.menu
{
	background-color : Maroon;
	color: White;
	padding: 4px;
}

div#initials
{
	text-align: center;
}

div#sidebar
{
	float:left;
}

.menu a
{
	color: White;
	font-weight: bold;
}

div.body
{
	float: left;
	padding: 10px 10px 10px 10px;
    width: 80%;
	
}

td.bb
{
  background-color: #c0c0c0;
  border: thin solid white;
  text-align: center;
}

td.lb
{
  vertical-align: top;
}

ul.tree0 
{
    background-color: #DDCCCC;
    list-style-type: none;
    padding-left: 15px;
    padding-bottom: 15px;
}
        
ul.tree1 
{
    background-color: #EEEEEE;
    list-style-type: none;
    padding-left: 15px;
    padding-bottom: 15px;
}



