@charset "utf-8";
/* CSS Document */

#mastheadContainer,
#headerContainer,
#contentContainer,
#footer {
	margin: 0;
	padding: 0;
	width: 98%;
	background: #FFF;
	color: #000;
}

#mastheadContainer,
#headerContainer {
	height: auto;
	text-align: center;
	padding: 5px;
	background-color: #fff;
}

#headerContainer.es {
	background-image: none;
	background-color: #FFF;
	height: auto;
}

#headerContainer h1 {
	margin: 0;
	font-size: 2em;
	text-align: center;
	background-image: none;
}

#contentContainer {
	border-top: 1px solid #000000;
	font-size: 1.2em;
	display: block;
}

#content {
	float: none;
	display: block;
	width: 98%;
}

#content h2 {
	margin: 5px 0;
	font-size: 1.2em;
}

.sidePanel,
.sidePanel h2#sidePanelHeader,
.sidePanel h2#sidePanelHeader.es,
.sidePanelContent {
	background-image: none;
	color: #000;
	height: auto;
}

.sidePanel {
	margin: 0 0 0 35px;
	text-align: left;
}

.content-table {
	margin: 0;
}

.smallMap {
}

table {
	margin: 0 0 0 15px;
	border-spacing: 4px;
}

td,
th {
	margin: 0;
	padding:6px 8px;
}

th {
	border-bottom: 1px solid #555;
}

table.info-table td {
	border-bottom: 1px solid #555;
}

#footer { display: none; }

.HideOnPrint { display: none; }
.HideOnScreen { display: inline; }
