body {
	margin: 0;
	text-align: left;
	font: 10pt "Lucida Grande", Lucida, sans-serif;
}

p {
	margin-bottom: 10px;
	margin-top: 5px;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

#home-text h1 {
	color: #3c858c;
	font-size: 12pt;
}

h1 {
	color: #2693cd;
	font-size: 12pt;
	margin-bottom: 10px;
}

h2 {
	color: #2693cd;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#editorial-press h2 {
	color: #2693cd;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 50px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3 {
	color: #5f93af;
	font-size: 11pt;
	padding-top: 10px;
}

h4 {
	color: #656620;
	font-size: 11pt;
}

#text-col h1 {
	padding-top: 16px;
}

.small {
	font-size: 9pt;
}

/* links */

a:link { 
color: #347d7f; 
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:visited { 
color: #347d7f;
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dotted #c5c7c5;
	padding-bottom:1px;
}

#icons a:link { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

#icons a:visited { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

.white {
	
}

.white a:link { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

.white a:visited { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

.green {
	color: #656620;
}

.bios {
	color: #656620;
	font-size: 11pt;
	margin-bottom: -10px;
	margin-top: 20px;
}

.accolades {
	color: #656620;
	text-align: right;
	margin-top: -5px;
	border-bottom: 1px dotted silver;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

ul {
	margin-top: 0;
}

li {
	padding-bottom: 5px;
}

.awards-title {
	font-weight: bold;
	color: #656620;
}

.awards-last {
	font-weight: bold;
	padding-bottom: 10px;
}

