body {
	background-color: #000044;
	text-align: center;
}
#logo {
	width: 337px;
	height: 153px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
#page {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#menu {
	height: 153px;
	padding-top: 20px;
	text-align: right;
	overflow: hidden;
}
.menuitem {
	display: inline-block;
	height: 28px;
	width: 180px;
	color: #ffffff;
	font-size: 14pt;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	background-color: #06266f;
	padding: 3px;
	padding-top: 7px;
	border-left: 10px solid #06266f;
	font-weight: bold;
	text-align: left;
}
.menuitem:link {
	text-decoration: none;
}
.menuitem:active {
	text-decoration: none;
}
.menuitem:hover {
	border-left: 10px solid #6c8cd5;
	text-decoration: none;
}
.menuitem:visited {
	text-decoration: none;
}
#content_box {
	width: 800px;
	background-color: #ffffff;
	position: relative;
	top: -25px;
}
#corners {
	background-image: url(corner_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 10px;
}
#right_corner {
	background-image: url(corner_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 10px;
	height: 10px;
	float: right;
}
#content {
	min-height: 100px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
	padding: 10px;
}
.pgtitle {
	font-weight: bold;
	font-size: 14pt;
	color: #06266f;
	width: 100%;
	border-bottom: 2px dotted #06266f;
}