/* CSS Document */
.menuItem {
	text-align: center;
}
.header {
	font-size: xx-large;
	margin-bottom: 20px;
}
.content {
	margin-top: 60px;
	margin-bottom: 20px;
}
.footer {
	font-size:small;
}
.MenuBarHorizontal {
	width: 100%;
}
li.menuItem {
	width: 20%;	
}
.sectionHeader {
	font-size:larger;
	font-weight:bold;
}
.documentLink {
	margin-bottom: 20px;
}
body {
	background-color: #EEE;
}
