body {
	background: #789;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Lucida Grande, Arial, Verdana, sans-serif;
}

.icenter p {
	font-size: 12px;
}


#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


#header h1 {
	padding: 0;
	margin: 0;
	font-size: 54px;
	white-space: nowrap;
	color: white;
	display: inline;
	padding: 5px;
	margin: 0px;
	letter-spacing: 0.25em;
	text-shadow: 1px 1px 2px #000;
}

#header h4 {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	border-top: 1px solid white;
	text-align: right;
	background: #657482;
	text-shadow: 1px 1px 2px #000;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	padding: 120px 15px 15px 15px;
}

#menu a {
	width: 100%;
	background: #657482;
	border-bottom: 1px solid black;
	border-top: 1px solid #bba;
	padding: 2px;
	margin: 2px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}

#menu a:hover {
	background: #89a;
}

#menu p {
	text-align: center;
	margin-top: 0;
}


img {
	border: 0;
}

.icenter {
	text-align: center;
}

.noborder {
	border: none;
}

a {
	color: white;
	text-decoration: none;
}

#content {
	position: relative;
	margin: 120px 20px 20px 180px;

	background: #657482;
	padding: 1em;
	border-bottom: 2px solid black;
	border-radius: 0.5em;
}

#content a:hover {
	text-decoration: underline;
}

.menuTitle {
	color: white;
	margin: 1em;
}

.subMenu {
	border-bottom: 1px solid white;
	padding: 0.25em;
	margin: 0;
}

.subMenu a {
	padding: 0.25em;
	background: #456472;
}

table td {
	background: #8f9398;
	padding: 0.25em;
}

table.imgPage td {
	text-align: center;
}

table th {
	text-align: center;
	background: #8f9398;
	border-bottom: solid 1px black;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	background: #b6b8b8;
	padding: 0.25em;
	padding-left: 1em;
	border-bottom: 1px solid black;
	color: white;
	text-shadow: 1px 1px 2px #000;
	border-radius: 0.4em;
}
