/*CSS for Cover Page*/

DIV#cover {
	width:555px;
	height:375px;
	margin-left:255px;
	background-position:center;
	background-repeat:no-repeat;
}
DIV#cover #coverMask {
	z-index:555;
	position:absolute;
}
DIV#cover #coverLinks {
	z-index:666;
	position:absolute;
	top:255px;
	color:#fff;
	font-size:1.1em;
}
#coverLinks UL {
	margin:0px;
	margin-left:40px;
	padding:0px;
}
#coverLinks UL LI {
	list-style:none;
	padding-bottom:15px;
}
#cover #coverHeadLine {
	z-index:666;
	position:absolute;
	top:250px;
	padding-left:170px;
	width:345px;
	color:#fff;
	font-size:2.2em;
	text-align:right;
}
DIV#cover A {
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}
DIV#cover A:hover {
	text-decoration:none;
	color:#ffa200;
}

DIV#sponsorPopUp A {
	color:#333;
}
