html {
	height: 100%;
	}
	
body {
	font-size:  62.5%;/*Resets 1em to 10px */
	background: url(../images/page_background.gif) 50% 0;
	font-family:  Arial, Helvetica, sans-serif;/*'Lucida Grande', 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;
	font-size: 1.2em;
	/*border: 4px solid red;*/
}	
	
.map_instructions_header{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform: capitalize;
	color:#228B22;
}
.map_instructions_header_subtext{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#A0A0A0;
}
.map_location{
	font-size:1.2em;
	font-weight:bolder;
	font-style:italic;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.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;
	font-size:1.1em;
	align: center;	
}
table.fixtures th {
	background-color: #006400;
	color: #fff;
	border-bottom: 1px solid #406480;
	border-left: 1px solid #406480;
	padding: 5px 2px 5px 2px ;
	text-align:left;
	font-size:1.25em;
}

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

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;
}
table.fixtures a img{
	border:none;
}


.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-top:10px;*/
	margin-left: auto;
	margin-right: auto;
}

.left_col table td {
	padding: 2px 2px 2px 2px ;
	text-transform: capitalize;
	font-size:1em;
	background-color:#fffccc;
}

.left_col table tr.evens td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.links_sponsors_table{
font-size:1.2em;

}
	

table.league {
	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.league th {
	background-color: #006400;
	color: #fff;
	border-bottom: 1px solid #406480;
	border-left: 1px solid #406480;
	padding: 5px 2px 5px 2px ;
	text-align:left;
	font-size:1.25em;
}

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

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

table.league tr.khcc_evens {
	background-color: #E6E6E6;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	color:#339900;
}
/*Text*/
.latest_news{
	border-bottom:1px solid #CCCCCC;
	font: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	text-align:justify;
}
.latest_news a:link{
	color:#228B22;
}
.latest_news a:visited{
	color:#228B22;
	
}
.news_header {
	font: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-transform: capitalize;
	color:#228B22;
}
.news_date{
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bolder;*/
	font-style:italic;
	color:#A0A0A0;
}

.news_footer{
	font: 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 {
	font-size:1.7em;
	color:#228B22;
}

.left_col h3 {
	color:#228B22;
	font-size:1.2em;
	text-align:center;
	margin-bottom:2px;
	margin-top:2px;
}


.left_col a:link {
color: #000;/*228B22;*/
text-decoration: none;
}
.left_col a:active {
color: #000;
text-decoration: none;
}
.left_col a:visited {
color: #000;
text-decoration: none;
}
.left_col a:hover {
color: #fff;
background-color:#228B22;
text-decoration: underline;
}


.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;
}
.links_heading{
	font-size:1.7em;
	font-weight:bold;
	color:#228B22;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}
.links_description{
	font-size:1em;
	font-style:italic;
}
.links_other{
	line-height: 2em;
}
.links_other a{
	font-size:1.2em;
	color:#228B22;
}

.links_sponsors{
	font-size:1.2em;
	color:#000000;
	line-height: 2em;
}
.links_sponsors a{
	color:#228B22;
	
}

.events_heading{
	color:#228B22;
	font-size:2.0em;
	font-weight:bold;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}

.events_date{
	font-size:1.5em;
	color:#666666;
}
.events_link{
	color:#22B822;
	font-size:1.5em;
	font-style: oblique;
}

.the_club_heading{
	color:#000000;
	font-size:2em;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
	line-height: 2.5em;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}
.the_club_table_heading{
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	line-height: 2em;
	text-transform:capitalize;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}
.the_club_text{
	color:#000000;
	font-size:1.2em;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}
.the_club_text_italic{
	color:#000000;
	font-size:1em;
	font-style:italic;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}


.hundred_club_heading{
	color:#22b822;
	font-size:2em;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
	line-height: 2.5em;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}
.hundred_club_text{
	color:#000000;
	font-size:1.2em;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}
.hundred_club_heading2{
	color:#000000;
	font-size:1.5em;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
}
table.hundred_club_winners{
	margin-left: auto;
	margin-right: auto;	
}
table.hundred_club_winners tr{
	color:#000000;
	font-size:1.2em;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 2px 5px 2px ;
}
.homepage_text
{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

.kit{font-size:1.2em;}


