@charset "utf-8";
  HTML {	  
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:13px;
  }
  
  BODY {
	  margin-top:0px;
	  margin-left:0px;
	  margin-width:0px;
	  margin-height:0px;
	  min-width:979px;
	  background-color:#FFF;
	  color:#000;
	  padding:0px;
  }
  
  DIV#wrapper {
	  width:969px;
	  margin:0px auto;
  }
  
  DIV#header {
	  border:1px #000 solid;
	  z-index:500;
	  width:100%;
	  margin-top:2px;
	  height:112px;
	  overflow:hidden;
	  /*margin-bottom:25px;*/
	  /*background-color:#09F;*/
  }
  
  DIV#navbar UL {
	  list-style-type:none;	  
	  border-top:1px #000 solid;
	  margin:0px;
	  padding:0px;
	  line-height:25px;
	  height:25px;
	  background-image:url('images/menubg.gif');
	  background-position:top left;
	  background-repeat:repeat-x;
  }
  
  DIV#navbar LI {
	  border-right:1px solid #AAA;
	  /*border-left:0px !important;
	  float:none !important;
	  width:auto !important;
	  min-width:90px;
	  display:inline;*/
	  float:left;
	  /*margin:0px !important;
	  padding:0px !important;*/
  }
  
  DIV#navbar A {
	  float:left;
	  display:block;
	  text-decoration:none;
	  /*white-space:nowrap;
	  outline-width:0px;*/
	  color:#000;
	  padding-left:1em;
	  padding-right:1em;
	  /*margin:0px !important;*/
  }
  
  DIV#navbar A:hover {
	  background-color:#edecec;	
  }
  
  DIV#cntContainer {
	  /*border-left:1px #000 solid;
	  border-right:1px #000 solid;
	  border-left:1px #000000 solid;*/
	  float:left;
	  border-left-color:#000000;
	  border-left-style:solid;
	  border-left-width:1px;
	  border-right:1px #000000 solid;
	  z-index:500;
	  width:100%;
	  /*background-color:#CFC;*/
  }
  
  DIV#content {
	  padding:1em;
  }
  
  DIV#cntFooter {
	  /*border-left:1px #000 solid;
	  border-right:1px #000 solid;*/
	  border-left:1px #000 solid;
	  border-right:1px #000 solid;
	  border-bottom:1px #000 solid;
	  z-index:500;
	  width:100%;
	  /*margin-top:1em;
	  background-color:#CFC;*/
  }
  
  DIV#footer {
	  padding:1em;
	  text-align:center;
	  font-size:11px;
  }
  
  H1 {
    font-family:Arial;
    font-size:14pt;
    color:#CC0000;
    font-weight:normal;
  }
