/* Spring Symposia */
/* Header Graphics and Text */

/* Symposium Header Graphic */
#headerGraphic {
	width: 986px;
	height: 100px;
	position: relative;
	background-image: url(images/bkgnd_page_header.jpg);
	background-repeat: no-repeat;
}

#headerProductName {
	position: absolute;
	top: 42px;
	left: 255px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
}

#headerDescription {
    display: none;
}

#headerLocationDates {
	position: absolute;
	top: 70px;
	left: 255px;
	font-size: 10px;
	color: #FFF;
}

/* Footer color */

#footer {
    background-color: #00529B;
}
