html {
  height: 99.9%;
}
body {
  height:auto !important;
  height: 99.9%;
  min-height: 99.9%;
	min-width: 797px;
  margin: 0;
  padding: 0;
	background-color: #fff;
}
body * {
	font-family: Arial;
	font-size: 14px;
	color: #404040;
}
img {
	font-family: Arial;
	font-size: 10px;
}
body a {
	color: #6D6F71;
	text-decoration: none;
}
body a:hover {
	color: #008a42;
}

body hr {
  border-width: 0px;
  border-top: 1px solid #e4e4e4;
}
div.background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.background div {
	width: 475px;
  height: 100%;
	margin: 0px auto;
	background-color: #fff;
}
div.background > div {
	width: 797px;
	background-color: #e4e4e4;
}
div.bodyWrap {
  position: absolute;
  width: 100%;
  z-index: 2;
}
* html div.bodyWrap {
  text-align: center;
}

.leftBox,
.rightBox {
	float: left;
	width: 161px;
}
.rightBox {
	float: right;
}
* html .leftBox,
* html .rightBox {
  text-align: left;
}
* html .rightBox {
	width: 160px;
}
.centerBox {
	float: left;
	width: 475px;
}
* html .topGallery .centerBox {
	width: 488px;
  margin-left: -14px;
}

.topMenuWrap {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #e4e4e4;
	padding: 0px 0px;
	height: 38px;
}
* html .topMenuWrap {
  text-align: center;
	height: 44px;
}
.topGalleryWrap {
	height: 115px;
	background-color: #e4e4e4;
	border-top: 2px solid #9a9a9a;
	border-bottom: 2px solid #9a9a9a;
}
* html .topGalleryWrap {
	height: 119px;
  text-align: center;
}
.topGallery {
	width: 797px;
	margin: 0px auto;
}
.topGallery .leftBox,
.topGallery .rightBox {
	margin-top: 26px;
	text-align: left;
}
.topGallery .leftBox > * {
	margin-left: 5px;
}
* html .topGallery .leftBox {
	padding-left: 5px;
}
.topGallery .rightBox > * {
	margin-left: 10px;
}
* html .topGallery .rightBox {
	padding-left: 9px;
}
.galleryImgItem {
	width: 142px;
	float: left;
	text-align: center;
	margin-top: 4px;
	margin-left: 14px;
	margin-right: 2px;
}
* html .galleryImgItem {
	margin-left: 14px;
}
.galleryImgItem .title {
	margin-top: 7px;
}
.contentWrap {
	width: 797px;
	margin: 0px auto;
	background-color: #e4e4e4;
	border-top: 3px solid #fff;
}
.contentWrap .centerBox {
	background-color: #fff;
}
.footer {
	clear: both;
	background-color: #fff;
}

/******* top navigation block */

.topMenu {
	width: 797px;
	margin: 0px auto;
}
.topMenu div {
	float: left;
	margin-top: 11px;
	margin-left: 4px;
}
* html .topMenu div {
	margin-top: 11px;
	margin-left: 2px;
}
#topNav span.nav {
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 6px;
	margin-right: 33px;
}
#topNav .active {
	background-color: #c6ded2;
}

/******* end of top navigation block */

/******* left navigation block */

#leftNav {
	margin-top: 14px;
	margin-bottom: 20px;
}
#leftNav a {
	color: #6D6F71;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#leftNav a:hover {
	color: #008a42;
}
#leftNav .active {
	background-color: #c6ded2;
}
#leftNav div {
	background-color: #d9d9d9;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 6px;
	padding: 3px 6px;
}

/******* end of left navigation block */
/******* news menu block */

.newsListTitle {
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	margin-top: 15px;
	margin-bottom: 25px;
}
#newsNav {
	width: 155px;
	margin-top: 6px;
	padding-left: 6px;
}
#newsNav * {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
}
#newsNav div.item {
	padding-bottom: 25px;
}
#newsNav p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#newsNav a {
	color: #1e82c3;
	font-weight: bold;
	margin-left: 3px;
}
#newsNav a:hover {
	color: #000;
}
#newsNav img {
	display: block;
	margin: 0 auto;
}

/******* end of news menu block */

/******* news page block */

