* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url(../images/bg.png) repeat-x;
  font: 11px arial, helvetica, sans-serif;
  color: #000;
  text-align: center; /* ie5+ margin: 0 auto; fix */
}

p {
  margin-bottom: 25px;
}

a {
  color: #122389;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

img {
  border: none;
}

/***************************************************************/

div#layout {
  width: 781px;
  margin: 20px auto;
  background: #fff;
  text-align: left; /* fix for ie5+ margin: 0 auto; fix */
}

div#leftcol {
  width: 226px;
  float: left;
}

div#rightcol {
  width: 555px;
  float: left;
}

/***************************************************************/

div#mainnav {
  height: 180px;
  background: #f5f5f5;
  padding: 11px 15px;
}

* html div#mainnav {
  padding: 10px 15px;
}

div#newscontainer {
  background: #f0f0f0;
  padding: 11px 15px;
}


div#info {
  height: 88px;
  background: url(../images/information.png) no-repeat;
  padding: 24px 0 0 12px;
}

div#date {
  font: 24px arial, helvetica, sans-serif;
  text-align: right;
  padding: 8px 12px 0 0;
}

div#banner {
  height: 202px;
  background: url(../images/banner.png) no-repeat;
  text-indent: -9999px;
  border-bottom: 8px solid #6597d0;
}
div#banner-fl {
  height: 202px;
  /* background: url(../images/banner.png) no-repeat; 
  text-indent: -9999px; */
  border-bottom: 8px solid #6597d0;
}

div#bannershort {
  height: 118px;
  /* background: url(../images/banner-short1.png) no-repeat; */
  /* text-indent: -9999px;  */
  border-bottom: 8px solid #6597d0;
}

div#sitepath {
  margin: 3px 18px;
}

div#maincontent {
  margin: 9px 18px;
}

div#footer {
  color: #808181;
  text-align: center;
  margin: 58px 18px 12px 18px;
  padding-top: 10px;
  border-top: 2px solid #ededed;
}

div#footnav {
  margin-bottom: 10px;
}

/***************************************************************/

div.image {
  width: 63px;
  float: left;
}

div.content {
  float: right;
}

div.long {
  width: 100%;
}

div.short {
  width: 123px;
}

/***************************************************************/

ul {
  list-style-type: none;
}

/***************************************************************/

div#mainnav ul li {
  border-bottom: 1px solid #cac7c6;
}

div#mainnav li.active {
  background-color:#E1E1DF; 
 /* color:#122389; */
}

div#mainnav ul li.clean {
  border: none;
}



div#news ul li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #bfbcbc;
}

* html div#news ul li { /* ie6 float fix */
  width: 100%;
}

*+html div#news ul li { /* ie7 float fix */
  overflow: hidden;
}

div#news ul li.clean {
  padding: 0;
  margin: 0;
  border: none;
}

/***************************************************************/

div#langsel h2 a {
  color: #000;
}

div#mainnav ul li a {
  display: block;
  font: bold 13px arial, helvetica, sans-serif;
  color: #000;
  padding: 3px;
}

* html div#mainnav ul li a { /* ie whitespace bug fix */
  width: 97%;
}

div#mainnav ul li a:hover,
div#mainnav ul li a:active {
  background: #e1e1df;
  text-decoration: none;
}

div#sitepath a {
  color: #000;
}

div#footnav a {
  font-weight: bold;
  color: #000;
}

div#footnav a:hover,
div#footnav a:active {
  color: #122389;
}

/***************************************************************/

div#logo h1 {
  height: 84px;
  background: url(../images/natex.png) no-repeat;
  /* text-indent: -9999px; */
}

div#leftcol h2 {
  background: #b1c7e5;
  font: bold 13px arial, helvetica, sans-serif;
  padding: 7px 18px;
}

div#langsel h2 {
  font: bold 11px arial, helvetica, sans-serif;
  /* text-transform: uppercase; */
}

div#news h3 {
  font: bold 11px arial, helvetica, sans-serif;
  margin-bottom: 4px;
  /* text-transform: uppercase; */
}

div#info h1 {
  font: 21px arial, helvetica, sans-serif;
  font-weight:bold;
}

div#maincontent h2 {
  font: 18px arial, helvetica, sans-serif;
  border-bottom: 1px solid #d6deca;
  padding-bottom: 4px;
  margin-bottom: 8px;
}


#maincontent table {
background-color: #fff;
border:0px solid #E1E1DF;
}

#maincontent td {
border-bottom:1px solid #E1E1DF;
padding:0px;
background-color:#fff;
margin:0;
}

#maincontent td p.bodytext {
margin:1px;
}

/***************************************************************/

span.grey {
  color: #808080;
}

/***************************************************************/

div#langsel h2 img {
  vertical-align: sub;
}

* html div#langsel h2 img { /* ie6 */
  vertical-align: middle;
}

*+html div#langsel h2 img { /* ie7 */
  vertical-align: middle;
}

div#news ul li img {
  border: 1px solid #818181;
}

div#maincontent p img {
  float: right;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 3px solid #6996ce;
}

div#footer p {
  margin-bottom: 10px;
}

div#maincontent ul {
       	list-style-type:disc;
	margin:10px;
}
/* EOF */

