/* Three column layout courtesy of Matthew Levin */
/* http://alistapart.com/articles/holygrail     */

body {
  min-width: 760px;      /* 2x LC width + 2x RC width or header width*/
  font: 76% tahoma, verdana, sans-serif;
  background: #7b7aef;
  text-align:center;
}
#container {
  padding-left: 140px;   /* LC width */
  padding-right: 140px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
  background: #d3d3d3;
  margin-top: 5px;
  padding-top: 5px;
    text-align:left;
}
#left {
  width: 140px;          /* LC width */
  right: 140px;          /* LC width */
  margin-left: -100%;
  position: relative;
  float: left;
  text-align:center;
  margin-top: 5px ;
  padding-top: 5px ;
}
#right {
  width: 140px;          /* RC width */
  margin-right: -140px;  /* RC width */
    position: relative;
  float: left;
  text-align:center;
  margin-top: 5px ;
  padding-top: 5px ;

}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 140px;           /* RC width */
}

#header {
  height:120px;
  margin:15px 0 15px 0;
  background: url(/somewhereban.jpg) top center no-repeat;
  clear:both;
}
#header h2 {
  font-size:20px;
  padding-top:80px;
  text-align:center;
}


#navitabs {
  clear:both;
  text-align:left;
  padding-left:140px;
}

.navitab {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 4px 8px 4px 8px; 
  margin: 0 0 4px 0;
  background: #aaaaaa url(/corner.gif) top right no-repeat;
  text-decoration: none;
  letter-spacing: 1px;
  color: #000000;
}

.navitab:hover {
text-decoration: none;
background: #ffffff url(/corner.gif) top right no-repeat;
color: #000000;
}

.activenavitab  {
padding: 4px 8px 5px 8px;
margin: 0 0 4px 0;
letter-spacing: 1px;
color: #000000;
text-decoration: none;
background: #d3d3d3 url(/corner.gif) top right no-repeat;
}

.activenavitab:hover {
  text-decoration: none;
}  

a.hidden {
   text-decoration:none;  
}

.highlight {
   background-color:yellow;
}

.hide {
  display: none;
}

