#banner {
	font-family: verdana, arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	background: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 3px solid #888888;
	border-left: 3px solid #888888;

	}

.sectitle {

	font-size: 120%;
	border: solid 1px #999999;
	margin-top: 10px;
	padding: 5px;
}

#content {
	font-family: verdana, arial, sans-serif;
	float:left;
	width:85%;
	margin-right:15px;
	padding-bottom:20px;
}

	
