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

body	{
	background-color: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.75em;
}

img.logo	{
	position: absolute;
	left: 800px;
	top: 50px;
}

img#question	{
	position: absolute;
	left: 125px;
	top: 75px;
}

h1.heading	{
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 50px;
	top: 150px;
}

h1.heading span	{
	color: #01b1af;
}

h2	{
	color: #303b8f;
	font-size: 14px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.heading	{
	color: #005a57;
	font-style: italic;
}

p.text	{
	color: #02b2af;
	margin-bottom: 1em;
}

p.copyright	{
	color: #005a57;
	font-size: 10px;
	font-style: italic;
}

p#mo	{
	color: #1f6b6a;
}

p#name	{
	color: #303b8f;
}

p.title	{
	color: #005a57;
	font-style: italic;
}

p.bio	{
	color: #257f7e;
	margin-top: 1em;
}

p.contact	{
	color: #005a57;
	font-style: italic;
	margin-top: 1em;
}

div.main	{
	position: absolute;
	left: 350px;
	top: 150px;
	width: 350px;
}

.nav	{
	border-top: 1px solid #01b1af;
	font-size: 12px;
	margin-bottom: 2em;
	margin-top: 5em;
	padding-top: 1em;
	text-align: center;
	width: 350px;
}

a:link, a:visited	{
	border: none;
	color: #01b1af;
	text-decoration: none;
}

a:hover	{
	color: #005a57;
}

a.email:link, a.email:visited	{
	color: #005a57;
	font-style: italic;
}

a.email:hover	{
	color: #01b1af;
}