li, p, a, body, ul, td, form, input, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
/*	color: #214777; */
}
li, p, body, ul, td, form, input {
	font-size: 12px;
}
z{	color: #6187a7;}
body {
	background: white;
}

#banner {
	text-align: center;
	border-bottom: 1px dotted rgb(100,0,0);
	margin: 0 0 10px 0;
}

#banner span {
	color: rgb(100,0,0);
	font-family: Times New Roman;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.cw {
	color: rgb(100,0,0);
	font-family: Times New Roman;
	text-decoration: none;
	font-size: 7pt;
}

.pagetitle {
	color: rgb(100,0,0);
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.subtitle {
	color: rgb(100,0,0);
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
}
#upcoming .listing, #news .listing, #bio .listing,
#news .listing li, #news .listing p, #news .listing a
 {
/*	width: 216px;*/
	color: black;
	background-color: #ddd;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
/*	border-top: solid 1px black;*/
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}
#upcoming .listing1, #news .listing1 {
	border-top: 0px;
}
span.date {
	background-color: #ccc;
	font-weight: bold;
}
/* Hall of Fame stuff */
a.popup { color: #000; }
img.popup { margin: 10px 10px 10px 0; }
.reqf {
	color: red;
	font-weight: bold;
}
.hofinput { 
	border: 1px solid #000;
	background: #faa789;
}

/* Text Blocks */
div.textblock p.heading {
	margin: 0;
	background: #a36149;
	padding: 2px 0 2px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
div.textblock {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	border-radius: 5px;
	margin-right: 35px;
	margin-left: 15px;
	margin-bottom: 15px;
/*
	background: #fa8c64;
	background: #faa789;
*/
	border: 1px solid #a36149;
	background: #fff;
}
div.textinner {
	background: #fff;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	border-radius: 5px;
}
.newsimagewcaption {
	float: left;
	border: 1px solid #000;
	width: 300px;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

