/* Default Style Sheet for CaneSIG   */
/* Created Dec 06, Revised Sep 09 to center */
/* Dec 09 for background colour LZ */
/* Dec 12 for updated site */

/* Renamed and relocated for Cane Tram Notes, 31/12/12 */

/* html selectors */
html {
	background-color: white;
	}
	
body {
	background-color: white;
	width: 800px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: auto;
	padding: 10px 0 10px 0;
	text-align: center;
	}
h1, h2, h3 {
	color: #632910;
	font-style: bold;
	text-align: left;
	}
h1 {
	font-size: 24px;
	margin: 8px 0 8px 0; /*top right bottom left*/
	}
h2 {
	font-size: 18px;
	margin: 6px 0 6px 0;
	}
h3 {
	font-size: 14px;
	margin: 4px 0 4px 0;
	}
table {
	bgcolor: white;
	margin: 10px 0 0 10px;
	border-width: 0px;
	font-size: small;
	text-align: left;
	}
td {
	vertical-align: top;
	padding: 1px 2px 1px 2px;
	}
p {
	color: #632910;
	text-indent: 0px;
	text-align: justify;
	margin: 0 0 4px 0;
	}
select.formselect {
	color: #632910;
	font-size: small;
	}
ul, ol, dl {
	color: #632910;
	font-size: small;
	text-align: justify;
	margin: 0 0 4px 0;
	}
li {
	margin: 0 0 2px 0;
	}
dt {
	font-weight: bold;
	margin: 0 0 2px 0;
	}
dd {
	margin: 0 0 2px 10px;
	}
img	{
	border-style: none;
	border-width: 0px;
	}
emph {
	font-style: italic;
	}

/* Pseudo classes */

a:hover {
	text-decoration: none;
	}

/* ids */

#content-left {
	background-color: white;
	font-size: small;
	float: left;
	width: 240px;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	}

#content-right {
	background-color: white;
	font-size: medium;
	float: right;
	width: 520px;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	}

/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}