
    /* HEADER */
	
	div#page {
	width: 100%;
	/*background: url(../img/top_rpt.gif) no-repeat center top;*/
	margin:  0 auto;
	padding: 0;
	text-align: center;
    }
	
	div#content {
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 100%;
	min-height:600px;
	text-align: center;
	}
	.news {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:384px;
	height:70px;
	background:url(../img/news.gif) no-repeat left top;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}
	.bold{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	.endline{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
	}

	#information {
	margin:0 auto;
	padding:0;
	position:relative;
	top:10px;
	border: 0px red solid;
	}