
body{
  color: #666666;
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica;
  background-color: #FFFFFF;
}

#super{
  width: 780px;
  MARGIN-LEFT: auto;
  MARGIN-RIGHT: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#page{
  /*border: 1px dotted #666;*/
}

#banner {
  height: 200px;
  background-image: url(images/header.jpg);
}

#leftContent{
  height: 21px;
}

#centerContent{
  padding-top: 20px;
  margin: 15px;
  height: auto !important;
  min-height: 300px;
  height: 300px;
}

#rightContent{
  display: none;  
}

#footer{
  text-align: center;
  clear: both;
  height: 30px;
  background-color: #ffffff;
  color: #333; 
  border-top: 1px dotted #666;
}





/**
 ** M E N Y
 **/
div#navcontainer {
  margin-top: 10px;
}

ul#navlist {
  margin: 0px;
  background-color: #ffffff;
  list-style-type: none;  
}

ul#navlist li {
  display: inline;
}

ul#navlist li a{
  color: 333333;
  background-color: #ffffff;
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none; 
  font-weight: normal;
}

ul#navlist li a:hover{
  color: #ffffff;
  background-color: #333333;
}

ul#navlist li a#active{ 
  background-color: #cccccc;
  color: #000000;
}



.hiddenStructure {
  display: none;
}

#documentActions ul {
  float: right;
  width: 80px;
  list-style: none;
}

#documentActions li { 
  display: inline;
}

a{
  color: #333333;
  text-decoration: none;
  font-family: Verdana,Arial,Helvetica;
}

a:hover{ 
  color: #cccccc; 
}





/**
 ** N E W S
 **/

div.newsItem.odd {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: -10px;
  background-color: #eeeeee;
}


div.newsItem.even {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: -10px;
  background-color: #ffffff;
}

