@charset "UTF-8";

*{
margin: 0;
padding: 0;
border: 0;
}

/* CSS Document */

body {
	background: #cccccc;
	text-align: center;
	min-width: 800px;
}

#container {
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #fff;
width: 800px;
}

#banner {
padding: 0px;
margin-top: 20px;
height: 158px;
width: 800px;
background-position: left;
background-repeat: no-repeat;
background-color: #cccccc;
background-image: url(images/banner.jpg);
}

#homePage {
width: 800px;
margin-bottom: 8px;
background: #ffffff;
}

#homePhoto {
width: 800px;
height: 230px;
background: #ffffff;
}

#machinePhoto {
width: 800px;
height: 230px;
background: #ffffff;
padding-top: 11px;
}

#homeColumnLeft {
width: 230px;
background: #ffffff;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 25px;
float: left;
}

#homeColumnMiddle {
width: 230px;
background: #ffffff;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 25px;
float: left;
}

#homeColumnRight {
width: 235px;
background: #ffffff;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 25px;
float: right;
}

#leftColumnbottom {
float: left;
width: 370px;
height: 320px;
background: #ffffff;
padding-top: 30px;
padding-right: 30px;
padding-left: 30px;
padding-bottom: 20px;

}

#rightColumnbottom {
float: right;
width: 340px;
height: 320px;
background: #ffffff;
margin-bottom: 8px;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 20px;
}

#leftColumnmiddle {
float: left;
width: 370px;
height: 95px;
background: #ffffff;
padding: 30px;
}

#rightColumnmiddle {
float: right;
width: 340px;
height: 95px;
background: #ffffff;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 30px;
}

#leftColumn {
float: left;
width: 370px;
height: 285px;
background: #ffffff;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0px;
}

#rightColumn {
float: right;
width: 340px;
height: 285px;
background: #ffffff;
margin-bottom: 0px;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 0px;
}

#FPGColumn1 {
width: 162px;
height: 110px;
background: #ffffff;
margin-right: 30px;
float: left;
}

#FPGColumn2 {
width: 162px;
height: 110px;
background: #ffffff;
margin-right: 30px;
float: left;
}

#FPGColumn3 {
width: 162px;
height: 110px;
background: #ffffff;
margin-right: 30px;
float: right;
}

#FPGColumn4 {
width: 162px;
height: 110px;
background: #ffffff;
float: right;
}

#FPGColumn1sunday {
width: 162px;
height: 160px;
background: #ffffff;
margin-right: 30px;
float: left;
}

#FPGColumn2sunday {
width: 162px;
height: 160px;
background: #ffffff;
margin-right: 30px;
float: left;
}

#FPGColumn3sunday {
width: 162px;
height: 160px;
background: #ffffff;
margin-right: 30px;
float: right;
}

#FPGColumn4sunday {
width: 162px;
height: 160px;
background: #ffffff;
float: right;
}

#meet {
width: 740px;
background: #fff;
margin-bottom: 8px;
padding: 30px;
}

#footer {
clear: both;
width: 800px;
height: 22px;
background: #666666;
font-color: #ffffff;
border-bottom: solid 20px #ccc;
}

#navigation {
	background-color: #666666;
	width: 800px;
	height: 35px;
	border-bottom: solid 8px #ccc;
}

h1 {
	font-size: 24px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


h2 {
	font-size: 24px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p.bold {
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

p.homePage {
	line-height: 17px;
	margin-top: 9px;
	}

p.line {
	border-top: 1px #333 solid;
	padding-top: 20px;
}

p.firstline {
	padding-top: 7px;
}

.strikethrough {
	text-decoration: line-through;
}

h2.meettable {
	font-size: 19px;
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: -12px;
}

h5 {
	font-size: 9px;
	color: #ffffff;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16pt;
	text-align: center;
}

img.float {
float: right;
margin-left: 30px;
margin-bottom: 30px;
}

.floatright {
float: right;
margin-left: 30px;
margin-bottom: 30px;
}

.menu ul {
font: bold 16px Arial, sans-serif;
line-height: 35px;
}

.menu ul li {
list-style: none;
display: inline;
float: left;
margin-left: 73px
}

.menu ul li a {
padding: 0px 20px;
text-decoration: none;
float: left;
color: #ffffff;
background-color: #666666;
}

.menu ul li a:hover {
color: #1E90FF;
}

.class2 a:link {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.class2 a:visited {
color: #333333;
}

a.link {
font-size: 14px;
	color: #333333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/* Tables */

table
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	background-color: #fff;
	margin-top: 10px;
	width: 740px;
	text-align: left;
	border-collapse: collapse;
}

th
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
	color: #333333;
	text-align: left;
}
td
{
	padding: 9px;
	color: #333333;
}

.topthree {
	background: #ff9;
	border-bottom: 1px solid #fff;
}

.odd
{
	background: #eee; 
}

.halfwidth {
	width: 450px;
}

.overallhighscores {
	width: 600px;
}

.thirdwidth {
	width: 330px;
}

.thirdwidthl {
	width: 330px;
	float: left;
	margin-left: 0px;
	margin-right: 80px;
	margin-bottom: 30px;
	display: inline;
}

.thirdwidthr {
	width: 330px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	float: left;
	display: inline;
}
