﻿body {
	background-color: #C2C5D6;
	padding: 000;
	margin: 0px;
}
#container {
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: opx;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
}
#menubar {
	height: 28px;
	background-color: #04A65F;
	margin-left: 206px;
}
#content {
	padding: 10px;
}
#header {
	height: 112px;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: middle;
}
#borderline {
	height: 5px;
	background-color: #FFFF00;
}
#logoinsert {
	float: left;
	width: 200px;
	height: 144px;
	background-image: url('images/bird.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
	background-color: #293356;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #FFFFCC;
}
.bodytext {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#spacer {
	height: 22px;
}
h1 {
	text-align: center;
	color: #0273B7;
	font-size: 16pt;
}
#bottom {
	font-size: 8pt;
	width: 800px;
	margin: 0px auto 0px auto;
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
}
