/* Drexel New Stardard Style */
/* ===== HEADER ===== */
#header {
	height:165px;
	background-color:#006298;
}

#logo-container {
	position:relative;
	height:134px;
	margin:0 20px;
	overflow:hidden;
}
#logo-container img {
	position:absolute;
	z-index:2;
	border:none;
}
h1#bar {
	position:absolute;
	top:78px;
	left:0px;
	height:56px;
	width:100%;
	padding:0 0 0 146px;
	margin:0 20px 0 0;
	line-height:56px;
	background-color:#07294d;
	font-family:FuturaCnd,Arial,sans-serif;
	font-size:22px;
	text-transform:uppercase;
	color:white;
	box-shadow:0 0 3px rgb(0, 0, 0);
}

/* ===== FOOTER ===== */

/* ----------- footer ----------- */

#footer {
	width:100%;
	background-color:#ffc600;
	font-family:Arial,Verdana,sans-serif;
}
#address {
	text-align:center;
	padding: 10px;
}
#address p {
	font-size:.75em;
	margin:0;
	color:#333333;
}
#address a:link, #address a:visited {
	color:#000066;
	text-decoration:none;
}
#address a:hover, #address a:focus, #address a:active {
	color:#660000;
	text-decoration:underline;
}