@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #472E10;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

 #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#toprow { 
	width: 910px;
	height:auto;
	border:none;
	background-color: #6A4727;
	}
	
#copyblocks {
	background-color: #6A4727;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;

}
	
 a:link { color:#fadc08; }
 a:visited {color: #FFFFFF;}
a:hover { color: #ecb737; }



/*--------  newswire -----*/
.gray {
	color:#666666;
	font-size:18px;
}
.gold {
	color:#b88b00;
}

h1 { font-size:18px;}