html { background-image: url(images/chanora-background.png); 
       background-repeat: repeat-x; 
       font-family: arial-black; 
       font-size: .8em; }
img { border-style: none; 
      display: block; }
a { text-decoration: none; 
    color: #336699; }
a:hover { color: blue; }
p { padding-left: 5px; }
.menu { color: #336699; }
.expand { width: 100%; }
.display { width: 100%;
           height: 310px; 
           overflow: auto; }
.pagesDisplay { width: 100%;
                height: 290px; 
                overflow: auto; }
.page { width: 792px; }
.nav { height: 107px; }
.sidebar { width: 120px; 
           text-align: center; 
           border-style: solid;
           border-color: black; 
           border-width: 2px;
           background-color: white; }
.sb { width: 120px; }
.middle { width: 512px;
          border-style: solid;
          border-color: black; 
          border-width: 2px;
          background-color: white; }
.underline { border-bottom-style: solid;
             border-color: black;
             border-width: 2px; }
.spacer { height: 10px; }
.button1 { width: 120px;
           height: 90px; 
           border: solid 2px black; }
.button2 { width: 120px;
           height: 60px; 
           border: solid 2px black; }
.verticalBanner { width: 120px;
                  height: 240px; 
                  border: solid 2px black; }
.fullBanner { width: 468px;
              height: 60px;
              border: solid 2px black; }
.search { width: 114px;
          border: solid 1px black; }
.sbox { height: 25px; }
.catbox { height: 30px; }
.small { font-style: italic; 
         font-size: .9em; 
         text-align: center; }
.button { border: 1px solid #000000; 
          background-color: #6699cc; }
.button:hover { border-color: green; }
input, textarea { border: 1px solid #000000; }
.important { font-weight: bold;
	     color: red;
	     text-align: center; }
.smallBox { width: 250px; 
	    height: 150px; 
	    border: solid 1px black; }
.over { width: 100%;
	height: 150px;
	overflow: auto; }
.header { text-decoration: underline;
	  font-weight: bold; }
.header2 { color: #336699;
           text-align: center; }
.item { border: solid 1px black;
	text-align: center; }
.item:hover { border: solid 1px blue; }
.inactive { color: gray; }
.current { color: green; }
.notCurrent { color: red; }
