/* CSS Document */

body {
	margin:0 0 0 0;
	font-family:Verdana, sans-serif;
	font-size:95%;
	text-align:center;
	background: #FFFFFF;
	}
	
#wrap {
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width:800px;
	background: #FFFFFF;
  	}
	
#header {
	background:url(images/headersmall2009.jpg) no-repeat top left #FFFFFF;
	text-align:left;
	height:120px;
	margin:20px 0 0 0;
	padding:10px 0 0 10xp;
	}
	
#header h1{
	display:none;
	}
	
	
#nav {
	color:#000000;
	float:left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 90%;
	background:url(images/navbg.jpg) repeat-x top left;
	}

#nav li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background:url(images/navspace.gif) no-repeat top right;
	}
	
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: #000000;
	}
	
#nav a:hover {
	color: #FFFFFF;
	font-weight:bold;
	background: url(images/navon.gif) repeat-x top left;
	}

#front {
	width:100%;
	margin-left:0px;
	padding-left: 0;
	}
	
#sidebar{
	float:left;
	width:199px;
	font-size:95%;
	margin-left:0px;
	margin-top: 0px;
	padding-left: 0;
	}
	
#sidebar a {
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
	}
	
#sidebar h3{
	width:195px;
	font-size:95%;
	background:url(images/linkbg.jpg) repeat-x top left;
	margin-top: 0px;
	padding: 4px 0 4px 4px;
	color:#FFFFFF;
	}
	
#sidebar ul{
	padding-left:0;
	list-style: none;
	margin-left:0px;
	padding-left: 0;
	}
	
#sidebar li{
	padding-left:0;
	list-style: none;
	margin-left:0px;
	}
	
#mainfront {
	float:right;
	width:600px;
	margin-top: 0px;
	margin-right:0;
	}

#main {
	float:right;
	width:590px;
	margin-top: 0px;
	margin-right:0;
	padding-left:10px;
	}
	
#full {
	width:100%;
	padding-top:30px;
	}
	
#frontnews {
	clear:right;
	width:100%;
	margin-bottom:20px;
	}
	
#frontnews h3{
	padding-left:2%;
	width:98%;
	background:url(images/navbg.jpg) repeat-x top left;
	}
	
#frontnews h4{
	margin-bottom:2px;
	}

#footer {
	clear:both;
	width:100%;
	}
	
tr.head {
	background:url(images/linkbg.jpg) repeat-x top left;
	font-size:120%;
	margin-top: 10px;
	padding-top:10px;
	color:#FFFFFF;
	font-weight:bold;
	}
	

tr.colour1 {
	background-color:#FFFFFF;
	color:#000000;
	}
	
tr.colour2 {
	background-color:#CCCCCC;
	color:#000000;
	}
	