@charset "UTF-8";
/* CSS Document */

.topnavshell {
	background-color: #2042a5;
}
a {
	color: #348;
}
a:hover, a:focus {
	color: #125;
	text-decoration: underline;
}
a.sidetop {
	display: block;
	background-image: url(Goals/images/topx.jpg);
	height: 29px;
	width: 176px;
	text-decoration: none;
}
a.side1 {
	display: block;
	background-image: url(Goals/images/1_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side2 {
	display: block;
	background-image: url(Goals/images/2_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side3 {
	display: block;
	background-image: url(Goals/images/3_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side4 {
	display: block;
	background-image: url(Goals/images/4_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side5 {
	display: block;
	background-image: url(Goals/images/5_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.side6 {
	display: block;
	background-image: url(Goals/images/6_x.jpg);
	height: 20px;
	width: 176px;
	text-decoration: none;
}
a.sidebottom {
	display: block;
	background-image: url(Goals/images/bottomx.jpg);
	height: 34px;
	width: 176px;
	text-decoration: none;
}
a:hover {
	background-position: -176px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

