/* Color
===================================================*/

body {
  background: #002b5c url("../images/bback.jpg") top left repeat;
  color: #c5d6e6;
  }


a:link {
  color: #ce9c6b;
  border: 0px;
  outline: none;
}
a:visited {
  color: #2679b2;
  border: 0px;
  outline: none;
}
a:hover {
  color: #c32726;
  border: 0px;
  outline: none;
}
a:active {
  color: #fff;
  border: 0px;
  outline: none;

}

h1,h2,h3,h4 {
  color: #fff;
  font-family: Arial, Helvetica, Sans-serif; 
}

pre {
  background-color:#F2F2EC;
}

.comment {
  background-color: #ffc;
}

/* Typography
===================================================*/

* {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-indent: 0px;
}

body {
  font-family: Arial, Helvetica, Sans-serif;  
}




h1 {
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #ce9c6b;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 5px;
  line-height: 3;
  color: #ce9c6b;
}

h3 {
  font-size: 10px;
  letter-spacing: 3px;
  color: #9ec2ec;
  text-align:center;
}

h4 {
  font-size: 11px;
  letter-spacing: 5px;
  color: #9ec2ec;
  text-align:left;
  text-indent: -30px;
}

p {
  font-size: 12px;
  line-height: 1.4;
  color: #a5b5de;
  letter-spacing: .5px;
  }
  
 #thesymbols {
         font-size: 11px;
         line-height: 1.5;
         }
         
.special {
         text-align: right;
         }
         

strong {
  font-weight: bold;
}

pre {
  padding: 3%;
  border-width: 0px;
  border-style: none;
  overflow: auto;
}

.comment {
  padding: 0 0.5em;
}


/* Positioning
===================================================*/
#header {
         position: absolute;
         width: 800px; margin-left: 250px; margin-top:-3px;
         height: 107px;
         padding-left: 40px;
         padding-right: 40px;
         padding-top: 10px;
         }
         
#wrapper {
         background: transparent url("../images/scale.png") top left repeat-x;
         position: absolute;
         width: 720px; margin-left: 180px; margin-top: 90px; 
         height: 1777px;
         text-align: left;
         padding-left: 40px;
         padding-right: 40px;
         padding-top: 10px;
         float: left;
         }     
         
 #instruct {
      position:absolute;
      top: 108px;
      left: 25px;
      float:left;
      }
      
      
#navtable {
   position: absolute;
   margin-left: 50px;
   margin-top: -5px;
   }
   
      
#mainNav {
    margin: 0;
    padding: 0;
    float: left;
    }
 
#mainNav li {
    margin: 0;
    padding-left: 4px;
    list-style: none;
    display: inline;
    float: left;
    }

#mainNav a {
   list-style: none;    
   color: transparent;
   border: 0px;
   outline: none;
}

#mainNav a:hover { 
    list-style: none;   
}

#mainNav a:active {
    list-style:none;
}
     
 #logo {
	position: absolute;
	left: 45px;
	top: 150px;
	border: 0px;
	z-index: 1;
	}
  
#sideNav {
      position: absolute;
	  left: 45px;
	  top: 300px;
      list-style-type: none;
      z-index: 1;
      }
      
#sideNav li {
      margin: 0;
      padding: 0;
      }
      
#sideNav a {
    display: block;
    width: 156px;
    height: 35px;
    line-height: 25px;
    color: #002b53;
    text-decoration: none;
    background: url("../nav/white-button.png") left top no-repeat;
    text-indent: 35px;
    }
    
#sideNav a:hover {
   background: url("../nav/white-button-hover.png") left top no-repeat;
   }
   
#sideNav a:visited {
   background: url("../nav/white-button-visit.png") left top no-repeat;
   }
   
#chimera #sideNav .chimera a,
#symbols #sideNav .symbols a,
#archive #sideNav .archive a,
#future #sideNav .future a {
 background: url("../nav/white-button-visit.png") left top no-repeat;
 cursor: default;
 }
 
#painting {
      position: absolute;
      top: 200px;
      left: 50px;
      width: 200px;
      float: left;
      text-align: center;
      }
 
 #content {
    position: absolute;
    top: 200px;
    right: 40px;
    width: 460px;
    padding-left: 15px;
    padding-right: 20px;
    float: right;
    border: 0px;
    }
    
 .intro {
    font-size: 30px;
    font-style: italic;
    color: #2679b2;
    line-height: 2;
    }
   
    
 #thesymbols {
    position: absolute;
    top: 192px;
    right: 40px;
    width: 480px;
    padding-left: 15px;
    padding-right: 20px;
    float: right;
    }
    
 #archivelist {
    position: absolute;
    top: 200px;
    right: 40px;
    width: 460px;
    padding-left: 15px;
    padding-right: 20px;
    float: right;
    border: 0px;
    line-height: 2;
    }
     

body {
  padding: 10px 0;
  padding-bottom: 10px;
  margin: 0;
  }

.next {
   font-size: 11px;
   letter-spacing: 5px;
   color: #206295;
   padding-top: 20px;
   }

#footer {
         background: transparent url("../images/cblogo_white.png") top right no-repeat;
         width: 730px; margin-left: -40px; margin-top: 1650px;
         clear: both;
         float: left;
         height: 200px;
         text-align: left;
         padding-left: 40px;
         padding-right: 40px;
         padding-top: 10px;
         z-index:4;
         }



/* Tables
===================================================*/


table {
  border-collapse: collapse;
  table-layout: fixed;
  border-color: #206295;
  
}

th, td {
  padding-bottom: 0px;
  
}

 .caption {
     font-size: 10px;
     line-height: 12px;
     {