#school{
position: absolute;
width: 85%; /* auto doesn't work in IE but does in Mozilla/Netscape */
top: 0px; 
left:140px;	/* must match width of NAVLEFT */
right: 0;
padding: 10px 0 10px 0;
margin: 0 0 0 0;
}


body, table{
background-color: white;
padding: 0;
font-size: 12px;
font-family: verdana, arial, helvetica, sans-serif;
}



/* All the content boxes belong to the content class. */
/* named 'geoff' as other code in admin site refers to this as a class */
.geoff {
position: absolute;
width: 80%;
top: 82px; 
left:10px;
min-width: 120px;
margin: 0 10px 0 160px; /* top,right,bottom,left  - left set where the contents appear*/
background-color: white;
padding: 0 0 0 10px;
z-index: 3;
}


#navleft {
position: absolute;
width: 140px;
top: 0px; 
left:0px;
font-size: 0.9em;
/* border: 1px solid black; */
padding: 5px;
z-index: 2;
}

#navleft  a#current {
	background: #CCCFFF; /* blue_grey */
	padding: 3px 0.5em;
	border: 1px solid #796; 
	border-bottom: 1px solid #796; 
	text-decoration: none; 
	line-height:22px;
	color:#000000;
	font-size: 10px;
	font-family: Verdana,Arial,Georgia, serif;
	}

	
/* ---------------------------------------------   Topic / pages / Web Links / Download buttons ------------------- */
.button, .button_selected{
	padding: 3px 0.5em;
	border: 1px solid #796; 
	border-bottom: 1px solid #796; 
	text-decoration: none; 
	line-height:22px;
	color:#000000;
	font-size: 10px;
	font-family: Verdana,Arial,Georgia, serif;
	
}
a.button:link:hover{
background-color: #CCCFFF; /* blue-grey */
}

.button{
background-color: #FFFFCC; /* white */
}

.button_selected{
border-color:red;
}

/* ------------------------------------------------------------------------ */