#head {
	font-family:"Courier New", Courier, monospace;
	height: 202px;
	text-align:center;
}
#head h4{
	color: #008000;
	font-size: 1.3em;
	line-height:1.5em;
	padding-top:60px;
	
}
#head img {
	float:left;
	width: 220px;
	height: 202px;
}
#bg {
	background: #EB9830;
	width: 200px;
	float:left;
	height: 50em;
}
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: .8em;
	color: #333333;
	margin-left:230px;
	text-align:justify;
}
.underline{
	text-decoration:underline;
 }
#footer{
	width:220px;
	text-align: center;
	margin-top:50em;
}