/* Default Style Sheet for ASCR (Australian Sugar Cane Railway) */
/* Created Jan 08 LZ; last revised 9/01/08 */

/* html selectors */
body {
	width: 800px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	background color: white;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}
h1 {
	color: #218429;
	font-style: bold;
	text-align: center;
	font-size: 24px;
	margin: 8px 0 8px 0; /*top right bottom left*/
	}
h2, h3, h4, h5, h6 {
	color: #218429;
	font-style: bold;
	text-align: left;
	}
h2 {
	font-size: 24px;
	font-style: italic;
	margin: 8px 0 8px 0;
	}
h3 {
	font-size: 18px;
	margin: 6px 0 6px 0;
	}
h4 {
	font-size: 18px;
	font-style: italic;
	margin: 6px 0 6px 0;
	}
h5 {
	font-size: 14px;
	margin: 4px 0 4px 0;
	}
h6 {
	font-size: 14px;
	font-style: italic;
	margin: 4px 0 4px 0;
	}
table {
	margin: 10px 0 10px 0;
	}
td {
	vertical-align: top;
	padding: 0 4px 0 4px;
	}
p {
	color: #844D18;
	text-indent: 0px;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 10px 0 0;
	}
ul, ol, dl {
	color: #844D18;
	font-size: small;
	margin: 0 0 4px 0px;
	}
dt {
	font-weight: bold;
	margin: 0 0 2px -10px;
	}
dd {
	margin: 0 0 2px 0;
	}
img	{
	border-style: none;
	border-width: 0px;
	}
table {
	Table-Layout: Fixed;
	}

/* ids */

#pagetop {
	position: absolute;
	z-index: 10;
	width: 780px;
	margin: 10px 0 10px 0;
	}
	
#contenta {
	font-size: small;
	position: absolute;
	z-index: 10;
	height: 400px;
	width: 150px;
	overflow: scroll;
	margin: 150px 0 0 0;
	padding: 0 15px 10px 10px;
	overflow: auto;
	}

#contentb {
	font-size: medium;
	position: absolute;
	z-index: 10;
	height: 400px;
	width: 300px;
	overflow: scroll;
	margin: 150px 0 0 180px;
	padding: 0 15px 10px 10px;
	overflow: auto;
	}

#contentc {
	font-size: medium;
	position: absolute;
	z-index: 10;
	height: 400px;
	width: 300px;
	overflow: scroll;
	margin: 150px 0 0 500px;
	padding: 0 15px 10px 10px;
	overflow: auto;
	}

#contentd {
	font-size: medium;
	position: absolute;
	z-index: 10;
	height: 400px;
	width: 620px;
	overflow: scroll;
	margin: 150px 0 0 180px;
	padding: 0 15px 10px 10px;
	overflow: auto;
	}

#pagefoot {
	font-size: x-small;
	color: gray;
	position: absolute;
	z-index: 20;
	width: 780px;
	margin: 560px 0 0 0;
	padding: 10px 0 0 0;
	overflow: auto;
	}
	
/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}
	
/* Pseudo classes */

a:hover {
	color: #844D18;
	text-decoration: underline;
	}
	
