/* CSS for the Land of Nod header and footer */

.contestnav {
	background: #d9eafd; 
	width: 100%; 
	height: 30px; 
	text-align: left;
	font-family: Verdana;
}
.contestnav a img {
	border: 0;
	text-decoration: none;
	}

.contestnavitem {
	margin-left:1%;
	margin-right:1%;
	color: #0878d7;
	font-weight: normal;
	position: relative;
	top: 5px;
	display: inline;
	float: left;
	text-align: center;
	}
	
.contestnavitem a:link {
	color: #0878d7;
	text-decoration: none;
	}

.contestnavitem a:visited {
	color: #0878d7;
	text-decoration: none;
	}

.contestnavitem a:hover {
	color: #0878d7;
	font-weight: bold;
	text-decoration: none;
	}

.contestnavpipe {
	position: relative;
	top: 5px;
	color: #0878d7;
	font-weight: bold;
	display: inline;
	float: left;
	}
	
.brandlogo {
	margin-bottom:10px;
	margin-left:5px;
	padding-top:7px;
	}

.headerad:link {
	color:#D00300;
	font-size:22px;
	left:15px;
	position:absolute;
	text-decoration:none;
	top:15px;
}

.headerad:hover {
	text-decoration:underline;
}

.enter_btn_fill {
	background-color: #0878d7;
	text-align: center;
}

.enter_btn a:link {
	color: #ffffff;
	text-decoration: none;
}

.enter_btn a:visited {
	color: #ffffff;
	text-decoration: none;
}

.enter_btn a:hover {
	color: #ffffff;
	text-decoration: none;
}


