﻿
body {
	width:1000px; 
	padding:5px; 
	margin:0 auto; 
	font-family:Calibri, sans-serif;
	background-color: white;

}


header {
    background-color:white;
    color:#260057;
    text-align:center;
    padding:0px;
}


nav {
	z-index: 100;
	position: relative; 
	margin: 0px;
	text-align:center; 
	background: white; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
}


section {
    width:980px;
    float:left;
    padding:5px;
  	font-family: calibri;
  	background-color:white;
}
footer {
    background-color:e8e6e6;
    color:#260057;
    font-weight:bold;
    clear:both;
    text-align:center;
    padding:5px;
   	font-family: calibri;
}

th {
	background-color:white;
	color: #260057;
	text-align: centre;
	font-size: 14pt;
	}

td {
	background-color:#E8E6E6;
	text-align: left;
}
