@import url(guest_ORIG.css);

html {
   height:100%; 
   max-height:100%; 
   padding:0; 
   margin:0; 
   border:0; 
   background:rgb(209,205,193);
   font-size:76%; 
   font-family:georgia, palatino linotype, times new roman, serif;
   /* hide overflow:hidden from IE5/Mac */ 
   /* \*/ 
   overflow: hidden; 
   /* */ 
}

body {
   height:100%; 
   max-height:100%; 
   overflow:hidden; 
   padding:0; 
   margin:0; 
   border:0;
   background:rgb(209,205,193);
}

table {
   font-size:1em;
   font-family: verdana;
}

#content {
   display:block; 
   overflow:auto; 
   position:absolute; 
   z-index:3; 
   top:192px; 
   bottom:20px; 
   width:800px; 
   margin-left:-397px; 
   left:50%;
   border-left:1px solid #000;
   border-right:1px solid #000;
   background:#fff;
   font-family: verdana;
}

* html #content {
   top:0px; 
   bottom:0; 
   height:100%;
   width:800px;
   border-top:189px solid #000; 
   border-bottom:20px solid blue;
}

#contentWrapper {
   position: relative;
   width: 700px;
   top: 10px;
   left: 50px;
}

#navi {
   position:absolute;
   margin-left:-397px;
   left:50%;
   top:170px;
   width:800px;
   height: 20px;
/*   background:#8b4513;        */
   background: #604e2a;
   z-index:4;
   border: 1px solid #000;
}

#naviWrapper {
   position: relative;
   left: 6px;
   width: 794;  
}

* html #navi {
   top:170px;
   width:800px; 
   height:18px;
   color: lime;
}



#head {
   position:absolute; 
   margin-left:-397px; 
   left:50%; 
   top:0; 
   width:800px; 
   min-width:800px; 
   height:170px; 
   background-image:url(../images/headline.jpg); 
   font-size:1em; 
   z-index:5; 
   border:1px solid #000;
}

* html #head {
   top:0px; 
   width:800px;
   height:170px;
}

#foot {
   text-align:right;
   position:absolute; 
   margin-left:-397px; 
   left:50%; 
   bottom:0; 
   width:800px; 
   min-width:800px; 
   height:20px; 
/*   background:#8b4513;*/
   background: #604e2a;
   font-size:1em; 
   z-index:5; 
   border:1px solid #000;
   font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
   font-weight:bold;
   color:#FFF;
}

* html #foot {
   bottom:0px; 
   width:800px;
   height:20px;
}

.footWrap {
   padding-top: 2px;
}


#content p {
   padding:5px;
   text-align:justify;
}

.naviitemFirst {
   border-left: 1px solid #FFF;
   width: 1px;
   height: 20px;
   float:left;
}

.naviitem {
   z-index: 20;
   float: left;
   width: 71px;
/*   padding-left: 5px;
   padding-right: 5px;
*/
   text-align: center;
   padding-top: 2px;
/*   border-left: 1px solid #FFF;*/
   border-right: 1px solid #FFF;
   font-weight:bold;
/*   overflow: visible;*/
}

.naviitemLast{
   z-index: 20;
   float: left;
   width: 71px;
   text-align: center;
   padding-top: 2px;
}

.naviitem a:link {
   color: white;
   font-family: verdana;
   text-decoration: none;
}

.naviitem a:active {
   color: white;
   font-family: verdana;
   text-decoration: none;
}

.naviitem a:visited {
   color: white;
   font-family: verdana;
   text-decoration: none;
}

.naviitem a:hover {
   color: #ff6347;
   font-family: verdana;
   text-decoration: none;
}

h1 {
   color: #666;
   font-family: verdana;
   font-size: 130%;
   font-weight: 900;
}

  a:link {color: gray;} 
  a:visited {color: gray;}

.csc-firstHeader{
   margin-top: 10px;
}
th {
   text-align:left;
}

table {
   cell-padding: 10px;
}
