body {
	background-color:#E0E0E0;
	/* font-family: "lucida grande", tahoma, verdana, arial, sans-serif; */
	/* font-family: "arial", tahoma, verdana, arial, sans-serif;         */
	font-family: "arial", tahoma, verdana, arial, sans-serif;
	font-size: 13px;
}

body a {
	text-decoration:none;
	color:blue;
}

		body a:hover {
			text-decoration:underline;
		}

.header {
	background:white;
	width:100%; 
	padding-top:-5px;
}

div.navEp {
		background:white;
		color:black;
}
		
div.navEp a {
		text-decoration:none;
		color:black;
}
		.navEp a:hover {
			background:#E0E0E0;
			color:black;
			text-decoration:underline;
		}

div.navChar {
		background:white;
		color:black;
}
		
div.navChar a {
		text-decoration:none;
		color:black;
}
		.navChar a:hover {
			background:#E0E0E0;
			color:black;
			text-decoration:underline;
		}

div#footer {
	text-align:center;
	color:black;
}

div.epHeader {
	font-weight:bold;
}

div.quote {
	/* background:#E0E0E0; */
	border:solid;
	border-width:thin;
	padding:5px;
	border-color:silver;
}

div.DSblock {
	/* background:#E0E0E0; */
	border:solid;
	border-width:thin;
	padding:5px;
	border-color:black;
}

div#mainPage a {
	text-decoration:none;
	color: blue;
}

		#mainPage a:hover {
			background:#E0E0E0;
			color:blue;
			text-decoration:underline;
		}

tr.tableBanner {
	padding-top:15px;
}
	
div.polls {
	float:left;
	position:relative;
	margin:3px;}
	
div.update {
	border:solid;
	border-width:thin;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	border-color:silver;
}

div.epPoll {
	float:right;
	position:relative;
}

div.theDate {
	/*color:red;*/
	font-weight:bold;}
	
div.test {
	float:right;
}

div.oqLogo {
	float:right;
}

div.googleStuff {
	float:right;
}

div.facebook {
	border:solid;
	border-width:thin;
	padding:2px;
	border-color:silver;
	width:255px;
}