#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: inset;
	border-width: thin;
	height: auto;
}
#header {
	height: 100px;
	color: #FFFFFF;
	padding-top: 20px;
	background-image: url(images/topbackground.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000099;
}
#leftpanel {
	padding: 5px;
	float: left;
	width: 35%;
	height: auto;}
#rightpanel {
	padding: 5px;
	float: right;
	width: 60%;
	height: auto;
}
#navbar {
	padding: 10px;
	height: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666699;
	border-bottom-color: #666699;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: #CCCCCC;
}
#footer {
	background-color: #CCCCCC;
	padding: 10px;
	height: 20px;
	font-size: 8pt;
	border-top-color: #666699;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #0033ff;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.clearleftright {
	clear: both;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

