 General CSS 
body {background-color: white;}

ul{list-style-image: url('arrow.gif')}

.header {
	position: absolute;
	top: 5px;
	left: 45px;
	width: 600px;
	height: 60px;
	}
hr.header2 {
	position: absolute;
	width: 700px;
	top: 90px;
	left: 15px;
	color: #94BEBD;
	border-width: 4px;
	}
hr.header3 {
	position: absolute;
	width: 700px;
	top: 94px;
	left: 15px;
	color: #94BEBa;
	border-width: 4px;
	}
.tableboarder {
	border: #157359;
	}
.TableBackground {
	background-color: #C8EAD0;
	}

a:hover {background-color: yellow;
		 color: black;
		 }		
		}
/*/ The Tool division /*/
.tool {position: absolute;
		top: 50px;
		left: 25px;
		z-index: 1;
		}
/*/   Other DIVs    /*/
div.box1 { position: absolute;
		top: 50px;
		left: 330px;
		width: 180px;
		height: 180px;
		text-align: center;
		vertical-align: center;
		}

