#coverPage{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	border: thick solid #AAAAAA;
	overflow: hidden;
	visibility: visible;
	z-index: 5;
	height: 800px;
	width: 940px;
    top: 5px;
	bottom: 10px;
	/*left: 12px;
	right: 10px;*/
	background-color: #000000;
}

#coverImage
{
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 479px;
	width: 600px;
	left: 170px;
	top: 75px;
	background-image: url(../artifacts/images/backgrounds/cover.jpg);
	background-repeat: no-repeat;
}

#description{
	visibility: hidden;
}

#version{
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 90px;
	width: 100px;
	right: 0px;
	top: 400px;
}


#nsfBar{
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 575px;
	left: 170px;
	right: 170px;
	height: 200px;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	font-style: oblique;
	color: #FFFFFF;
	z-index: 15;
}


#nsfAcknowledgment{
     /* The id of the div used for the NSF acknowledgment.*/
	overflow: hidden;
	visibility: hidden;
	z-index: 30;
	position: absolute;
	left: 30px;
	right: 30px;
	height: auto;
	padding: 0px;
	text-align: left;
	font-style: oblique;
	font-weight:100;
	color: #009900;
	border: thick;
	border-color: #FFFFFF;
}

#nsfLogoBox{
     /* The id of the div used for the NSF logo.*/
	overflow: hidden;
	visibility: visible;
	z-index: 30;
	position: absolute;
	left: 30px;
	right: 30px;
	height: auto;
	padding: 0px;
	text-align: left;
	font-style: oblique;
	font-weight:100;
	color: #009900;
	border: thick;
	border-color: #FFFFFF;
}

#nsfLogo{
    visibility: visible;
}
 
#copyright{
    /* The id of the div used for the copyright notice, which itself appears in the
       various templates, and hence in all of the content pages. */
    border: none;
	overflow: hidden;
	visibility: visible;
	z-index: 30;
	bottom: 10px;
	position: absolute;
	right: 170px;
	text-align: right;
	font-style: oblique;
	font-weight:100;
	color:#AAAAAA;
}
   
/*
#coverNavigation{
	right: 200px;
	position:absolute;
	bottom:5px;
	top: 480px;
	visibility: visible;
	font-size: 36px;
	text-align: right;
	font-style: oblique;
	z-index: 15;
}

*/

.linkStyle{
    text-decoration:none;
	color:#0000FF;
}		

