/*
Used to change the entire background.
Comment out to revert back to original.
*/
body {
	
  	/*background-image:url(../images/takeovers/ej12bg.bmp);
	background-repeat:repeat-x;*/
	/*background-color:#45426F;*/
}

/*
Use this element (div) to push the current site's content down
the page. The bigger this div's height, the further down
the site's content will move.
*/
#pushheader {
	height: 20px;
	position:relative;
	top:0px;
	left:50%;
	width:700px;
	margin-left:-350px;
	/*background-image: url(../images/takeovers/ej12.bmp);
	background-repeat:no-repeat;
	display: none;*/
}

.navFooter {
	/*background-color:#BFD9FF;
	padding:4px;*/
}

.navFooter a:link 	{
	color:#FFFFCC;
	text-decoration: underline;
}

.navFooter a:visited {color:#FFFFCC; text-decoration: underline;}
.navFooter a:active { color:#FFFFCC; text-decoration: underline; }
.navFooter a:hover { color:#FFFFCC; text-decoration: underline; }
