@charset "UTF-8";
#mainContainer {
	width: 73.6em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	background: #000033 no-repeat;
}
#mainHeader {
	height: 23em;
	background: #ffffff;
	padding-top: 1em;
}
#mainHeader h1 {
	display: inline;
	font-size: 1.9em;
	font-weight: normal;
}


#mainHeader #old_website_disclaimer {
	font-size: 1.3em;
	color: white;
	background: red;
	font-weight: normal;
	padding: 15px;
}

#mainHeader #old_website_disclaimer a:link,
#mainHeader #old_website_disclaimer a:visited
{
	color: white;
}

#mainNavigation {
	float: left; /* since this element is floated, a width must be given */
	width: 8em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0.5em 0px 15px 0em;
	line-height: 0.3em;
	background: #000033;
}
#langnav {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	line-height: 1.5em;
}
#mainContent {
	margin: 0 0 0 10.8em;
	border-left: 0.4em solid #FFFFFF;
	border-right: 0.6em solid #336666;
	background: #99cccc;
}
#contentHeader {
	height: 8em;
	border-bottom: 0.1em solid #FFFFFF;
	overflow: hidden;
	text-align: right;
	background: url(../gifs/layoutContentHeader.jpg) no-repeat;
}
#contentNav {
	background: #336666;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	height: 1.8em;
	width: 26em;
	position: relative;
	top: 6.2em;
	float: right;
	word-spacing: 2.7em;
	text-align: left;
	line-height: 1.6em;
	padding-left: 3.0em;
	letter-spacing: 0.1em;
}
#contentNav a, #contentNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 1em;
}
#contentNav a:hover {
	background-color: #669999;
}
#content {
}
#contentTop {
	padding: 1em 0em 0em;
}
#contentTopLeft {
	width: 27em;
	float: left;
	padding: 2em 2em 2px 2.5em;
}
#contentTopRight {
	display: block;
	margin-left: 33.8em;
	padding-right: 2em;
}
#contentTopRight .result {
	display: block;
}
#contentBottom {
	vertical-align: top;
	display: inline;
	padding-top: 2em;
}
#contentBottomLeft {
	float: left;
	border-top: 1px solid #336666;
	border-right: 1px solid #336666;
	width: 27em;
	padding: 1em 1em 1em 2.8em;
	background: #bbdddd;
}
#contentBottomRight {
	margin-left: 33.8em;
	padding-right: 2em;
	vertical-align: top;
}
#footer {
	background:#336666;
	height: 7em;
	clear:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	white-space: nowrap;
	display: inline;
}
.listIcon {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	vertical-align: text-top;
	white-space: nowrap;
	display: inline;
}
.newsIcon {
	float: left;
	vertical-align: text-top;
	white-space: nowrap;
	display: inline;
	margin-right: 0.5em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a mainContainer that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.imgRszHeader {
	width: 28.9em;
	height: 2.6em;
}
.imgRsz12 {
	height: 1.1em;
	width: 1.1em;
}
.imgRszCH {
	width: 61.7em;
	height: 7.95em;
}
.aSmaller {
	font-size: 0.8em;
}
.aBigger {
	font-size: 1.3em;
}
.imgRsz14 {
	height: 1.3em;
	width: 1.3em;
}
img {
	border-style: none;
	border-width: 0em;
}
.dotted {
	color: #ccdddd;
	border-bottom: 0px solid #FFFFFF;
	border-top: 0.09em dotted #FFFFFF;
	border-left: 0em dashed #ffffff;
	border-right: 0em dashed #ffffff;
	margin-top: 0em;
	margin-bottom: 0em;
}
#polskiSpacer {
	height: 12.3em;
}
