body{
	width:100%;
	background-color:#CCC;
	padding:0px;
	margin:0px;
}
hr{
	width:80%;
	color:#CCC;
}
#stage{
	display:flex;
	position:relative;
	width:98%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#CCC;
    font-family: sans-serif;
    text-align:center;
}
#L{
	display:flex;
	width:18%;
	height:inherit;
	float:left;
	background-color:#003;
}
#C{
	width:60%;
	min-height:900px;
	height:auto;
	float:left;
	background-color:#FFF;
}
#C a{
	text-decoration:none;
}
#R{
	width:18%;
	height:inherit;
	float:left;
	background-color:#003;
}
#redstripe{
	height:inherit;
	width:.5%;
	background-color:#F00;
}
#whitestripe{
	height:inherit;
	width:.5%;
	background-color:#FFF;
}
#bluestripe{
	height:inherit;
	width:1%;
	background-color:#00A;
}
#banner{
	width:100%;
	height:100px;
	background-image: url("../images/federal_news_hub.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    border-bottom:solid 1px #000;
}
#site{
	margin:0px 0px 20px 0px;
	padding:0px;
	width:100%;
	background-color:#CCC;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	color:#F00;
}
#article{
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
	padding-bottom:50px;
}
#article h1{
	text-align:center;
}
#article h3{
	text-align:left;
}
#article img{
	margin-bottom:20px;
	border:solid 1px #000;
	width:100%;
}
#article .timeandplace{
	font-weight:bold;
	font-style:italic;
	text-align:left;
	font-size:20px;
}
#article .author{
	font-size:20px;
	text-align:left;
	margin-bottom:40px;
}
#article .share{
	width:100%;
	font-size:12px;
	text-align:right;
	margin-top:40px;
}
#prev{
	float:left;
	width:40%;
	height:60px;
	text-align:right;
}
#prev a{
	color:#F00;
	font-size:24px;
}
#pagination{
	float:left;
	width:20%;
	height:60px;
	font-size:24px;
	color:#666;
}
#pagination a{
	font-size:24px;
	color:#000;
}
#next{
	float:left;
	width:40%;
	height:60px;
	text-align:left;
}
#next a{
	color:#00F;
	font-size:24px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #000;
	width:98%;
    font-family: sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-size:1vw;
	background-color:#CCC;
}
#footer h1{
	font-weight:bold;
	font-size:1.25vw;
}
#bug{
	float:left;
	width:100%;
	height:60px;
	background-image: url("../images/bb.png");
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	margin-bottom:20px;
}