	#banner {
		background:#fff;
		border-color:#000;
		border-style:outset;
		border-width:3px;
		height:65px;
		color: black;
		font-size: 36pt;
		text-align: center;
		padding: 5px;
		background-color: white;
		background-position: center;
		background-image: url(graphics/RC_Logo.jpg);
		background-repeat: no-repeat;
		}

	#centercontent {
		background:#fff;
		margin-top: 1%;
		margin-left: 5%;
		width: 90%;
		border: 1px solid ; 
		}

