body {
          background-color : transparent;
          font-size : 11px;
          color : #D4E7CF;
          padding : 0;
          margin : 5px;
          font-family : Trebuchet MS;

scrollbar-face-color:#0B3A42;
scrollbar-shadow-color:#0B3A42;
scrollbar-highlight-color:#0B3A42;
scrollbar-3dlight-color:#7CA388;
scrollbar-darkshadow-color:#7CA388;
scrollbar-track-color:#428E87;
scrollbar-arrow-color:#695878;
scrollbar-base-color:#428E87;
      }
td {
          font-size : 11px;
      }
p {
          text-align : justify;
      }
a:link { 
		  color: #FFFFCC; 
		  font-style: italic; 
		  text-decoration:underline 
	  }
a:hover {
          color : #F7DD8E;
	  text-decoration:line-through; 
          font-weight:bold
      }
a:visited {
          color : #7A668B;
	  text-decoration:line-through; 
          font-weight:bold
      }
b {
          color : #93BBBB;
          font-family: tahoma;
      }
u {
		  color : #76CAE6;
	  }
i {
		  color : #A690B4;
	  }
h1 {
          color : #46A2C7;
          text-align : left;
          background : none;
          font-size : 8px;
          font-style : italic; line-height:10%;
          font-style : italic; line-height:10%;
          margin-top:-10; margin-bottom:-10
      }
h2 {
          color : #F4F8E1;
          text-align : left;
          background : none;
          font-size : 18px;
          font-style : italic;
	      line-height: 50%;
      }
img {
          border : 0px none;
      }

#nav {
          vertical-align : top;
          text-align : left;
          padding-top : 15px
      }

#nav h1 {
          color: #76CAE6;
          text-align : right;
          margin-bottom : 0px; 
          font-variant:small-caps; 
          font-size: 12pt; text-decoration:underline
      }
#nav p {
          color : #D4E7CF;
          text-align : center;		  
          padding-top: 10px;
		  padding-left: 2px; 
		  padding-right: 2px;
		  margin-top : 0px;
          margin-bottom : 2px;
          
      }

#nav a:link { 
		  color: #FFFFCC; 
		  font-style: italic; 
		  text-decoration:underline 
	  }
	  
#nav a:hover {
          color : #F7DD8E;
          text-decoration:line-through; 
          font-weight:bold
      }     

.right
	{
	text-align: right;
	}



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
border: 1px solid #428E87;
background: #0B3A42;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #428E87;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #428E87;
border: 1px solid #428E87;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #0B3A42;
padding: 5px;
z-index: 5;
}




*/
		body { text-align: center; }
		#container {
			margin: 0 auto;
			text-align: left;
			width: 85%;
		}
		#container p { line-height: 1.7; }
		.arc90_sidenoteLNK { padding: 0 .3em; }
		.arc90_sidenoteTXT {
			width: 12em;
			line-height: 1.2em;
			font-size: .8em;
			padding: .5em;
		}
		/* Below are the styles for the four color schemes use in side notes */
		.arc90_sidenoteCLR0 {
			border: 1px solid #318484;
			background-color: #D1E8E8;
		}
		.arc90_sidenoteCLR1 {
			background-color: #FFF6A9;
			border: 1px solid #F2D700;
		}
		.arc90_sidenoteCLR2 {
			background-color: #FFCFCF;
			border: 1px solid #FF3535;
		}
		.arc90_sidenoteCLR3 {
			background-color: #CEFFCE;
			border: 1px solid #039B00;
		}
		/* The below attirbutes handle the alternating floating */
		
		/* Float the odd numbered sidenotes to the right. */
		div.arc90_sidenoteCLR0, div.arc90_sidenoteCLR2 {
			margin: 1em 0 1em 1em;
			float: right;
		}
		/* Float the even numbered sidenotes to the left. */
		div.arc90_sidenoteCLR1, div.arc90_sidenoteCLR3 {
			margin: 1em 1em 1em 0;
			float: left;