html {
	font-size: 100%;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.5;
}

a {
	color: #0d1fa7;
}

img {
	border: 0;
}

ul {
	list-style-type: square;
}

#wrapper {
	margin: auto;
	width: 53.571em;
}

#navBar {
	margin-bottom: 2em;
}

#navBar img {
	float: left;
	margin: 0;
	padding: 0;
}

#mainContent {
	clear: both;
}

.stripe {
	clear: both;
	height: 1.5em;
}

.smallerStripe {
	clear: both;
	height: 0.5em;
}

.smallestStripe {
	clear: both;
	height: 0.25em;
}

.blue {
	background-color: #0d1fa7;
}

.grey {
	background-color: #808080;
}

#copyright {
	text-align: center;
	margin-top: 1em;
}