
body {
 background: #CC9;
 color: #000;
}            /* Document defaults if bg image fails */
dt   {font-weight: bold;}


#resourcespage
   { width:100%;                                  
     margin-left:auto;
     margin-right:auto;
     margin-top: 10px;
     background-color: #DAE0D2;
     color: black;
     clear: none;}

#page
   { width:95%;                                  
     margin-left:auto;
     margin-right:auto;
     margin-top: 10px;
     background-color: #DAE0D2;
     color: black;
     clear: none;}
#nav                                             /* navigator controls */
  {float:left;
   margin-left:15px;
   width:96%;
   background:#CC9 ;
   font-size:93%;
   line-height:normal;  }

#nav ul 
  {margin:0;
   padding:10px 10px 20px 5px;
   list-style:none;  }

#nav li 
  {float:left;
   background:url("../images/left.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 9px;  }

#nav a 
  {float:left;
   display:block;
   background:url("../images/right.gif") no-repeat right top;
   padding:5px 15px 4px 6px;
   text-decoration:none; 
   font-weight:bold;
   color:#765;  }

h1
  { margin-left: 250px; }
    /*  class Logo area */
.logo     
    { 
text-align: center;
 margin: 0;
 padding: 0;
 margin-bottom: 0.3em;
}


#leftpane
  { float: left;
     width: 300px;
     margin-top: 5px;
     margin-left: 35px;}

#rightpane
  { margin-left: 300px;
    margin-top: 5px; 
    border: 1px;}

   /*  Bottom Address area */
#footer
    {clear: both;
     text-decoration:none; }

#nav a:hover   {text-decoration: underline;}   
#nav a:link    {
color: #037;
}


#nav a:visited {
color: #636;
}


#nav a:active  {color: #900;
 text-decoration: none;
}



a.info
      { position:relative;           
        z-index:24;
        color:#000000;                /* text color */
        /*border:1px dotted #999;       border width color pattern */
        text-decoration:none;}

a.info span
      { display: none; 
        text-decoration:none;}        /* hide span text  */
        
a.info:hover span
      { display:block;
        position:absolute;
        z-index:30; }                /* higher index on hover */

/*<!--[if IE]>
a.info
      { position:relative;           
        z-index:24;
        color:#000000;               
        text-decoration:none;}
<![endif]--> */




