.splash {
	background-color: #FFFFFF;
}
.top {
	background-image: url(../i/bg_top.jpg);
	background-repeat: repeat-x;
}
.bottom {
	background-image: url(../i/bg_bot.jpg);
	background-repeat: repeat-x;
}
.frame {
	height: 430px;
	width: 750px;
	border: 1px solid #D8D8D8;



}

td.navOff {
	background-color:#F3F1F4;
	color:#99CCFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 174px;
	width: 268px;
	border: 1px solid #999999;
	margin-top: 5px;
	line-height: 1px;


}
td.navOn {
	background-color:#D8E0F5;
	color:#003366;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	cursor:hand;
	height: 174px;
	width: 268px;
	border: 1px solid #999999;
	margin-top: 5px;
	line-height: 1px;


}
}
.rollovertable {
	height: 174px;
	width: 544px;
	vertical-align: bottom;
	text-align: bottom;

}
.rollovertable2 {
vertical-align: bottom;
}

#box a {
   ...
   background: url("button.gif") top left no-repeat;
   ...
   }
#box a:hover {
   ...
   background-image: url("button-over.gif");
   ...
   }
