@charset "utf-8";
/* CSS Document */
html {
	padding:0;
	margin:0;
	width:100%;
}
body {
	width:99%;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#4A6867;
	color:#FFF;
}
#header, .imgFltr, #footer {
	
	display:none;
}
#mobile-header {
	background:#244;
	display:block;
	padding:5px;
}
a {
	color:#CCC;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
}
h1 {
	font-size:150%;
}
.blueBack {
	overflow:hidden;
}
ul#simple-menu {
	display:block;
	list-style-type:none;
	width:100%;
	position:relative;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	border-bottom:#333 dotted 1px;
		overflow:hidden;
}
#menu {
	overflow:hidden;
}

ul#simple-menu li.left {
	margin:0;
}
ul#simple-menu li a {
	display:block;
	color:#fff;
	background:#4A6867;
	line-height:27px;
	text-decoration:none;
	padding:5px;

}
ul#simple-menu li a.right {
	padding-right:19px;
}
ul#simple-menu li a:hover {
	background:#2E4560;
}
ul#simple-menu li a.current {
	color:#2E4560;
	background:#fff;
}
ul#simple-menu li a.current:hover {
	color:#2E4560;
	background:#fff;
}
#newsfeed {border-top:#333 dotted 2px;}