body {
	background-image: url('img/mapbg2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100vh;
}

p
{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	color: #211f20;
}

p.log
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	color: DarkBlue;
}

p.pimg
{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

p.footnote
{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: 200;
	margin-top: -25px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	color: #211f20;
}

p.form
{
	margin-bottom: 12px;
}

p.error
{
	font-size: 20px;
	margin-bottom: 0px;
	color: Red;
}

p.result
{
	font-size: 20px;
	margin-bottom: 10px;
	color: DarkBlue;
}

ul
{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	color: #211f20;
}

p.title
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 45px;
	margin-top: 0px;
	margin-bottom:30px;
	margin-left: 10px;
	margin-right: 10px;
	color: #00009b;
}

p.subtitle
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #00009b;
}

p.small
{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: #3a3739;
}

p.header
{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 50px;
	font-weight: 200;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #3a3739;
}

p.headersmall
{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 35px;
	font-weight: 200;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #3a3739;
}

p.headergc
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #3a3739;
}

p.footer
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #00009b;
}

p.menu
{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #3a3739;
}

p.menuselected
{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #00009b;
}

p.newstitle
{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	color: #00009b;
}

p.newsdate
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 0px;
	color: #00009b;
}

a
{
	text-decoration: none;
	color: DarkGreen;
}

a:hover
{
	text-decoration: underline;
	color: DarkGreen;
}

a.menu
{
	text-decoration: none;
	color: #3a3739;
}

a.menu:hover
{
	text-decoration: underline;
	color: #3a3739;
}

td.header
{
	vertical-align: bottom;
}

img
{
	border: 0px;
}

img.right
{
	float: right;
	margin: 10px;
}

input
{
	font-family: 'Architects Daughter', cursive;
	font-size: 25px;
	color: DarkBlue;
}

input.button
{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #211f20;
}

table.log
{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #d9e5ed;
}

p.pc_left
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	color: #211f20;
}

a.pc_left
{
	color: #211f20;
}

p.pc_right
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #211f20;
}

a.pc_right
{
	color: #211f20;
}

p.pc_left_dis
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	color: LightGray;
}

p.pc_right_dis
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: LightGray;
}

