html,body {
	background: #fff;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

div#top {
	height: 39px;
	line-height:39px;
	font-size:1.5em;
	border-bottom: 1px solid #517A84;
}

div#menu {
	margin: 10px 5px 10px 5px;
	background: #fff;
}

	div#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	div#menu ul li {
		margin: 1px;
		background: #fff;
	}
	
	div#menu ul li a {
		color: #000;
		text-decoration: none;
	}
	
	div#menu ul li a:hover, div#menu ul li a:focus, div#menu ul li a:active {
		background: #00256B;
		color: #fff;
	}

div#content {
	background: #fff;
	color: #000;
	margin: 10px 5px 10px 5px;
}

	div#content h1 {
		font-size: 120%;
		margin: 0;
		padding: 0;
	}
	
	div#content h2 {
		font-size:110%;
		margin:0;
		padding:0;
	}
	
	div#content h3 {
		font-size:100%;
		margin:0;
		padding:0;
	}
	
	div#content p a {
		background: #fff;
		color: #000;
		text-decoration: underline;
	}
	
	div#content p a:hover, div#content p a:focus, div#content p a:active {
		background: #00256B;
		color: #fff;
	}

.breakingnews {
	font-size: 80%!important;
	border-bottom: 10px solid #FFF;
	margin: 0;
	padding: 0;
	font-style: normal;
}

	.breakingnews a{
		background: #fff;
		color: #000;
		text-decoration: underline;
	}
	
#leaderboard {
	margin-top: 5px;
	float: left;
	width: 475px;
	line-height: auto;
}

#leaderboard p {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.4em;
	color: #000;
	font-weight:bold;
}

#leaderboard acronym {
	color: #517A84;
}

.classification {
	width: 180px;
}

.dtf {
	width:57px; 
}

div#footer{
	clear: both;
	padding:5px;
	border-top: 1px solid #517A84;
	}

	div#footer div{
		border-bottom:3px solid #6EC8E0;
		border-left:5px solid #6EC8E0;
		border-right:5px solid #6EC8E0;
		border-top:3px solid #6EC8E0;
		}

	div#footer a{
		text-decoration:underline;
		}

	div#footer ul.menu{
		list-style-type:none;
		margin:0;
		padding:0;
		}

	div#footer ul.menu li a{
		text-decoration:underline;
		}

	div#footer ul.menu li a:hover,div#footer ul.menu li a:focus,div#footer ul.menu li a:active{
		background:#00256B;
		color:#fff;
		}

.clear {
	clear: both;
}