@charset "UTF-8";
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #3D79C1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodySection {
	text-align: center;
}
.listSection {
	text-align: left;
}
.listSection {
	position:relative;
}
.headTitle {
	background-color: #C2AF74;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
a {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.listSection, .bodySection {
	display: inline-block;
	width: 45%;
	vertical-align:text-top;
}
.navBar ul {
	list-style-type:none;
}
.navBar li {
	display:inline-block;
}
.navBar a:link, .navBar a:visited {
	background-color:antiquewhite;
	padding: 10px;
	width: 35px;
	}
	.navBar a:hover {
		background-color:aqua;
	}
	
