body {
	background-color:	#ffffff;
	color:			#000000;

	margin:			0px;
	padding:		8px;
}

#banner {
}

#banner #logo {
	float:			left;
	margin-right:		16px;
}

#menubar {
	margin-left:			4px;
	margin-right:			4px;
	margin-top:			8px;
	margin-bottom:			4px;

	padding-left:			4px;
	padding-right:			4px;

	border-color:			#000000;
	border-width:			2px;
	border-style:			solid;

	background-color:		#474c94;

	-moz-border-radius-topleft:	4px;
	-moz-border-radius-topright:	4px;

	-moz-border-radius-bottomleft:	4px;
	-moz-border-radius-bottomright:	4px;
}

#menubar .item {
	font-weight:	bold;
	color:		#ffffff;
	padding-left:	2ex;
	padding-right:	2ex;
	font-size:	90%;
}

#menubar .separator {
	padding-left:	4px;
	padding-right:	4px;
	font-weight:	bold;
	color:		#ffffff;
	font-size:	90%;
}

#menubar a:link {
	color:			#ffffff;
	font-weight:		bold;
	text-decoration:	none;
}

#menubar a:visited {
	color:			#ffffff;
	font-weight:		bold;
	text-decoration:	none;
}

#menubar a:hover {
	color:			#ffff00;
	font-weight:		bold;
	text-decoration:	none;
}

#menubar a:active {
	color:			#ffffff;
	font-weight:		bold;
	text-decoration:	none;
}

#main {
	margin-left:	5%;
	margin-right:	5%;
	margin-top:	2em;
	margin-bottom:	2em;

	width:		90%;
	text-align:	justify;
}

.companyname {
	font-weight:	bold;
}

#copyright {
	position:	relative;
	width:		50%;
	left:		25%;
	bottom:		0px;

	text-align:	center;
	font-size:	50%;
}
