/*   Earth and Space Sciences - UC Los Angeles         */
/*   Page Layout Style Sheet  - SIMS Mockup            */
/*   Last Update: 05/11/2007 - SS2                     */
/*******************************************************/

/* Fonts and Font Styles Section */

body
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  line-height: 1.2;
  color: #365a8d;
}

h1, h2, h3
{
  color: #000000;
  background: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 10px;
  border-bottom: medium solid #000000;
}

h4, h5, h6
{
  color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 5px;
}

table
{
  font-size: 70%;
  line-height: 1.7;
}

ul, ol li
{
padding-right: 3px;
padding-bottom: 3px;
}

a
{
  color: #000000;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
}

a:hover
{
  color: #333333;
  font-style: italic;
  background-color: #cccccc;
}

#sectionNav a
{
  background: #FFFFFF;
  padding: 1px;
}

#content a
{
  color: #000000;
  font-size: 100%;
  font-weight: inherit;
  text-decoration: none;
  padding: 5px;
}

hr
{
  color: #ffffff;
}

#content p
{
padding: 0 10px 0 10px ;
}
/***********************************/
/* End Div Definitions             */
/***********************************/