/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:  url(../images/page_bg.gif);
}
h1 {
font-size: 18px;
text-align: center;
margin-bottom: 15px;
margin-top: 0px;
}
#ClubsTable{
width: 100%;
text-align: center;
background-color: #fff;
border: 2px none red;
}

#Banner{
margin-left: auto; 
margin-right: auto;
width: 765px;
}

#Menu{
margin-left: auto; 
margin-right: auto;
text-align:center;
width: 765px;
background-color: #fff;
}

#Sponsor{
display:none;
margin-left: auto; 
margin-right: auto;
margin-top: 10px;
text-align:center;
border: 1px solid black;
font-size: 12px;
}

#PageTitle{
margin-left: auto; 
margin-right: auto;
margin-top: 10px;
width: 700px;
text-align:center;
background-color: #143D98;
color: #fff;
border: 1px solid black;
font-size: 30px;
font-weight: bold;
}

#PageBody{
margin-left: auto;
margin-right: auto;	
margin-top: 0px;
margin-bottom: 10px;
text-align: justify;
width: 745px;
border: 1px solid #18036D;
background-color: #EBEFF5;
}

#HomePageBody{
text-align: justify;
width: 500px;
background: #EBEFF5 url(../images/pitch.gif) 50% 65px no-repeat;
}

#HomePageText{
position: absolute;
margin-left: auto;
margin-right: auto;	
text-align: justify;
width: 485px;
}

#OfficersPageBody{
margin-left: auto;
margin-right: auto;	
margin-top: 20px;
margin-bottom: 10px;
text-align: justify;
width: 705px;
background-color: #EBEFF5;
}

#ComingPageBody{
margin-left: auto;
margin-right: auto;	
margin-top: 20px;
margin-bottom: 10px;
text-align: justify;
height: 300px;
width: 600px;
background: #EBEFF5 url(../images/waiting.gif) 50% 25% no-repeat;
}

#SponsorsPageBody{
margin-left: auto;
margin-right: auto;	
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
width: 705px;
background-color: #EBEFF5;
}

#PitchesPageBody{
margin-left: 30px;
margin-right: auto;	
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
width: 705px;
background-color: #EBEFF5;
}

#Footer{
margin-left: auto; 
margin-right: auto;
width: 761px;
height: 25px;
background-color: #143D98;
border: 2px solid #18036D;
font-size: 9px;
text-align: center;
color: #CCC;
}

#Footer A {
color: #000;
text-decoration: none;
}
#Footer A:hover {
color: #CCC;
}

#HomePageBody A {
	color: #039;
	text-decoration: underline;	
}

A {
	color: #000;
	text-decoration: none;
}

A:hover {
	color:#03C;
	text-decoration: overline underline;
}

.GreyRow{
background-color: #ccc;
color: #333;
font-size: 12px;
}

.WhiteRow{
background-color: #fff;
color: #666;
font-size: 12px;
}

.smalltext{
font-size: 10px;
}


.ColumnHeader{
font-size: 20px;
font-weight: bold;
text-align:center;
color: #000;
background-color: #fff;
}

.ColumnSubHeader{
font-size: 12px;
font-weight: bold;
text-align:center;
color: #000;
background-color: #fff;
}
.boxcentre {
position: relative;
margin-left: auto;
margin-right: auto;
}
.boxright {
position: relative;
float: right;
margin-right: 5px;
margin-left: 10px;
}
.boxleft {
position: relative;
float: left;
margin-left: 5px;
margin-right: 10px;
}
