/*  Main style sheet  */

table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
col.datecolumn	{width: 80px;}

body {
  	margin: 0px;
	padding: 0px;
	color:#000000;
	background-color:#583229;
 	font-family:arial, verdana, sans-serif;
	 }

div#page {
	width: 800px;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px solid white;
	}

div#main {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:12px;
	}


div#CLCTheader {
	width:800px;
	height:60px;
	position:absolute;left:0px;top:0px;
	z-index:9;	 
	font-size:24px;
	font-weight:bold;
	letter-spacing:4px;
	background-color:#008000;
	color:white;
	text-align:center;
	padding-top:10px;
	padding-left:0px;
	border-right:1px solid white; 
	}

div#ctoutline {
	position:absolute;
	top:4px;
	left:50px;
	width:50px;
	z-index:2;
	}


div#cantonct {
	width: 100px;
	height:35px;
	position:absolute;left:680px;top:-2px;
	z-index:1;	 
	font-size:15px;
	font-weight:normal;
	letter-spacing:1px;
	background-color:transparent;
	color:white;
	text-align:center;
	padding-top:8px;
	padding-left:0px; 
	}

div#cantonct a {
	color:white;
	text-decoration:none;
	}

div#cantonct a:hover {
	color:yellow;
	text-decoration:underline;
	}

div#footer {
	width:800px;
	height:20px;
	position:absolute;left:0px;bottom:-30px;
	z-index:1;	 
	font-size:12px;
	font-weight:normal;
	background-color:#005000;
	color:white;
	text-align:center;
	padding-top:7px;
	padding-left:0px; 
	letter-spacing:1px;
	border-right:1px solid white;
	border-bottom:1px solid white;
	}

div#footer a:link {
	color: #FFF;
	text-decoration:none;
	}

div#footer a:link:visited {
	color: #FFF;
	text-decoration:none;
	}

div#footer a:link:hover {	
	color:yellow;
	text-decoration:underline;
	}

