﻿/* https://cssminifier.com/ */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	line-height: 1.6em;
}

p {
	text-align: justify;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	display: inline;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}

.menu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height:1.8em;
	padding-bottom:18px;
}
.menufooter {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ewidth {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: justify;
	width: 960px;
	text-align: left;
}

.logo {
	background: url("/images/logo.jpg") no-repeat;
	width: 960px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}

/* nice ul list */
ul.niceList {
	margin-bottom: 0pt;
	padding-left: 5px;
	line-height: 1.6em;
}

ul.niceList li {
	margin-bottom: 7pt;
	margin-left: 10px;
}

ul.niceListHome {
	margin-bottom: 0pt;
	padding-left: 5px;
	padding-left: 15px;
}

ul.niceListHome li {
	margin-bottom: 7pt;
}

/* compact nice ul list */
ul.niceListCompact, ol.niceListCompact {
	margin-bottom: 0pt;
	padding-left: 5px;
}

ul.niceListCompact li, ol.niceListCompact li {
	margin-left: 10px;
}


/* etc */
.copy
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	TEXT-ALIGN: center;
}

A:link{    COLOR: #0000ff;        TEXT-DECORATION: none}
A:visited{    COLOR: #0000ff;       TEXT-DECORATION: none;}
A:active{    COLOR: #0000ff;       TEXT-DECORATION: none;}
A:hover{    COLOR: #0000ff;       TEXT-DECORATION: underline;}

/*
	html {overflow-y: scroll;} seems to be the real version
	html {height: 100.1%;} is an older fix 2022-12-18 10:31 
	neither seem great, both feels a little better, 'not workingness' may be due to cached pages
*/
html {
	height: 100.1%;
	overflow-y: scroll;
}

/* phone landscape */
@media screen and (max-width: 940px) 
{
	/* page has to be at most this big - this is the style for the small, mobile version */
	body {
		font-size: 16px;
		margin: 15px;
		padding: 0;
	}

	p {
		text-align: left;
	}

	h1 {
		font-size: 16px;
	}

	h2 {
		font-size: 16px;
	}
	.menu {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 16px;
	}

	.ewidth {
		font-size: 16px;
		width: 99%;
	}

	.logo {
		background: url("/images/logo-600.jpg") no-repeat;
		max-width: 600px;
	}
}

/* phone portrait */
@media screen and (max-width: 640px) {
	/* page has to be at most this big - this is the style for the small, mobile version */
	body {
		font-size: 16px;
		margin: 15px;
		padding: 0;
	}

	p {
		text-align: left;
	}

	h1 {
		font-size: 16px;
	}

	h2 {
		font-size: 16px;
	}

	.menu {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 16px;
	}

	.ewidth {
		font-size: 16px;
		width: 99%;
	}

	.logo {
		background: url("/images/logo-305.jpg") no-repeat;
		max-width: 305px;
	}
}


/* phone portrait */
@media screen and (max-width: 320px) {
	/* page has to be at most this big - this is the style for the small, mobile version */
	body {
		font-size: 16px;
		margin: 15px;
		padding: 0;
	}

	p {
		text-align: left;
	}

	h1 {
		font-size: 16px;
	}

	h2 {
		font-size: 16px;
	}

	.menu {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 16px;
	}

	.ewidth {
		font-size: 16px;
		width: 99%;
	}

	.logo {
		background: url("/images/logo-280.jpg") no-repeat;
		max-width: 280px;
	}
}

/*print version*/
@media print {
	.menu, .menufooter, .donotprint {
		display: none;
	}
	body, h1, h2, .ewidth {
		font-size: 12px;
	}
}