body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(assets/bowl%20background.JPG);
}
#container {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 30px;
	overflow: hidden;
}
#nav {
	background-image: url(assets/white%20background.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#nav ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
#nav  li {
	display: inline;
}
#nav a:link, #nav a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	font-size: 95%;
	color: #333;
}
#nav a:hover, #nav a:focus, #nav a:active {
	text-decoration: underline;
	color: #333;
}

#logo {
	background-image: url(assets/white%20background.png);
	background-repeat: repeat;

}
#content {
	padding-top: 10px;
	background-image: url(assets/white%20background.png);
	background-repeat: repeat;
	padding-bottom: 10px;
}
#content h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 120%;
	font-weight: normal;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
}
#content h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	color: #000;
	text-align: center;
	font-weight: normal;
	background-color: #0F0;
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	font-weight: normal;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 100%;
}
#content pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: right;
	margin-right: 15px;
}
#content h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 115%;
	font-weight: normal;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#content object {

}


#resultsTable {
	margin-left: 25px;
}

#resultsTable tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: normal;
	background-color: #CCC;
	text-align: left;
	padding-left: 5px;
}

#resultsTable tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	background-color: #FFF;
}
#resultsTable caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
}
#finalResults {
	margin-left: 25px;
}
#finalResults tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: normal;
	background-color: #CCC;
	text-align: left;
	padding-left: 5px;
}
#finalResults tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	background-color: #FFF;
}
#finalResults caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #000;
}

#footer {
	padding-top: 30px;
	background-image: url(assets/white%20background.png);
	background-repeat: repeat;
	padding-bottom: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}


#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer  li {
	display: inline;
}
#footer a:link, #footer a:visited {
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #000;
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	text-align: center;
	background-image: url(assets/white%20background.png);
	background-repeat: repeat;
	margin-bottom: 30px;
}
#banner {
	height: 200px;
	width: 760px;
	margin-top: 10px;
	margin-left: 20px;
}
#priceTable {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftImg {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
.rightImg {
	float: right;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
.border {
	border: 1px solid #000;
}
#teamTable {
	margin-left: 250px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 150%;
	font-weight: normal;
}

#committeeTable {
	margin-left: 25px;
}
#committeeTable tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #000;
	background-color: #FFF;
}
#committeeTable tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 90%;
}
#compTable {
	margin-left: 150px;
}
#compTable caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: normal;
}
#compTable tr th {
	background-color: #FFF;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 105%;
	font-weight: normal;
}
#compTable tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	padding-left: 5px;
	font-size: 90%;
	background-color: #CCC;
	border: 1px solid #000;
}
#leftBox {
	width: 350px;
	margin-left: 30px;
}
#rightBox {
	width: 350px;
	float: right;
	margin-right: 30px;
	height: 350px;
}
#mensVetsA caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#mensVetsA tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#mensVetsA tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#chorleyA caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#chorleyA tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#chorleyA tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#churchesA caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#churchesA tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#churchesA tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#ladiesA caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#ladiesA tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#ladiesA tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#mixedVetsA caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#mixedVetsA tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#mixedVetsA tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#mensVetsB caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#mensVetsB tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#mensVetsB tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#chorleyB caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#chorleyB tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#chorleyB tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#churcesB caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#churcesB tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#churcesB tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#ladiesB caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#ladiesB tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#ladiesB tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#mixedVetsB caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
#mixedVetsB tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#mixedVetsB tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}

#bowlImg {
	margin-top: 20px;
	margin-left: 20px;
}
#fixAleftCol {
	width: 246px;
	margin-left: 20px;
	float: left;
	display: inline;
	height: 1250px;
	overflow: hidden;
}
#fixArightCol h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
}
#fixAmidCol {
	width: 246px;
	margin-left: 10px;
	float: left;
	height: 1250px;
	overflow: hidden;
}
#fixArightCol {
	width: 246px;
	float: left;
	margin-left: 10px;
	height: 1250px;
	overflow: hidden;
}
#fixBleftCol {
	width: 246px;
	margin-left: 20px;
	float: left;
	display: inline;
	height: 1250px;
	overflow: hidden;
}
#fixBmidCol {
	width: 246px;
	margin-left: 10px;
	float: left;
	height: 1250px;
	overflow: hidden;
}
#fixBrightCol {
	width: 246px;
	float: left;
	margin-left: 10px;
	height: 1250px;
	overflow: hidden;
}
#fixBrightCol h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
}
#bubble {
	float: right;
	margin-right: 25px;
}
#juniorTable {

}
#juniorTable tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
}
#juniorFixTable tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
	font-weight: normal;
}

#juniorTable tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 70%;
	font-weight: normal;
	padding-left: 5px;
	border: 1px solid #999;
}
#juniorBtable tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 70%;
	font-weight: normal;
	padding-left: 5px;
	border: 1px solid #999;
}
#juniorBtable tr th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #999;
	font-size: 95%;
}


#junTable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}
#juniorFixTable {
	margin-right: auto;
	margin-left: auto;
}
#adBox {
	float: right;
	width: 250px;
	margin-right: 10px;
	background-color: #0C0;
}
