@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	color: #122e66;
	background-color: #fff;
}
#centercontent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	height: 650px;
	padding: 0px;
	margin: -325px 0px 0px -495px;
	text-align: left;
	background-color: #fff;
	background-attachment: scroll;
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#leftcontent {
	position: absolute;
	top: 275px;
	left: 16px;
	width: 158px;
	height: 225px;
	/*background-attachment: scroll;
	background-image: url(/images/bg_navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	border: 0px solid #000;
	overflow: hidden;
}
#navigation {
	position: relative;
	width: 159px;
	height: 225px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ff0000;
	overflow: hidden;
}
#footer {
	position: absolute;
	top: 587px;
	left: 0px;
	width: 990px;
	height: 18px;
	text-align: center;
	border: 0px solid #000;
	overflow: hidden;
	font-size:9pt;
}
.footer {
	font-size: 9pt;
	color: #0a265b;
}
