html,body,table,td,a,div,p,img,ul {
  padding: 0;
  margin: 0;
}

body {
  font-family: verdana,arial,helvetica;
  font-size: 75%
}
.cleaner {
  clear: both;
}
.pagelabel {
  display:none;
}
#netagent {
  display:none;
}
#top {
  margin: 0 0 10px;
}

#container {
  width: 1000px;
  margin: 0 auto;
}
.logo {
  text-align: right;
  float: right;
  width: 276px;
}
img {
  border: none;
}
.spacer {
  height: 100px;
}


/***** navCell - main menu *****/
#navCell {
  padding-left: 150px;
  height: 25px;
}
#navCell ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navCell li {
  display: inline;
  margin-right: 15px;
}
#navCell a {
  font-family: arial;
  color: #050;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
}
#navCell a:hover {
  color: #666;
  text-decoration: underline;
}



/***** secnav - submenu *****/
#secnav {
  padding-left: 150px;
  height: 22px;
}
#secnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#secnav li {
  display: inline;
  margin-right: 10px;
}
#secnav a {
  font-family: arial;
  color: #444;
  font-weight: normal;
  font-size: 115%;
  text-decoration: none;
}
#secnav a:hover {
  color: #050;
  text-decoration: underline;
}



/***** H1 Layout *****/
#h1 {
  width: 150px;
  height: 171px;
  background: #050;
  display: block;
  float: left;
  _margin-right: -3px;
  overflow: hidden;
}
#h1 table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: none;
}

#h1 h1 {
  text-align: center;
  color: #fff;
  font-size: 205%;
  font-family: arial;
  font-weight: normal;
}


/***** contentHeader *****/
#contentHeader {
  background: #050;
  height: 171px;
  overflow: hidden;
}
#pageFoto {
  float: left;
}
#logoText {
  float: right;
  width: 425px;
  height: 171px;
  color: #fff;
  font-family: arial;
  font-size: 135%;
}
#logoText table {
  text-align: center;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: none;
}
#logoText td span {
  font-size: 160%;
}


/***** contentCell *****/
#contentCell {
  padding: 15px 50px 20px 150px;
}
#contentCell a {
  color: #050;
}
#contentCell a:hover {
  text-decoration: none;
}




/***** contentMain *****/
#contentMain {
  font-size: 110%;
  color: #666;
  min-height: 200px;
  _height: 200px; /*IE6*/
}
#contentMain p {
  margin-bottom: 15px;
}



 
/***** footer *****/
#footer {
  background: #ffffaf;
  font-size: 90%;
}
#footer .in {
  padding: 5px 10px 5px 150px;
}
#footer a { 
  color: #050;
}

#footer a:hover { 
  text-decoration: none;
}
.en {
  float: right;
}
.en img {
  border: none;
}












