<STYLE TYPE="text/css">
<!--

p {
	font-size: 11px;
	line-height: 22px;
	margin-top: 40px;
	margin-bottom: 10px; 
	}


#left {
	position: absolute;
	top: 15%;
	left: 40px;
	margin: 0px;
	padding: 0px;
	border: 1.5px solid black;
	background: #FFFFCC;
	width: 130px;
	color: #ffffff;
	text-align: center;
	}

#header {
	padding: 3px;
	border: 1px solid black;
	width: 80%;
	background: #FFFFCC;
	margin-left: 180;
	margin-top: 10px;
	text-align: center;
	color: #000000;
	}

#middle {
	padding: 10px;
	border: 1.5px solid black;
	width: 80%;
	background: #cccc99;
	margin-left: 180px;
	margin-top: 10px;
	text-align: left;
	}

#footer {
	padding: 10px;
	border: 1.5px solid black;
	width: 80%;
	background: #FFFFCC;
	margin-left: 180px;
	margin-top: 10px;
	text-align: justify;
	}

-->
</style>