body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#logo {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	float: left;
}

.topbar-section {
	height: 100%;
	float: left;
}

#signin {
	width: 25px;
	margin: 6px 15px;
	float: left;
}

#signin-text {
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: 10px;
	margin-right: 48px;
	float: left;
	color: black;
}

.menu-text {
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	color: black;
}

.menu-text a {
	color: black;
	text-decoration: none;
}

#menubar {
	width: 1000px;
	margin: 0 auto;
	height: 32px;
	color: black;	
}

#topbar-text {
	font-weight: bold;
	color: black;
	font-size: 90%;
	height: 100%;
	float: left;
}

#topbar-text a {
	color: black;
	float: left;
	text-decoration: none;
}

.topbar-section {
	height: 100%;
	border-left: #cccccc 1px solid;
	float: left;
}

#searchbox {
	background-color: #C9C9C9;
	border: none;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 5px 5px;
	margin-top: 6px;
	margin-left: 15px;
	float: left;
}

.magnifier {
	background-color: #C9C9C9;
	color: black;
	padding: 5px 3px 4px 3px;
	margin-top: 6px;
}

a:hover .magnifier {
	color: blue;
	text-shadow: 1px 1px 4px rgba(256,256,256, 1);
}

#redbar {
	text-transform: uppercase;
	font-size: 320%;
	width: 100%;
	height: 60px;
	background-color: #bb1919;
	color: white;
	clear: left;
}

#news {
	width: 1000px;
	margin: 0 auto;
}

#darkredbar {
	background-color: #a91717;
	height: 32px;
	color: #FFFFFF;
	clear: left;

}

#darkredbar a {
	color: white;
	text-decoration: none;
	padding: 0 14px;
	border-right: 1px indianred solid;
	float: left;
}

#darkredmenu {
	width: 1000px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 90%;
}

#content {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	clear: left;
}

#topstory-img img {
	width: 480px;
	align: top;
	float: left;
	margin: 0px 30px 30px 0px;
}

#topstory-img {
	float: left;
}

.topstory-text h1 a {
	color: #686868;
	text-decoration: none;
}

.topstory-text h1 a:hover {
	color: #1167a8;
}

.topstory-text {
	font-size: 90%;
	color: #5a5a5a;
}

.time {
	color: #686868;
	float: left;
	border-right: 1px solid #404040;
	font-size: 80%;
	padding-right: 10px;
}

.topstory-text #sectionlink {
	color: #a91717;
	font-size: 85%;
	margin-left: 10px;
}

table td {
	padding: 4px 4px 4px 0;
	width: 50%;
	font-size: 90%;
	font-weight: bold;
	vertical-align: top
}

.badge-red {
	font-size: 60%;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #a91717;
	padding: 2px 4px;
	margin-right: 5px;
}

hr {
	clear: left;
}