.banner {
	float:left;
	font-size:80%;
	font-weight:bold;
	height: 1.10em;
	text-align:center;
	left: 1.00em;
	width: 8.5em;
	top: 23.00em;
}
.banner p {
	margin:0;
	padding:0.3em 0.4em;
	font-family:"Arial" , sans-serif;
	background:#8A2B2B;
	border:thin outset #900;
	color:white;	
}
.banner a {
	display:block;
	margin:0.00em 0.5em;
	border-top:2px groove  #900;
}
.banner a:link {
	text-decoration:none;
	color:white;
}
.banner a:visited {
	text-decoration:none;
	color:#CCC;
}
.banner a:hover {
	background:black;
	color:white;
}
.content {
	float:right;
	width: 85%;
	#top: 25%;
	border:groove;
	margin:5px;
	padding:10px;
	font-family:"Times New Roman";
	font-size:14pt;
	font-weight:normal;
	text-align:left;
	background:#eee;
}
.footer {
	float:right;
	top:auto;
}


