/*--------------------Fonts---------------------*/

body {	font-family: Arial, Helvetica, sans-serif;
}

td {	font-family: Arial, Helvetica, sans-serif;
}

th {	font-family: Arial, Helvetica, sans-serif;
}

body {	background-color:#003366;
}

/*---------------------colours------------------*/

body {	background-color: #003366;
}

body {	color: #DEDECA;
}

td, th {	color: #99CCCC;
}

h1 {
	color:#00FFFF;
	font-size:24px;
}

h2 {	color: #FFFF66;
}

h3, h4 {	color: #FFFFCC;
}

h5, h6 {	color: #6699CC;
}

a {	color: #9999cc;
}

p {text-align:justify;}
/*-----------   Divs      ----------*/


#page {
			position: absolute;
			margin-top:10px;
			width: 760px;
			left:50%;
			margin-left: -400px; /* half the width measurement */
			padding: 5px;
			top:5px;
		 }   
	 
#update {
			position:absolute;
			padding:5px;
			border-width:2px;
			background-color:#FF0000;
			font:Arial, Helvetica, sans-serif;
				
		}	
				 
	 
#header {
			position: absolute;
			background-repeat:no-repeat;
			height:130px; width:782px;
			background-image:url(images/header.png);		
	}
	
#leftcolumn {
			position:absolute;
			margin-top:140px;
			margin-left:10px;
			width:150px;  height:auto;
	}
	
#menu{
			position:absolute;
			margin-top:140px;
			margin-left:170px;
			height:30px;
			width:440px;
			padding:0px;
			z-index:10;
			
	}

#centre	{
			position:absolute;
			margin-top:170px;
			margin-left:170px;
			width:420px;
			height:auto;
			padding:10px;
			color:#00FFFF;
	}
	
#rightcolumn {
			position:absolute;
			margin-top:140px;
			margin-left:620px;
			width:150px;
			height:600px;	
	}
#chairman {
			background-image:url(images/mugshot_janet.jpg);
						
	}

