/*CSS document for basic print layout*/
BODY, HTML
{
	font: 10pt/1.5em Georgia, "Times New Roman", Times, serif;
	color: #118;
	margin: 10pt;
	background: none;
	background-color: #FFF;
}
DIV#navigationFirstLevel, DIV#navigationSecondLevel, DIV#topMenu, DIV#searchBox, DIV#navigationAids, DIV#secondary, DIV#languageMenu, DIV.footerFrame
{
	display: none;
}
DIV.footerFrame:first-child
{
	display: block !important;
}
DIV#outerWrap
{
	width: auto;
	margin: 0;
}
DIV#contentWrap
{
	background: none;
}
DIV#header
{
	background: none !important;
	height: auto;
	background-color: transparent;
	margin: 0;
}
DIV#header H1
{
	color: #333;
	margin-top: 0;
	position: inherit;
	margin-left: 0;
	font-size: 300%;
	font-weight: bold;
	line-height: 1.3em;
}
DIV#footer
{
	background: none;
	color: #333;
	font-size: 80%;
}
DIV#main
{
	float: left;
	width: 700px;
	background-color: #8191E3;
}
DIV#mainContent
{
	padding: 0;
	padding-top: 2em;
	background-color: #283B9C;
	margin: 0;
	width: 500px;
}
A:link, A:visited
{
	color: #333 !important;
	text-decoration: underline;
}
DIV#breadcrumb
{
	text-transform: uppercase;
	font-size: 80%;
	padding: 1em 0;
	left: 0;
	top: 0;
	width: auto;
	margin: 0;
	background-color: #0A1A6B;
}
DIV#breadcrumb P
{
	margin: 0;
}
DIV#breadcrumb A:link, DIV#breadcrumb A:visited, DIV#header H1 A
{
	text-decoration: none !important;
}
DIV#main H1, DIV#main H2
{
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCC;
}
DIV#footer
{
	border-top: 1px solid #CCC;
}
H1
{
	font-size: 140%;
}
H2
{
	font-size: 130%;
}
H3
{
	font-size: 115%;
}
/*Fixes multiple page print bug in Firefox*/
*
{
	overflow: visible !important;
	position: static !important;
}
