body {
	font-family: Arial;
}

@media screen {
	div.container
	{
		width:96%;
		margin-left:2%;
		border:1px solid gray;
		line-height:150%;
	}
}

div.header
{
padding:0.5em;
color:white;
background-color: #365d95;
clear:left;
}
div.footer
{
padding:0.5em;
color:white;
background-color: #365d95;
clear:left;
text-align: center;
}
h1.header
{
padding:2px;
vertical-align: baseline;
margin:0;
text-align: center;
}
@media screen {
	div.left
	{
		float:left;
		width:160px;
		margin:0;
		padding:0;
		font-size: small;
		overflow: auto;
	}
}
ul.outside {
	list-style-position: outside;
	marker-offset: 1px;
}
a.backlight:hover { background: yellow; text-decoration: none; } 
a.backlight:link { color: slateblue; text-decoration: none; }
a.backlight:visited { color: slateblue; text-decoration: none; }

@media screen {
	div.content
	{
		margin-left:180px;
		border-left:1px dotted gray;
		padding:1em;
	}
}

@media print {

	div.noprint, div.header, div.footer, div.left {
		display: none; 
	}

	div.content {
		padding: 1em;
	}
}
