body {
	background: url(menu_help_graphics/menu_mfl.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#moduletitle {
	color: White;
	position: absolute;
	top: 53px;
	left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#sectiontitle
{
	position : absolute;
	top : 55px;
	left : 330px;
	width: 480px;
	text-align : right;
	color : white;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	width: 450px; 
}

#copyright {
	position: absolute;
	top: 510px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
}

a.con {
	z-index: 1;
}

a.menu {
	z-index: 2;
}

/*set whole page as an invisible link*/
a.con {
	background-color: transparent;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 540px;
	text-decoration: none;
	cursor: default;
}

a.con:link,a.con:visited,a.con:hover,a.con:active {
 background-image: url(no-pic.jpg);
 }

a.con:hover {
	border: none;
}

/*set span for whole page as visible only when hovering over page*/
a.con span {
	display: none;
}

a.con:hover span {
	color: black;
	font-weight: normal;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	top: 123px;
	left: 580px;
	width: 170px;
	height: 150px;
	border: none;
}

/*menu links - when mouse is over these, con link is in inactive state*/
a.menu:link,a.menu:visited,a.menu:hover,a.menu:active {
	background-color: white;
	border: 1px solid black;
	color: #617AB2;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
	text-align: left;
	padding: 4px 6px 4px 6px;
}

a.menu:hover {
	color: red;	
}

/*menu link rollover text visible when mouse over*/
a.menu span {
	display: none;
}

a.menu:hover span {
	color: black;
	font-weight: normal;
	display: block;
}

/*Acknowledgement link */
a.ack {
	position: absolute;
	z-index: 50;
	top: 520px;
	left: 660px;
	display: block;
}

a.ack:link,a.ack:visited,a.ack:hover,a.ack:active {
	color: Blue;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.ack:visited {
	color: purple;
}

a.ack:hover {
	color: red;
	border: none;
}

a.ack span {
	display: none;
}

a.ack:hover span {
	color: black;
	font-weight: normal;
	display: block;
}

/*Disclaimer link */
a.disc {
	position: absolute;
	z-index: 50;
	top: 520px;
	left: 515px;
	display: block;
}

a.disc:link,a.disc:visited,a.disc:hover,a.disc:active {
	color: Blue;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.disc:visited {
	color: purple;
}

a.disc:hover {
	color: red;
	border: none;
}

a.disc span {
	display: none;
}

a.disc:hover span {
	color: black;
	font-weight: normal;
	display: block;
}

/* Ids to position each of the menu links */
#one {
	position: absolute;
	top: 180px;
	left: 20px;
}

#two {
	position: absolute;	
	top: 310px;
	left: 130px;
}

#three {
	position: absolute;
	top: 440px;
	left: 200px;
}

#four {
	position: absolute;
	top: 320px;
	left: 435px;
}

#five {
 	position: absolute;
	top: 460px;
	left: 560px;	
}

/* Ids to position the span tags*/
#a {
	position: absolute;
	top: -85px;
	left: 560px;
	width: 170px;
}

#b {
	position: absolute;
	top: -215px;
	left: 450px;
	width: 170px;
}

#c {
	position: absolute;
	top: -345px;
	left: 380px;	
	width: 170px;	
}

#d {
	position: absolute;
	top: -225px;
	left: 145px;	
	width: 170px;	
}

#e {
	position: absolute;
	top: -365px;
	left: 20px;	
	width: 170px;
}

#f {
	position: absolute;
	top: -398px;
	left: -80px;
	width: 170px;
}

#g {
	position: absolute;
	top: -398px;
	left: 65px;
	width: 170px;
}


b {
	text-decoration: underline;
}

#instructions {
	position: absolute;
	top: 88px;
	left: 28px;
	width: 450px;
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

/*div to hide the rollover text from IE when you move mouse over roll over box.*/ 
* html #invis {
	position: absolute;
	width: 192px;
	height: 255px;
	top: 90px;
	left: 569px;
	background: transparent url(nopic2.jpg);
	z-index: 100;

}