.site	{
	position: absolute;
	left: 50%;
  	margin-left: -377px;
	align: center;
	width: 780px;
	background-position: center;
	background-image:url(../Images/body1.png);
	background-repeat:repeat-y;
		}

.banner	{
	width: 100%;
	height: 210px;	
	text-align:center;
	background-image:url(../Images/logoBG.png);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:bottom;
		}

.footer	{
	width: 100%;
	height: 71px;
	background-image:url(../Images/footer1.png);	
		}

.footerText {
	position:absolute;
	left:25px;
	}

.middle {		
	width: 100%;
	height:500px;
		}

.menu	{
	position:absolute;
	width: 200px;
	left: 25px;
		}

.content	{
	position:absolute;
	left: 230px;
	width: 525px;
	height:490px;
	overflow:auto;
			}

.menuHeader {
	background-color: #000066;
	background-position: center center;
	text-align: center;
	border-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: bold;

			}

.headerTxt {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}

A.menuLink:link {
	color: red;
	font-weight: normal;
}
A.menuLink:visited {
	color: red;
	font-weight: normal;
}
A.menuLink:active {
	color: #333333;
	font-weight: normal;
}
A.menuLink:hover {
	color: #CCCCCC;
	background-color: red;
	font-weight: normal;

}

body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;

		}

a:link {
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	color: orange;
}



TABLE{
font-size : 13px;
font-family : Verdana;
color : #C0C0C0;
} 


H1{
font-size : 16px;
font-family : Verdana;
color : #ffffff;
}

.rodsTableHeader
{
background-color: #000066;
font-weight: bold;
color: white;
text-align:center;
border-style: solid;
border-width:1;
border-color:white;
} 

.rodsPointsCharts
{
align:center;
border-style: solid;
border-width:1;
border-color:white;
color: #CCCCCC;
text-align: center;
font-size:10px;
font-weight:bold;
}

.rodsPointsHeader
{
color: red;
font-size : 13px;
font-weight:bold;
text-decoration:underline;
text-align: center;
}


.rodsQualified {
	color: #FF0000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.rodsSemi {
	color: #00FF00;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.rodsPtsTablePos {
	background-color: #000066;
	font-weight: bold;
	color: white;
	text-align:center;
	border-style: solid;
	border-width:1;
	border-color:white;
	font-size: 10px;

}
.rodsResultsHead {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;

}
.rodsResultsFinalWinner {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;


}
.rodsResultsFixture {
	font-size: 12px;
	font-style: italic;
	color: #0099FF;
	text-decoration: underline;
}
.rodsResults {
	font-size: 11px;
}
