@media screen {
	html { background-color: #079; }
	body {
		background-color: #fff;
		margin: 4px auto;
		width: 750px;
		min-height: 900px;
		font-family: sans-serif;
		font-size: 12px;
	}

	#logo {
		border-width: 0px;
		padding: 0px;
		margin: 0px auto;
		width: 640px;
		height: 80px;
	}

	.AccessNav { display: none; }
	.NavList {
		margin-left: 55px;
		margin-right: 55px;
		display: block;
		padding: 0;
		margin-top: 0;
		/*border-top: thin solid black;*/
		border-bottom: thin solid black;
		text-align: center;
	}

	.NavList li {
		display: inline;
		padding: 0 2em;
	}


	#MainContent {
		padding: 0;
		margin: 0 55px;
	}

	a:link {
		font-family: sans-serif;
		color: #00f;
		text-decoration: none;
		font-weight: bold;
		text-decoration: none;
	}

	a:visited {
		font-family: sans-serif;
		color: #00c;
		text-decoration: none;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover,
	a:active {
		color: #3cf;
	}

	.footer {
		font-size: 0.7em;
		text-align: center;
		line-height: normal;
	}

	h1 {
		font-family: sans-serif;
		font-weight: bold;
		font-size: 2.67em;
	}

	h2 {
		font-family: sans-serif;
		font-weight: bold;
		font-size: 2em;
		text-align: center;
	}

	h3 {
		font-family: sans-serif;
		font-weight: normal;
		font-size: 1.5em;
	}

	h4 {
		font-family: sans-serif;
		font-weight: normal;
		font-size: 1.33em;
	}

	h5 {
		font-family: sans-serif;
		font-weight: normal;
		font-size: 1.17em;
	}

	h6 {
		font-family: sans-serif;
		font-weight: normal;
		font-size: 1em;
	}
}

@media print {
	.AccessNav { display: none; }
	.NavList { display: none; }
}

