@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00497D;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	background-color: #00497D;
	width: 99%;
	text-align:left;
	position: absolute;
	left: 10px;
	top: 10px;
}
#container #header {
	display:block;
	color: #ffc000;
	background-color: #0070c0;
	border: 5px outset #FFC000;
	text-align:center;
	position: relative;
}
#container #header #headerimage {
	width: 694px;
	background-color: #0070c0;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #header .headerh3 {
	font-size: 1.2em;
	font-weight: bold;
}
#container #menu {
	clear: both;
	width: 100%;
	height: 4.8em;
}
#container #menu #menuHolder {
	text-align:center;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 80%;
	clear:both;
}
#container #roundCorner {
	background-color: #EEEEEE;
	clear: both;
	margin-right: 10%;
	margin-left: 10%;
	position: relative;
}
#container #content {
	color: #050505;
	position: relative;
	width: 100%;
}
#container #footer p {
	text-align: center;
}
.centerText {
	text-align: center;
}
.containerRoundCorner {
	background:#EEEEEE;
	margin:0 15px;
}
.rtop, .rbottom{
	display:block;
	background:#444444;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#EEEEEE;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
.clearBoth {
	clear:both
}
#container #roundCorner #content #meetingnotice {
	font-weight: bold;
	display: block;
	border: thin solid #0005CA;
	position: relative;
	padding: 10px;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#container #roundCorner #content #purpose {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#container #roundCorner #content h1 {
	margin-left: 5%;
}
