<style type="text/css">
body,html {
	background-color:"#DDF";
	font-size:70%;
	width: 100%
	height:800px;
}

#borderContainer { width:100%; height:100% }

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

h1 {
	color:blue;
	text-align:center;
	font-size:130%;
}

h2 {
	color:blue;
	text-align:center;
	font-size:110%;
	font-weight:700;
}

h3 {
	color:blue;
	text-align:left;
	font-size:100%;
	font-weight:500;
}

.header {
	border: thick inset blue;
	background: #DDF;
	height:10%;
	width:100%;
}

.leftmenu {
	border: thick inset blue;
	background: #DDF;
	float:left;
	width:20%;
	height:80%;
	overflow:scroll;
	padding:3px;
}

.leftmenu li {
	background: white;
	margin: 0.2 em 0;
	padding 0.1 em;
	border: thick  inset blue;
	font-size:100%;
}

.rightcol {
	border: 3px inset blue;
	background: #DDF;
	float: right;
	width:20%;
}

.content {
	border: thick inset blue;
	background: #DDF;
	float: right;
	width:77%;
	height:80%;
	overflow:scroll;
}

.footer {
	border: 3px inset blue;
	background: #DDF;
	clear : both;
	width:100%;
	height:5%;
}
</style>



