/* all screens */	
@media screen {
		body {
			background-color: white;
			color: black;
		}

		.lsmasthead {
			display: table;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1;
			height: 4.5em;
			line-height: 4.5em;
			width: 100%;
			margin: 0 0 0 0.75em;
			background-color: white;
			color: black;
			font-family: Palatino, "Times New Roman", Times, serif;
			font-size: 1.1em;
			font-style: italic;
			font-weight: normal;
		}

		img {
			float: left;
			padding-left: 0.15em;
		}

		#mast {
			display: table-cell;
			line-height: normal;
			vertical-align: middle;
			text-align: left;
			padding: 0 0.4em 0 0.1em;
		}

		.main {
			margin: 0.25em;
		}

		.mainnav {
			position: fixed;
			top: 5em;
			left: 0.4em;
			height: 100%;
			height: -moz-calc(100% - 6.25em);
			height: -webkit-calc(100% - 6.25em);
			height: calc(100% - 6.25em);
			width: 15em;
			overflow: auto;
		}

		.section {
			font-family: "Times New Roman", Times, serif;
			font-size: 1em;
			position: relative;
			top: 4em;
			left: 15em;
			height: 90vh; /* browsers not supporting calc() */
			height: -moz-calc(100vh - 5em);
			height: -webkit-calc(100vh - 5em);
			height: calc(100vh - 5em);
			width: 80vw; /* browsers not supporting calc() */
			width: -moz-calc(100vw - 18em);
			width: -webkit-calc(100vw - 18em);
			width: calc(100vw - 18em);
			overflow: auto;
			padding: 0 0.875em 0 0.4em;
		}
		
		.section a:link {
			text-decoration: underline;
			color: blue;
		}
		
		.section a:visited {
			text-decoration: underline;
			color: #b300b3;
		}
		
		h1 {
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.35em;
			font-weight: normal;
		}

		h2 {
			color: #0404b4;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.25em;
			font-weight: normal;
			margin: 1em 0 -0.5em 0;
		}

		h3 {
			color: #0040ff;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.125em;
			font-weight: normal;
			margin: 1em 0 -0.75em 0;
		}

		ul {
			white-space: nowrap;
			list-style-type: none;
			margin: 0;
			padding-left: 0;
			border-top: 0.125em solid #cccccc;
			font-size: 1em;
			font-weight: bold;
			background-color: #ffff99;
			text-decoration: none;
		}

		li {
			margin-bottom: -0.175em;
			padding-bottom: 0.125em;
			height: 2.2em;
			border-top: 0.125em solid #cccccc;
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: normal;
		}

		li a {
			display: block;
			padding: .5em;
			background-color: #ffff99;
			color: black;
			text-decoration: none;
		}

		li a:visited {
			color: black;
		}

		li a:hover {
			background-color: #555;
			color: white;
		}

		li a:active {
			background-color: white;
			color: black;
		}

		ul li {
			opacity: 1;            
			overflow: hidden;
			text-decoration: none;
		}

		ul li:first-child {
			border-top: 0;
		}

		ul li:last-child {
			border-bottom: 0.125em solid #cccccc;
		}

		ul li:target {
			height: auto;
			text-decoration: none;
		}

		ul li ul {
			border-top: 0;
			border-left: 0.625em solid #cccccc;
			opacity: 1;
			padding-left: 0;
			text-decoration: none;
		}

		ul li:target ul{
			opacity: 1;            
			text-decoration: none;
		}

		.currentlink {
			display: block;
			height: 1.4em;
			padding: 0.5em;
			border-top: 0.125em solid #cccccc;
			background-color: #999999;
			color: #FFFFFF;
			text-decoration: none;
		}

		.currentlink:hover {
			display: block;
			height: 1.4em;
			padding: 0.5em;
			background-color: #999999;
			color: #FFFFFF;
			text-decoration: none;
			cursor: default;
		}

		.showsubmenu {
			background-color: #ffff99;
			color: black;
			height: auto;
		}

		.showsubmenu a {
			background-color: #ffff99;
			color: black;
		}

		.showsubmenu a:hover {
			background-color: #ffff99;
			color: black;
			cursor: default;
		}

		.submenu {
			height: auto;
			cursor: pointer;
		}

		.submenu a {
			background-color: #ffff99;
			color: black;
			cursor: pointer;
		}

		.submenu a:hover {
			background-color: #555;
			color: white;
			cursor: pointer;
		}

		.submenu a:active {
			background-color: white;
			color: black;
		}

		ol {
			list-style-type: none;
			padding-left: 1em;
		}

		ol li {
			list-style-type: none;
			font-family: "Times New Roman", Times, serif;
			font-size: 1em;
			border: 0;
			height: auto;
			width: 95%;
			margin: 0 0 0.5em 0;
		}

		.error {
			color: #FF0000;
		}

		.search {
			position: fixed;
			vertical-align:top;
			top: 3.35em;
			right: 1.8em;
			z-index: 3;
		}
		
		.h2indent {
			padding-left: 0.5em;
		}

		.h3indent {
			padding-left: 1em;
		}
		.lsnavbar {
			display: block;
			position: fixed;
			top: 3.125em; 
			left: 17.6em;
			width: 80%; /* browsers not supporting calc() */
			width: -moz-calc(100% - 19.1em);
			width: -webkit-calc(100% - 19.1em);
			width: calc(100% - 19.1em);
			height: 2em;
			z-index: 2;
			background-color: white;
			border-bottom-style: groove;
			border-bottom-color: yellow;
			border-bottom-width: thick;
			color: black;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			text-decoration: none;
			text-align: right;
		}

		.lsnavbar a {
			text-decoration: none;
			padding: 0.4em 0 0.4em 0;
			vertical-align: middle;
		}

		.lsnavbar a:link {
			text-decoration: none;
			color: black;
		}

		.lsnavbar a:visited {
			text-decoration: none;
			color: black;
		}

		.lsnavbar a:hover {
			background-color: #ffff99;
		}
		
		.topprevnext {
			display: block;
			position: fixed; 
			top: 0.4em;
			right: 1.25em;
			width: 93%; /* browsers not supporting calc() */
			width: -moz-calc(100% - 5.25em);
			width: -webkit-calc(100% - 5.25em);
			width: calc(100% - 5.25em);
			text-decoration: none;
			text-align: right;
		}

		.iframe {
			width: 100%;
			height: 2440px; 

		}
		
		.iframeblock {
			display: inline-block;
			position: relative;
			bottom: 33px;
			left: 0;
			height: 28px; 
			width: 100.2%;
			margin-bottom: 1em;
			background-color: #999;
		}

		.footer {
			color: black;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			text-decoration: none;
			text-align: right;
		}

		.footnavbar {
			height: 2em;
			margin-left: -0.4em;
			padding-right: 0;
			background-color: white;
			border-bottom-style: groove;
			border-bottom-color: yellow;
			border-bottom-width: thick;
		}

		.footnavbar a {
			text-decoration: none;
			padding: 0.4em 0 0.4em 0;
			vertical-align: middle;
		}

		.footnavbar a:link {
			text-decoration: none;
			color: black;
		}

		.footnavbar a:visited {
			text-decoration: none;
			color: black;
		}

		.footnavbar a:hover {
			background-color: #ffff99;
		}
		
		.footprevnext {
			display: block;
			text-decoration: none;
			text-align: right;
		}

		input[type="submit"]:hover {
			background-color: #ffff99;
		}
		
		input[type="reset"]:hover {
			background-color: #ffff99;
		}

		.checkboxer {
			display: none; 
			position: absolute; 
			left: -10000px;
		}
				
		.printallbut {
			display: inline-block;
			padding: 0.1em;
			cursor: pointer;
			text-decoration: none;
		}

		.printsumbut {
			display: inline-block;
			padding: 0.1em;
			cursor: pointer;
			text-decoration: none;
		}
		
		.jserrormsg {
			display: block;
			position: relative;
			top: 0;
			left:  1em;
			background-color:white;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.25em;
			color: black;
			z-index: 3;
		}

		.alert {
			border-style: double;
			border-color: #ff0000;
			border-width: 5px;
			border-radius: 7px;
			padding: 0px 7px 0px 7px;
		}

		.h2-alert {
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.25em;
			font-weight: bold;
			margin: 0 0 -0.5em 0;
		}

		.h3-alert {
			color: #0040ff;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.125em;
			font-weight: normal;
			margin: -0.3em 0 -0.75em 0;
		}

