/*
 * global classes and IDs
 */
#container {
	margin: 0px;
	padding: 0px;
}
#bannerBar {
	width: 100%;
	clear: both;
}
#menuBar {
	width: 100%;
	clear: both;
}
#menuList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
#menuList li {
	display: inline;
}
#menuList li a {
	float: left;
	padding: 0.2em 1em;
	font-weight: bold;
	text-decoration: none;
}
.subMenuList {
	display: none;
}
#bodyContent {
	clear: both;
}
#guestBar {
	font-size: 80%;
	padding-left: 5px;
}
#content { /* holds main page content */
	margin: 5px 2%;
}
#recentUpdatesBar {
	float: right;
	width: 180px;
}
#recentUpdatesBar ul {
	padding-left: 0px;
	margin-left: 15px;
}
#copyrightNotice {
	text-align: center;
	color: #aaa;
	font-family: sans-serif;
	font-size: 8pt;
}
/*
 * misc. other stuff
 */
body {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
}
h1 { /* page titles */
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #505863;
	padding: 3px;
	margin-top: 0px;
}
