@charset "utf-8";
/* CSS Document */
body  {
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 100%;
	float: left;
	background-color: #FFC;
	width: 100%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: xx-large;
}
a {
	color:#009;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}
ul a {
	padding:0.2em 0.6em;
	border-right:1px solid black;
}
	colour: #009;
	text-decoration: underline;
}
a:visited {
	colour: #009;
}

#container {
	background-color: #FFC;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#header {
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 45px;
	padding: 10px 20px 10px 20px;
	background-color: #FFC;
}
#navBar {
	width: 100%;
	height: 40px;
	background-color: #FFC;
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	padding: 5px 30px 0px 30px;
}
#navBar ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#navBar ul li {
	display: inline;
	border-right: thin #333;
}
td {
	padding: 1px 3px 1px 3px;
	border-top: thin #999;
	border-right: thin #999;
}
table tr:nth-child(2n+2) {
	background-color:#CCC;
}
	
#tableHead {
	width: 100%;
	position: fixed;
	left: 0;
	top: 115px;
	padding: 10px 30px 0px 30px;
	margin: 0px 5px 0px 5px;
	background-color: #FFC;
}
#tableHead table {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
#tableContent {
	padding: 140px 30px 0px 30px;
	margin: 205px 5px 0px 5px;
	width: 100%
}
#footer {
	width: 100%;
	height: 20px;
	background-color: #FFC;
	position: relative;
	left: 0;
	top: 80px;
	text-align: center;
	padding: 5px 30px 0px 30px;
}	
#footer ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#footer ul li {
	display: inline;
	border-right: thin #333;
}