body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	background-position: center top;
	background-image: url(images/panorama.jpg);
	background-repeat: no-repeat;
	padding-top: 75px;
}
#headttl {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #074CFC;
	margin-top: 75px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maintxt {
	margin-right: 40px;
	margin-left: 40px;
}
#nav {
	text-align: center;
	margin: 15px;
	font-size: 90%;
	font-weight: bold;
	background-color: #EAEAEA;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
.errstyle {
	color: #FF0000;
}

.newsnote {
	background-color: #DDF5FF;
	width: 70%;
	padding: 5px 10px;
	font-size: 90%;
	margin: auto;
}
