@font-face {
  font-family: "Armalite Rifle";
  src: url(files/armalite.ttf) format("truetype");
}
@font-face {
  font-family: "DimWitRight";
  src: url(files/DimWitRight.ttf) format("truetype");
}
@font-face {
  font-family: "SwingSet BB";
  src: url(files/SWINSBRG.TTF) format("truetype");
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Georgia, Times, serif;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	text-align:Center;
	color:White;
	background-color:DarkRed;
	background-image:url(graphics/concentric.png);
	background-repeat:no-repeat;
	background-position:Center;
}
#header h1, 
#header h2,
#header p {
	margin:0;
}
#header h1 {
	font-family:"Armalite Rifle", Georgia, Times, serif;
	font-size:4em;
}
#header h2 {
	font-family:"DimWitRight", Georgia, Times, serif;
	font-size:2em;
}
#header p {
	font-family:"SwingSet BB", "Comic Sans MS", cursive;
	font-size:2em;
}
#body {
	padding:10px;
	margin:50px;
	padding-bottom:90px;	/* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:90px;			/* Height of the footer */
	background:GhostWhite;
	padding:0px;			/* Prevent horizontal scrollbar */
	font-size:0.75em;
}
.footer_logo {
	float:left;
	padding:0px 10px 0px 10px;
}
/* Centered Menu Styles*/
#centeredmenu {
   float:left;
   width:100%;
   background:DarkRed;
   border-bottom:1px solid Black;
   overflow:hidden;
   position:relative;
   font-family:"SwingSet BB", "Comic Sans MS", cursive;
   font-size:2em;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:DarkRed;
   color:Gainsboro;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:DarkGray;
   color:White;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:White;
   background:Black;
   font-weight:bold;
}
/* Others */
table.timeline {
	border:1px Black solid;
}
.timelineHead {
	background-color:LightGray;
	text-align:Center;
	font-weight:Bold;
}
.timelineBody {
	border:1px Black solid;
}
