/*ACU WEB-EZY - Navigation Frame*/

/*GENERAL BODY ATTRIBUTES*/
BODY {
	font-size: 10pt;
	font-weight: bold;	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	background-color: #C8D9CE;
}

/*LINKS*/
A {
	color: #FFFFFF;
	text-decoration: none;
}


A:Visited {
	color: #FFFFFF;
	text-decoration: none;
}

A:Active {
	color: Black;
	text-decoration: underline;
}

A:Hover {
	color: Black;
	text-decoration: underline;
}

/*LAYOUT*/
.BlackTop {
	position: absolute;
	top: 0px;
	left:0px;
}

.crestGif {
	position: absolute;
	top: 0px;
	left: 0px;
}

.greenDot {
	position: absolute;
	top: 144px;
	left: 113px;
}

.greenDotUnder {
	position: absolute;
	top: 164px;
	left: 113px;
}

.greenDot2 {
	position: absolute;
	top: 174px;
	left: 113px;
}

.greenDotUnder2 {
	position: absolute;
	top: 194px;
	left: 113px;
}

.greenDot3 {
	position: absolute;
	top: 204px;
	left: 113px;
}

.greenDotUnder3 {
	position: absolute;
	top: 224px;
	left: 113px;
}

.greenDot4 {
	position: absolute;
	top: 234px;
	left: 113px;
}

.greenDotUnder4 {
	position: absolute;
	top: 254px;
	left: 113px;
}

.greenDot5 {
	position: absolute;
	top: 264px;
	left: 113px;
}

.greenDotUnder5 {
	position: absolute;
	top: 284px;
	left: 113px;
}

.greenDot6 {
	position: absolute;
	top: 294px;
	left: 113px;
}

.lastCorner {
	position: absolute;
	bottom: 87px;
	left: 113px;
}

.WhiteBlockLow {
	position: absolute;
	bottom: -15px;
	left: 0px;
	z-index: 0;
}

/*MENU*/
.homeGif {
	position: absolute;
	top: 149px;
	left: 3px;
}

.menuGif {
	position: absolute;
	top: 180px;
	left: 3px;
	z-index:1;
}

.noteGif {
	position: absolute;
	top: 211px;
	left: 3px;
}

.howGif {
	position: absolute;
	top: 242px;
	left: 3px;
}

.feedGif {
	position: absolute;
	top: 273px;
	left: 3px;
}


/*FOOTER*/
.webezyGif {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.copyGif {
	position: absolute;
	bottom: 0px;
	left: 12px;
