#header {
    //background-color:black;
    color:black;
    text-align:left;
    padding:5px;
}


#header h1 {
 text-decoration:none;
 border:0;
 margin : 0;
 padding : 0;
  display : block;
  height: 90px;
  line-height: 70px;
 text-indent : 100px;
 background : url(../images/VAPA.jpg) no-repeat 0 0;
}

.linklist
{
    list-style-type: none;
}

#nav {
    line-height:30px;
    #background-color:#eeeeee;
    height:300px;
    width:170px;
    float:left;
    padding:5px;
}
#results {
    overflow-y: scroll;
    max-height:75vh;
    width:750px;
    float:left;
    padding:10px;
}

#stages {
    max-height:75vh;
    width:750px;
    float:left;
    padding:10px;
}

#resultTable {
table-layout: fixed;
    border: 1px solid black;
	border-collapse: collapse;
}

#resultTable td, th {
    border: 1px solid black;
}


.matchHeading {
	color: #22499e;
    font-size: 20pt;
    line-height: 30pt;
    text-align: left;
}

.divisionHeading {
	color: #22499e;
    font-size: 16pt;
    line-height: 25pt;
    text-align: left;
}

