/* Default Style Sheet for Modelling the Railways of Queensland Site */
/* Created September 2008 */

/* html selectors */
body {
	width: 840px;
	font-family: Univers, Arial, Helvetica, SunSans-Regular, sans-serif;
	background color: white;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}

h1  {
	font-style: bold;
	color: maroon;
	text-align: left;
	font-size: large;
	margin: 6px 0 10px 0; /*top right bottom left*/
	}

h3  {
	font-style: bold;
	color: maroon;
	text-align: left;
	font-size: medium;
	margin: 6px 0 10px 0; /*top right bottom left*/
	}

table {
	margin: 10px 0 10px 0;
	Table-Layout: Fixed;
	}
td {
	vertical-align: top;
	padding: 0 4px 0 4px;
	}

p {
	color: black;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	line-height: 120%;
	}

ul, ol, dl {
	color: black;
	text-align: justify;
	margin: 0 0 4px 0;
	}
dt {
	color: #669933;
	font-weight: bold;
	margin: 0 0 2px 0;
	}
dd {
	margin: 0 0 2px 10px;
	}

img	{
	border-style: none;
	border-width: 0px;
	}

/* ids */

#pagetop {
	font-size: medium;
	position: absolute;
	z-index: 10;
	width: 800px;
	margin: 10px 0 10px 0;
	}

#contact {
	font-size: small;
	position: absolute;
	z-index: 10;
	height: 350px;
	width: 250px;
	overflow: scroll;
	margin: 240px 0 0 0;
	padding: 0 15px 10px 10px;
	overflow: auto;
	}

#content {
	font-size: medium;
	position: absolute;
	z-index: 10;
	height: 350px;
	width: 505px;
	overflow: scroll;
	margin: 240px 0 0 280px;
	padding: 0 15px 10px 10px;
	overflow: auto;
	}

#pagefoot {
	font-size: x-small;
	color: #363636;
	position: absolute;
	z-index: 20;
	width: 800px;
	margin: 595px 0 0 0;
	padding: 10px 0 0 0;
	overflow: auto;
	}
	
/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}
	
/* Pseudo classes */

a:link {
	color: #AD6800;
	text-decoration: none;
	}
a:hover {
	color: black;
	text-decoration: none;
	}
a:visited {
	color: blue;
	text-decoration: none;
	}
	
