body {
	margin: 0 10px 10px 10px;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	background-color: #FFF;	
}


/* Set up columns */
#NAVIGATION { /* Left navigation column position */
	float: left;
	padding: 0;
	margin: 0;	
}

#CONTENT { /* Centre column position and width */
	margin: 15px 10px 0 160px;
	padding: 0 2em 0 0;
	overflow: hidden; /* Fix for IE italics bug */
	o\verflow: visible; /* Fix for IE6 italics bug */
	height: 1%;	
}
/* End setup columns */

h1 {
	color: #800;
	font-size: 200%;	
}

h2 {
	color: #800;
	font-size: 150%;	
}

input, select {
	background-color: #FFFFA0;
}	

.button {
	font-weight: bold; 
	color: white; 
	background-color: #800; 
}	

td {
	padding: 3px 0 3px 0;
}	

td.left {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}	

