html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

#top {
  width: 100%;
  height: 20%;
  background-image: url(../images/Logo-white.png), url(../images/LA_skyline.jpg);
  background-position: left top;  
  background-repeat: no-repeat;
  background-size: contain, cover; 
  background-color: #000051;
}  

#contentrow {
    width: 100%;
    height: 70%;
    position: relative;
    background-color: white;
}

#leftcol {
  top: 0;
  width: 20%;
  height: 100%;  
  border-spacing: 2px;
  background-color: white;
  position: absolute;
  /* overflow: auto; */
}  

#centercol {
  /* border-left: solid black 1px;
  border-spacing: 2px; */
  top: 0;
  height: 100%;
  width: 60%;
  position: relative;
  left: 21%;
  padding: 0px 0px 0px 10px;
  background-color: white;
 /* overflow: auto; */
}

#rightcol {
  /* border-left: solid black 1px;
  border-spacing: 2px; */
  top: 0;
  height: 100%;
  width: 17%;
  position: relative;
  /* left: 85%; */
  padding: 0px 0px 0px 10px;
  background-color: white;
  float: right;
  /* overflow: auto; */
}

#bottomrow {
    height: 10%;
    width: 100%;
    background-color: #FFA858;
    position: relative;   
}

#spacer {
    padding: 15px;
    height: 25px;
}

#disclaimer {
    background-color: #FFA858;
    border: solid black 1px;    
}

#menu {
  width: 100%;
  /* left: 15%;
  top: 15%; 
  position: absolute; */
  height: 45px;
  padding: 0;
}

h1 {
  position: relative;
  padding: 40px 0px 0px 35px;
  font-family: serif;
  font-size: 3.25em;
  text-shadow: 2px 2px blue;
  left: 30px;
  top: 30px;

}


h2 {
  position: relative;
  padding: 40px 0px 0px 35px;
  font-family: serif;
  font-size: 2.5em;
  text-shadow: 2px 2px blue;
  left: 50px;
  top: 30px;
}

p {
  padding: 5px 5px 15px 5px;
  /* color: #A0A0A0; */
  color: #000051;
}

p.tight {
  padding: 3px;
  /* color: #A0A0A0; */
  color: #000051;
  font-size: 1em;
}


.f150 {
   font-size: 1.25em;
}

.f125 {
   font-size: 1.25em;
}

.f115 {
  font-size: 1.15em;
}

.f110 {
    font-size: 1.10em;
}
.f100 {
  font-size: 1em;
}

.smaller {
   font-size: .90em;
}

.small {
   font-size: .70em;
}

.italic {
    font-style: italic;
}

.bold {
  font-weight: bold;
}

.sans {
  font-family: sans-serif,"arial", "helvetica";
}

.left {
  text-align: left; 
}

.right {
   text-align: right;
}  

.times {
  font-family:  serif;
}  

.columnar2 {
column-count:2;
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
} 

topline {
  border-top-style: solid;
  border-color: black;
  border-width: 1px;
}

bottomline {
  border-bottom-style: solid;
  border-color: black;
  border-width: 1px;
}

.grey {
  color: #C7C7C7;
}

.blanco {
  color: #FFFFFF;
}

li.sub {
  font-weight: bold;
  list-style-type: none;
  padding-left: 18px;
  padding-top: 20px;
}

li.spaced {
  padding-top: 3px;
  padding-bottom: 3px;
}

.15px {
  padding-left: 15px;
}

ul li {
  list-style-type: none;
}

li li {
  margin-left: 20px;
  color: #000051;
}

.navy {
   color: #000051;
}