@CHARSET "UTF-8";

@media only screen and (max-width: 767px) {
	DIV.nav {
		width: 25%;
		min-width: 10em;
		left: -1.5em;
		background: none;
	}
	LI.nav P {
		display: block;
		border: none;
		padding: none;
		font-weight: 600;
		color: #003768;
	}
	A.nav:HOVER,A.nav:FOCUS {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		color: #003768;
	}
	A.nav:LINK,A.nav:ACTIVE,A.nav:VISITED {
		text-decoration: none;
		color: #003768;
	}
	DIV.contentbox {
		height: 100%;
		padding: 1em 0 0 30%;
	}
	
}

@media only screen and (max-height: 767px) {
	DIV.innercontent {
		min-height: 25%;
		max-height: 60%;
	}
	@media only screen and (max-height: 600px) {
		DIV.innercontent {
			min-height: 25%;
			max-height: 45%;
		}
	}
}