body {
    align: center;
    text-align: left;    
    font-family: Verdana;
    font-size: 14;
    color: black;
    background-color: white;
}
ul { 
    
}

a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
H1 {
        width: 91.7%;
        color: white;
	height: 5em;
	text-align: left;
	vertical-align: center;
        margin: 0em;
        border: 0em;
        padding: 2em;
	background-color: steelblue;
	font-size: 18;
}
!#deo-pic {float: left;  height: 5em;
}
#sub-pic {float: right;  height: 5em;
}
ul.leftsidebar {
	width: 10%;
        height: 100%;
	float: left;
	list-style-type: none;
	margin: 0em;
        border: 1px; border-style: solid; border-color: darkgray;
	padding: 1em;
	color: black;
	background-color: lavender;
}
ul.leftsidebar li {
	font-weight: bold;
	line-height: 4;
}
#navbar-pic {float: left; width: 8em;
}
#middletext{ 
	float: left;
	width: 45%;
	margin: 1em;
        border: 1px; border-style: solid; border-color: darkgray;
        padding: 1em;
	list-style: none; 
	text-indent: 0em;   
}
#rightsidebar{
	float: left;
	width: 33%;
	margin: 0em;
        border: 1px; border-style: solid; border-color: darkgray;
        padding: 1em;
	list-style: none;
	background-color: lavender;
}
