body {
    font-family: Verdana;
    color: black;
    background-color: white;
}
ul { 
}

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