html, body, #wrapper {
	min-height: 100%; /* Sets the min height to the height of the viewport */
	height: 100%; /* This is the min-height for IE5+/Win, since IE wrongly expands elemetns to enclose content. Screwy! */
}

html>body #wrapper {height: auto;} /* This undoes th IE hack via hiding it from IE with a child selector */	

body {
	
	font-size: 12px;
	line-height: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px;
}

#masthead {
	height: 80px;
	margin-bottom: 1px;
}

#masthead img#logo {margin-left: -40px;}

div#feature_block {
	height:271px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}


div#feature_block.home {background-image: url(../images/home_ballandnet3.jpg);}
div#feature_block.about {background-image: url(../images/home_ballandnet4.jpg);}
div#feature_block.rules {background-image: url(../images/home_rules.jpg);}
div#feature_block.facilities {background-image: url(../images/home_facilities.jpg);}
div#feature_block.calendar {background-image: url(../images/home_calendar.jpg);}
div#feature_block.archives {background-image: url(../images/home_chairs.jpg);}

ul#nav a {text-decoration: none; text-transform: uppercase; font-size: 13px}
ul#subnav a {text-decoration: none; text-transform: uppercase; font-size: 11px}
ul#nav a:link, ul#subnav a:link {color: #fff;}
ul#nav a:hover, ul#subnav a:hover {color: #fff; text-decoration: underline;}
ul#nav a:visited, ul#subnav a:visited {color: #fff;}

ul#nav {
	position: relative;
	top: 2px;
	left: 20px;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0 32px 0 0;
	background: transparent;
}

ul#subnav {
	position: relative;
	top: 224px;
	left: 20px;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul#subnav li {
	display: inline;
	margin: 0;
	padding: 0 32px 0 0;
	background: transparent;
}

ul {

	list-style-type: disc;
	margin-left:  35px;
	
}

ol { 

	list-style-type: decimal;
	margin-left:  35px; 

}

ol.secondary {

	margin-left:  50px;
	list-style-type: lower-alpha;

}

#leftcol {
	width: 650px;
	float: left;
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: left;
}

#regcol {
	width: 1100px;
	float: left;
	margin: 0;
	text-align: left;
}

#footer {
	width: 1000px;
	float: left;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #009900;
}

h5 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

h4 {
	font-size: 10px;
	margin-bottom: 10px;
	color: #009900;
}

p.footer {
	font-size: 10px;
	margin-bottom: 10px;
	color: #009900;
}

a  {

	color: #009900;

}

a.bc {

	color: #FF33FF;
	font-weight: bold;

}
	
p {
	margin-bottom: 10px;
	color: #4a4a4a;
}	


strong {
	font-weight: bold;
}

em {

	font-style: italic;
}

table {
	border: black;
	border-style: double;
	width: 650px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-top: 20px;

}

tr,td {
	border-bottom-width: thin;
	border-bottom-color: green;
	border-bottom-style: dashed;
}


img.map {
	border:thin solid #009900;
}

#rightcol {
	float: left;
	width: 315px;
	height: auto;
	text-align: left;
	padding: 0;
	z-index: 10;
	margin-top: 10px;
}