.newsItemWhole {
	margin-top: 0px;
	margin-bottom: 23px;
	line-height: 24px;
}
.newsItemTitle {
	font-weight: bold;
}

/******* end of news page block */

/******* main content block */

* html #pageContent {
  text-align: left;
}
#pageContent {
	width: 380px;
	min-height: 450px;
	margin: 0px auto;
	margin-top: 40px;
}
#pageContent * {
	font-family:Arial;
	font-size:13px;
}
#pageContent p {
	margin-top: 0px;
	margin-bottom: 23px;
	line-height: 24px;
}
* html #pageContent p {
	margin-bottom: 25px;
	line-height: 26px;
}
#pageContent dd p {
	line-height:2px;
}
#pageContent a {
	color: #008a42;
	text-decoration: underline;
}
#pageContent a:hover {
	color: #6d6f71;
}
#pageContent .requiredText {
	color: #9a9a9a;
}
#pageContent .red {
	color: #a8002b;
}

/******* end of main content block */



div#pageContent,
div#pageContent table {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	line-height:24px;
}

div.fixedText {
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #e4e4e4;
}
div.fixedText div {
	margin-left: 6px;
	text-align: center;
}
div.fixedText div.i2 {
	margin-top: 30px;
}

div.news-single-item h3 {
	font-weight: normal;
	color: #000;
}

form,
#pageContent form {
	margin: 0px;
	padding: 0px;
}
form label,
#pageContent form label {
	font-size: 12px;
}
form input[type='text'],
form select,
form textarea,
#pageContent form input[type='text'],
#pageContent form select,
#pageContent form textarea {
	border: 1px solid #9a9a9a;
}
#pageContent form input[type='text'],
#pageContent form select,
#pageContent form textarea {
	width: 200px;
}

form fieldset div label,
#pageContent form fieldset div label {
  float: left;
  clear: left;
  min-width: 50px;
}
#pageContent form fieldset div label {
  min-width: 150px;
}
form fieldset div input,
form fieldset div select,
form fieldset div textarea,
#pageContent form fieldset div input,
#pageContent form fieldset div select,
#pageContent form fieldset div textarea {
  float: left;
}
#pageContent form#mailform fieldset div input[type='checkbox'] {
  float: right;
  margin-right: 50px;
}


form#formular table {
	color: #404040;
	margin-top: 0px;
	margin-bottom: 23px;
}
form#formular table.form td {
	font-size: 12px;
}

table.c1p2 td {
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
table.c3p3 td {
	vertical-align: top;
	line-height: normal;
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 10px;
}
table.c3p3 td.c1 {
	width: 145px;
	font-weight: bold;
}
table.c3p4 {
	background-color: #606060;
}
table.c3p4 th,
table.c3p4 td {
	background-color: #fff;
	vertical-align: top;
	line-height: normal;
	font-family: Arial;
	font-size: 10px;
}
table.c3p4 th {
	color: #fff;
	background-color: #606060;
	text-align: left;
}
*.imgTitleTop,
*.imgTitleBottom {
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	line-height: normal;
}
*.imgTitleBottom {
	margin-top: -5px;
	margin-bottom: 35px;
}


div.fixedText img.i2 {
	left: 0px;
}

#leftContent,
#rightContent {
  margin-top: 10px;
  padding: 0px 5px;
}

#leftContent p,
#rightContent p {
	font-family: Arial;
	font-size: 12px;
}


div#pageContent dd.csc-textpic-caption {
  text-align: center;
  font-size: 11px;
	line-height: normal;
}

div#pageContent table.contenttable {
	font-size: 12px;
	width: 100%;
}
div#pageContent table.contenttable th {
//        font-weight: normal;
	text-align: left;
	line-height: normal;
//        color: #ffffff;
	background-color: #e4e4e4;
}
div#pageContent table.contenttable td {
  border-bottom: solid 1px #e4e4e4;
}
div#pageContent table.contenttable * p, 
div#pageContent table.contenttable * p strong {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 8px;
}

div#pageContent sup {
	font-family: Arial;
	font-size: 10px;
}

div#pageContent table.csc-uploads p,
div#pageContent table.csc-searchform p,
div#pageContent table.csc-loginform p {
	margin: 0;
}

div#pageContent form fieldset {
  margin: 0;
  padding: 0;
  border-width: 0;
}
