@charset "utf-8";
/* CSS Document */

* { 
  margin: 0; 
  padding: 0;
}

p {
	line-height:18px;
	margin-bottom: 18px;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	letter-spacing: .1px;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
	letter-spacing: 1px;
	color: #707025;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #9E9983;
}
h3 {
	font-size: 11px;
	line-height: 18px;
}

h4{
	font-size:10px;
	font-weight:bold;
	}
  ul,
  ol { 
    margin-bottom: 18px; 
  }
  ul {
    font-size:11px;
	list-style-type: square;
    margin-left: 2em;
  }

.left { 
  float: left; 
  margin: 0 18px 18px 0; 
}
.right { 
  float: right; 
  margin: 0 0 18px 18px; 
}

 #biopic {
	width: 98px;
	background-color: #F5FBEE;
  }

.callout {
  font-size:10px;
  padding: 8px 10px;
  margin-bottom: 18px; 
}

  .callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
  }

.callout :last-child {
  margin-bottom: 0; 
}
