﻿#header	{
	margin:0 auto;
	width:100%;
	height:250px;
	background-image:url('../images/tower.png');
	background-position:left top;
	background-repeat:no-repeat;
}
#header ul	{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}
#header li	{
	display:inline-block;
	font-family: "Roboto", sans-serif;
/*	font-family:Arial, Helvetica, sans-serif;*/
}
#header ul li a	{
	display:block;
	width:150px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	background-color:#EF8C05; /*light blue --> updated to Helios Orange */
	text-decoration:none;
	color:#FFFFFF;
}
#header ul li a:hover,a:focus	{
	background-color:#ff9300; /* orange-pink --> updated to bright HPS Orange*/
}
#footer {
	margin:auto;
	font-family: "Roboto", sans-serif;
/*	font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal;*/
	font-size: 26px;
}
#footer p {
	margin-top:0;
	margin-bottom:1.3em;
	text-align:center;
	font-size:50%;
}
#footer a { 
	color:#0000FF;
}
#footer a:hover, a:focus { 
	background-color:#FF8080;
	color:#FFFFFF
}
#footer table {
	font-size:0.7em
}
