#header {
  width: 800px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: #003399;
  background-image: url(/images/background_header.jpg);
  background-repeat: repeat-x;	
  background-position: top;
  clear: both;
  min-height: 67px;
}
	
.header-logo {
  float:left;
  text-align:left;
  margin: 0px;
  padding: 0px;
}
	
.header-topNavigation {
  float:right;
  text-align:right;
  margin: 0px;
  padding: 5px 10px 0px 0px;
  color: #ffffff;
}
	
#header-bottom {
  width: 800px;
  margin: 0px;
  padding: 0px;
  background-color: #003399;
  background-image: url(/images/background_header-bottom.jpg);
  background-repeat: repeat-x;	
  background-position: top;
  clear:both;
  min-height: 14px;
  height: 14px;
}

a.topNavigation,
a.topNavigation:link,
a.topNavigation:visited {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight:normal;
  font-style:normal;
  color:#fff;
  text-decoration:none;
  margin-left:10px;
}
	
a.topNavigation:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight:normal;
  font-style:normal;
  color:#fff;
  text-decoration:underline;
  margin-left:10px;
}


