h1 { 
        margin:  0px;
	color:  #2e2e54;
        /* Version with the left border cropped */
	background-image: url("Andes2.jpg");
        background-position:  top left;
        background-repeat:  no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
        min-height:  125px;
        text-align:  left;
}



h2 {  
	text-align: center;
}

h3.update {  
	text-align: center;
        font-style: italic;
        font-weight: normal;
      /*  font-size: smaller; */
}

.border {
	vertical-align: top;
}

ul.border {
        padding-left: 1em;
        padding-right: 0.5em;
}	

table.center { 
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

ul.separated > li {
       padding-top: 0.5em;
       padding-bottom: 0.5em;
}

       .BoxText  { 
                   line-height: 1.8em;
		   width: 90%;
		   letter-spacing: 0.05em;
		   border-left-width: thick;
		   border-left-color: #6666cc;
		   border-left-style: double;
		 }

       .BoxText2  { 
                   line-height: 1.8em;
		   width: 90%;
		   letter-spacing: 0.05em;
		   border-left-width: thick;
		   border-left-color: #6666cc;
		   border-left-style: double;
		   padding-left: 2.5%;
		 }

       .SpaceText { 
                   line-height: 1.8em;
		   width: 90%;
		   letter-spacing: 0.05em;
		  }

       .SpaceText2 { 
                   line-height: 1.8em;
		   width: 90%;
		   padding-left: 5%;
		   letter-spacing: 0.05em;
		  }

        .Indent  { 
                   width: 90%;
		   padding-left: 5%;
		 }

        .Indent2  { 
		   line-height: 1.4em;
                   width: 90%;
		   padding-left: 5%;
		 }

div.figure {
    float: right;
    width: 50%;
    border: thin silver solid;
    padding: 0.5em;
}
@media all {			/* Avoid a problem with NS 4.7 on Mac? */
    div.figure {margin: 0.5em;}
}
div.figure p {
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}
img.scaled {
  width: 100%;
}
