BODY {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-image : url(Images/GreenWater2.jpg);
	color : Yellow;
	font : papyrus;
}

A:HOVER {
	color : Yellow;
}

A:VISITED {
	color:#FFCC33;
	}

A .grey{
	color : Black;
}

A:LINK.grey {
	color : Black;
}

A:VISITED.grey {
	color : Black;
}

A:HOVER.grey {
	color:#FF9933;
	}

P.Zero {
	margin-left : 0px;
	margin-right : 0px;
}


P {
	text-align : left;
	padding-left : 5px;
	font-weight : bold;
	font : papyrus;
	padding-right : 5px;
}

P.center  {
	color : Black;
	text-align: center;
}

DIV.top {
	margin-top : 0px;
	padding-top : 0px;
}

DIV.menu {
float: left;
width: 120px;
}

DIV.spacer {
  clear: both;
}

DIV.content {
width : 80%;
float : left;
}

DIV.block {
clear: both;
}

/*
*This Class will keep images to the left and wrap text to the right.
*/

IMG.left {
	float: left;
	margin-right : 15px;
	margin-bottom : 15px;
	margin-left : 5px;
}

IMG.left0 {
	float: left;
	margin-right : 15px;
	margin-bottom : 15px;
	margin-left : 0px;
}

/*
*This Class will keep images to the right and wrap text to the left.
*/

IMG.right {
	float:right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right : 15px;
}

IMG.right0 {
	float:right;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right : 0px;
}