.harpsite {
		background-color: OldLace;
	  }

.lightBlue {
		background-color: rgb(190, 242, 255);
		border-color: rgb(0, 123, 154);
		border-style: ridge;
		border-width: 5px; 		
   	   }

td.menuItem {
		text-align: center;
		vertical-align: top;
		height: 45px;
	    }


img.floatLeft {
        	float: left;
		border-color: rgb(190, 242, 255);
		border-width: 10px;
	      }

img.menu {
		float: left;
		position: relative;
		top: -20px;
		left: -40px;
		background-color: rgb(190, 242, 255);
		border-color: rgb(0, 123, 154);
		border-style: ridge;
		border-width: 5px; 
         }

img.picRight {
			float: right;
			position: relative;
			top: 8px;
			left: 40px;
			background-color: rgb(190, 242, 255);
			border-style: ridge;
			border-width: 5px; 
		}

img.picOutRight {
			float: right;
			position: relative;
			top: 20px;
			left: 40px;
			background-color: rgb(190, 242, 255);
			border-style: ridge;
			border-width: 5px; 
		}

img.floatRight {
		 float: right;
		 border-color: rgb(190, 242, 255);
		 border-width: 10px;
	       }

