.header {
	background-image: url(../top.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
}
.leftback {
	background-image: url(../leftback.jpg);
	background-repeat: repeat;
}
.rightside {
	background-image: url(../rightside.jpg);
	background-repeat: repeat;
}
.footer {
	background-image: url(../bottom.jpg);
	background-repeat: no-repeat;
	background-position: 22px 0px;
}
.navmenu {
	background-image: url(../Navmenu.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-style: italic;
}
.navmenu2 {
	position: fixed;
	cursor: crosshair;
	top: 10ex;
	left: 10ex;
	height: 100%;
	width: 100%;
}
.menutext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.activity {
	font-family: "Times New Roman", Times, serif;
}
.activity a:hover img{
	position: relative;
	height: 135px;
	width: 180px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	visibility: visible;
	z-index: 1;
}
.navmenu a:hover {
	color: #999999;
}
.activity a span {
	display: none;
}
.activity a:hover span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	position: static;
	font-weight: bold;
	background-color: 003366;
	border-top: thin none #000000;
	border-right: thin double #000000;
	border-bottom: thin double #000000;
	border-left: thin double #000000;
	z-index: 100;
}
.activity a {
	text-decoration: none;
}
.activity img {
	height: 68px;
	width: 80px;
}

