@media all {
	html{height:100%;margin-bottom:1px;}
	body {
		font-family:"Franklin Gothic Book","Trebuchet MS",sans-serif;
		height:100%;
		margin-bottom:1px;
	}
	h1,h2 {
		margin:0.3em 0em 0.5em -1em;
		font-size:2em;
		text-align:center;
	}
	h3 {
		margin:1.2em 0em 0.1em -1em;
		padding-top:0.6em;
		border-top:1px dashed #bbb;
		font-size:1.2em;
	}
	h4 {
		margin:1.5em 0em 0em 0em;
		font-size:1em;
	}
	h5 {
		margin:0em;
		font-size:1em;
		font-style:italic;
	}
	p {
		margin:0.5em 0em 0.1em 0em;
		font-weight:normal;
		text-align:justify;
	}
	a {
		color:#222fa7;
	}
	a:hover {
		color:#e66e19;
	}
	img {
		border:none;
	}
	#content {
		padding:1em 1em 1em 2em;
		line-height:1.5em;
	}
	#content img {
		padding:0.5em;
	}
}
@media screen {
	body {
		margin:0em;
		background-color:#666;
		color:#444;
		font-size:0.8em;
		text-align:center;
	}
	#container {
		margin:auto;
		width:50em;
		background:white;
		border-left:1px solid black;
		border-right:1px solid black;
		text-align:left;
	}
	#header {
		background:#1E2878 url(header_bg.jpg) repeat-x;
		border-bottom:2px solid #10153f;
		color:white;
		text-align:center;
		padding:8px 0px 0px 0px;
		height:82px;
		margin:0em;
		overflow:none;
	}
	#navigation {
		margin:0em;
		padding:0.2em 0em;
		background-color:#ddd;
		font-size:0.9em;
		color:black;
		display:block;
		list-style:none;
		border-bottom:1px solid #ccc;
	}
	#navigation li {
		margin:0em;
		padding:0em 0.3em;
		border-right:1px solid #555;
		list-style:none;
		display:inline;
	}
	#navigation a {
		padding:0em 0.2em;
		color:#555;
		text-decoration:none;
	}
	#navigation a:hover {
		background:#ccc;
	}
	#content {
		background:#eee url(content.gif) no-repeat;
		overflow:hidden;
		height:1%;
	}
	#content #google	{background:#eee;width:120px;padding:1em 0 1em 1em;margin-left:1em;border-left:1px dashed #bbb;float:right;}
	#footer {
		border-top:1px solid #ccc;
		margin:0em;
		padding:0.5em 1em;
		font-size:0.8em;
		background-color:#ddd;
		text-align:right;
	}
}
@media print {
	body	{
		font-size:10pt;
	}
	#navigation, #footer, #google	{
		display:none;
	}
}