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

* {
	margin: 0;
}

p {
	line-height:18px;
	margin-bottom: 18px;
	font-family: "trebuchet MS", arial;
	font-size: 12px;
}

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: 12px;
	line-height: 18px;
}

h4{
	font-size:11px;
	font-weight:bold;
	}
#content ul,
  ol { 
    margin-bottom: 18px; 
  }
  
#content ul {
	font-size:12px;
	list-style-type: square;
	line-height: 18px;
	list-style-position: outside;
	padding-left: 20px;
  }

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

 #biopic {
	width: 100px;
	padding: 8px;
  }


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

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

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

table {
	width: 95%;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	border-collapse: collapse;
}

tr {
	border: 1px solid #666;
	}

tr.odd {
background-color: #dfdfdf;
}

th {
	text-align:center;
	border-bottom: 1px solid #333333;
	font-size: 9px;
	padding: 5px;
	vertical-align: top;
}

td {
	color: #333;
	text-align:center;
	padding: 5px;
}

tfoot {font-weight:bold;}
