/* CSS Document */
<style type="text/css">


body {
	font:"Arial", sans-serif;
	font-size:14px;
}

p { 
	font:"Arial", sans-serif;
	font-size:14px;
}
	
a:link { 
	text-decoration: none; 
	color: #0000FF;
}
a:visited { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}
a:active { 
	text-decoration: underline; 
}





#Layer3 {
	position:absolute;
	width:900px;
	height:68px;
	z-index:2;
}
#Layer3 a:link, #Layer3 a:visited, #Layer3 a:active { 
	color: #FFFFFF;	
	text-decoration: none; 
}
#Layer3 a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

#Layer2 {
	position:absolute;
	width:906px;
	height:88px;
	z-index:1;
	left: 0;
	top: 163;
	background-image: url(/clients/progressive/images/spacer.gif); 
	overflow: visible;
}
#Layer2	a:link, #Layer2 a:visited, #Layer2 a:active { 
	color: #FFFFFF;
	text-decoration: none; 
}
#Layer2	a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}

#Layer4 {
	position:absolute;
	width:902px;
	height:54px;
	z-index:2;
	left: 5px;
	top: 150px;
	overflow: hidden;
	visibility: visible;
}
#Layer4	a:link, #Layer4 a:visited, #Layer4 a:active { 
	text-decoration: none;
	color: #FFFFFF;
}
#Layer4 a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

#Layer5 {
	position:absolute;
	width:900px;
	height:54px;
	z-index:20;
	left: 1px;
	top: 10px;
	overflow: hidden;
}
#Layer5	a:link, #Layer5 a:visited, #Layer5 a:active { 
	text-decoration: none;
	color: #FFFFFF;
}
#Layer5 a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}


.content {
	color: #000000; 
	a:link color: #0000FF;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	a:link color: #FFFFFF;
	a:visited color: #FFFFFF;
	a:hover color: #FFFFFF;
}

.blutext {
	color: #FFFFFF; 
	font-weight: bold; 
	a:link color: #000000;
	a:visited color: #000000;
	a:hover color: #000000;
	a:active color: #000000;
}

#container-page {
  margin: 0 auto;
  width: 906px;
  /* background: #FFFFFF; */
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-foot {
  /* width: 100%; */
	width: 906px;
  /* background: #CCC; */
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 55px;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}

</style>
