body {
  background-image: url('/images/swirl.jpg');
  background-repeat: no-repeat;
  background-color:#FFFFFF;
  background-position: 295px 125px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:120%;
  color: #555555;
}
p {   font-size:12pt;}

a:link {color: #AAAAAA; font-size:18px;   font-weight: normal; text-decoration: none; }
a:active {color: #AAAAAA; font-size:18px;   font-weight: normal; text-decoration: none; }
a:visited {color: #AAAAAA; font-size:18px; font-weight: normal; text-decoration: none;  }
a:hover {color: #000000; font-size:18px; text-decoration: none; }
.name {
    position:absolute;
    left: 325px;
    top: 75px;
    z-index: 90;
}
b{
    font-size:18px; font-weight: normal;
}
.divtop a{
  position: absolute;
  left:540px;
  top:125px;
  display: block;
  margin: 0;
  padding:0;
  width:100px;
  height:91px;
  overflow:hidden;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: url( '/images/frontleaf.gif' ) top left no-repeat;
}
.divtop a:hover{  background: url( '/images/frontleafblue.gif');  }

.divleft a{
  position: absolute;
  top: 400px;
  left: 300px;
  display: block;
  margin: 0;
  padding:0;
  width:100px;
  height:91px;
  overflow:hidden;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: url( '/images/frontleaf.gif' ) top left no-repeat;  }
.divleft a:hover{   background: url( '/images/frontleafgrn.gif');  }

.divright a{
  position: absolute;
  top: 400px;
  left:800px;
  display: block;
  margin: 0;
  padding:0;
  width:100px;
  height:91px;
  overflow:hidden;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: url( '/images/frontleaf.gif' ) top left no-repeat;
}
.divright a:hover{ background: url( '/images/frontleafppl.gif');  }

#info {
	width: 280px;
	height: 400px;
	background-color: #C0FFC0;
	position :absolute;
	left :20px;
	top : 90px;
	z-Index: 30;
	visibility: hidden;
	}
 
#support {
	width: 280px;
	height: 400px;
	background-color: #FFC0FF;
	position :absolute;
	left :20px;
	top : 90px;
	z-Index: 30;
	visibility: hidden;
	}
#network {
	width: 280px;
	height: 400px;
	background-color: #C0FFFF;
	position :absolute;
	left :20px;
	top : 90px;
	z-Index: 30;
	visibility: hidden;
	}

#site {
	width: 280px;
	height: 400px;
	background-color: #C0C0FF;
	position :absolute;
	left :20px;
	top : 90px;
	z-Index: 30;
	visibility: hidden;
	}
 
#start {
    width: 280px;
	height: 400px;
	background-color: #DDDDDD;
	position :absolute;
	left :20px;
	top : 90px;
	z-Index: 10;
	}


