@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
	border: 0;
}
sup {
	vertical-align: top;	/* prevent line shifting */
}
body {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 27px;
	max-width: 2000px;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;	/* was "Gill Sans", "Gill Sans MT", "Myriad Pro"... */
	font-size: 16px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #2B53B0;
}
a:hover {
	text-decoration: underline;
	color: #0045E7;
}
header {
	position: relative;
	bottom: 6px;
}
header a {
	text-decoration: none;
	color: #333333;
}
header a:hover {
	color: #2B53B0;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 15px 2px;
	background-color: #333;
	color: #FFF;
	font-size: 14px;
}
.mainTitle {
	display: inline-block;
	text-align: left;
}
.mainTitle h1 {
	margin: 10px 0 -8px 2px;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
}
.mainTitle h2 {
	margin-left: 3px;
	bottom: 20px;
	text-align: center;
	font-size: 0.875em;	/* 13px */
	font-weight: normal;
	letter-spacing: 2.7px;
}
.sectionTitle {
	position: absolute;
	top: 25px;
	left: 200px;
	right: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.menu {
	position: absolute;
	right: 8px;
	bottom: 0;
}
.menu li {
	display: inline;
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: underline;
}
.notActive {
	color: #777;
}
.centered {
	text-align: center;
}
.hoverable .hover {
	display: none;
}
.hoverable:hover .normal {
	display: none;
}
.hoverable:hover .hover {
	display: inline;
}

@media (max-width: 669px) {
	body {
		margin-bottom: 18px;
	}
	.mainTitle h1 {
		font-size: 26px;
	}
	.mainTitle h2 {
		font-size: 13px;
		letter-spacing: 1.7px;
	}
	.sectionTitle {
		left: 150px;
		right: 100px;
		font-size: 14px;
	}
	.menu {
		right: 5px;
	}
	.menu li {
		margin-left: 15px;
		font-size: 14px;
	}
	footer {
		padding: 3px 0 2px 13px;
		font-size: 11px;
	}
}

@media (max-width: 415px), (max-height: 415) {
	body {
		margin-bottom: 15px;
		margin-right: 2px;
		margin-left: 2px;
	}
	.mainTitle {
		margin-top: -2px;
		margin-left: 1px;
	}
	.mainTitle h1 {
		font-size: 18px;
		margin-top: 10px;
		margin-left: 0;
	}
	.mainTitle h2 {
		font-size: 10px;
		letter-spacing: 0.75px;
		margin-top: 3px;
		margin-left: 0;
	}
	.sectionTitle {
		top: 37px;
		left: 20px;
		right: 20px;
		font-size: 14px;
	}
	.menu {
		right: 0;
		margin-right: 4px;
	}
	.menu li {
		margin-left: 20px;
		font-size: 12px;
	}
	footer {
		padding: 2px 0 2px 10px;
		font-size: 10px;
	}
}
