html {
	height: 100%;
	}
	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: url(images/page_background.gif) 50% 0;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; /*Verdana, Arial, Helvetica, sans-serif;*/
	background-color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}
	
.map_instructions {
width:380px;
height:250px;
padding-bottom:10px;
/*border: 4px solid red;*/
}	
	
.map {
border:#0033FF;
	
}

/*Tables*/

table.fixtures {
	border: 1px solid #CFDCE6;
	border-collapse: no-collapse;
	background-color: #fff;
	color: #000;
	font: 'Lucida Grande', Arial, Helvetica, sans-serif; 
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	align: center;	
}
table.fixtures th {
	background-color: #228B22;
	color: #fff;
	border-bottom: 1px solid #329731;
	border-left: 1px solid #329731;
	padding: 5px 2px 5px 2px ;
	text-align:left;
	font-size:14px;
}

table.fixtures td {
	padding: 5px 2px 5px 2px ;
	text-transform: capitalize;
	font-size:12px;
}

table.fixtures tr.evens td {
	background-color: #E6E6E6;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table.fixtures tr.khcc {
	font-weight: bold;
	color:#339900;
}

table.fixtures tr.khcc_evens {
	background-color: #E6E6E6;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	color:#339900;
}


.left_col table {
	border: 1px solid #CFDCE6;
	border-collapse: no-collapse;
	background-color: #fff;
	color: #000;
	font: 'Lucida Grande', Arial, Helvetica, sans-serif; 
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

.left_col table td {
	padding: 5px 2px 5px 2px ;
	text-transform: capitalize;
	font-size:1em;
}

.left_col table tr.evens td {
	background-color: #E6E6E6;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

	
/*Text*/
.latest_news{
	border-bottom:1px solid #CCCCCC;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}
.latest_news a:link{
	color:#228B22;
}
.latest_news a:visited{
	color:#228B22;
	
}
.news_header {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform: capitalize;
	color:#228B22;
}
.news_date{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bolder;*/
	font-style:italic;
	color:#A0A0A0;
}

.news_footer{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#A0A0A0;
}

.sponsor_header {
	font-size:small;
	font-weight:bold;
}

.fixtures_header{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight:bolder;
	text-align:center;
}

.left_col h2 {
	color:#228B22;
}

.left_col h3 {
	color:#228B22;
}

.averages_title{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight:bolder;
	text-align:center;
}
.averages_header{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	text-align:center;
}
.averages_text{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	text-align:center;
}

.averages_link{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	text-align:center;
}
table.averages{
	margin-left: auto;
	margin-right: auto;
}