/* large screen exceptions */
		.ssmasthead {
			display: none;
		}

		.ssnavbar {
			display: none;
		}

		.closebtn {
			display: none;
		}

		.menubtn {
			display: none;
		}
	}
			
/* small screen exceptions */
	@media only screen and (max-width: 820px) {
		.mainnav {
			top: 2.4em;
			width: 0;
			height: 100%; /* browsers not supporting calc() */
			height: -moz-calc(100% - 3.125em);
			height: -webkit-calc(100% - 3.125em);
			height: calc(100% - 3.125em);
			z-index: 1;
			transition: 0.5s;
		}

		.lsnavbar {
			display: none;
		}
	
		.ssnavbar {
			display: block;
			height: 2.3em;
			width: 97%; /* browsers not supporting calc() */
			width: -moz-calc(100% - 2.15em);
			width: -webkit-calc(100% - 2.15em);
			width: calc(100% - 2.15em);
			position: fixed;
			top: 0;
			left: 0;
			margin: 0 0 0.2em 0.75em;
			z-index: 2;
			background-color: white;
			border-bottom-style: groove;
			border-bottom-color: yellow;
			border-bottom-width: thick;
			color: black;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			text-align: right;
		}

		.ssnavbar a {
			text-decoration: none;
			padding: 0.4em 0 0.4em 0;
			vertical-align: middle;
		}

		.ssnavbar a:link {
			color: black;
		}

		.ssnavbar a:visited {
			color: black;
		}

		.ssnavbar a:hover {
			background-color: #ffff99;
		}

		.search {
			top: 0.5em;
			right: 1.5em;
		}

		.closebtn {
			display: none;
			position: fixed;
			top: 0;
			left: 0.625em;
			height: 1.6em;
			width: 3.5em;
			cursor: pointer;
			text-decoration: none;
		}

		.menubtn {
			display: block;
			position: fixed;
			top: 0;
			left: 0.625em;
			height: 1.6em;
			width: 3.5em;
			cursor: pointer;
			text-decoration: none;
		}

		.section {
			top: 1.65em;
			left: 0;
			height: 97vh; /* browsers not supporting calc() */
			height: -moz-calc(100vh - 2.3em);
			height: -webkit-calc(100vh - 2.3em);
			height: calc(100vh - 2.3em);
			width: 99%; /* browsers not supporting calc() */
			width: -moz-calc(100% - 1em);
			width: -webkit-calc(100% - 1em);
			width: calc(100% - 1em);
		}
		
		.lsmasthead {
			display: none;
		}

		.ssmasthead {
			display: table;
			position: relative;
			top: 0;
			left: -0.75em;
			height: 4.5em;
			line-height: 4.5em;
			width: 100%;
			margin: 0;
			background-color: white;
			color: black;
			font-family: Palatino, "Times New Roman", Times, serif;
			font-size: 1.1em;
			font-style: italic;
			font-weight: normal;
			overflow: hidden;
		}

		#mast {
			padding: 0;
		}

	}

/* print */
@media only print {
	.header {
		display: none;
	}
	.nav {
		display: none;
	}
	.ssmasthead {
		display: none;
	}
	.printsumbut {
		display: none;
	}
	.printallbut {
		display: none;
	}
	.iframeblock {
		display: none;
	}
	.footer {
		display: none;
	}
	.iframe {
		width: 1615px; 
		height: 2475px;
	}
	.jserrormsg {
		display: none;
	}
}