body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}


#main {
	width: 940px;
        display: block;
	margin-left: auto;
	margin-right: auto;
        min-height: 10em;
	margin-top: 0px;
}

.logo, .headline {
	padding-left: 20px;
	color: white;
	font-size: 32px;
	background-color: #00447e;
        height: 50px;
	line-height: 1.5em;
}
.tagline {
	text-align: center;
	color: #505050;
	font-size: 32px;
        height: 80px;
	line-height: 3em;
}

header ul {
	position: absolute;
	top: 0;
	list-style:none;
	line-height: 1em;
	right: 15%;
	font-size: 16px;
}

header li {
	float:left;
	padding-left: 20px;
}

header a:link {	
	color: white;
	}

header a:visited {	
	color: gray;
	}

.left {
	float: left;
	margin-right: 0;
	width: 720px;
	padding: 10px 15px;
}

.right {
	float: left;
	width: 170px;
	padding-top: 10px;
	padding-left: 20px;
}

.copyright {
	clear: both;
	color: #666666;
	font-size: 12px;
	text-align: center;
}

a:link, a:visited { 
	color:#cc6633;
	text-decoration:none;
	}

a:hover { 
	text-decoration: underline;
	}

h1, h2, h3, h4 {
	color: #00447e;
	}

.bioContent {
	clear: both;
}

.bioContent img {
	float: left;
}

.bioContent h4 {
	margin-left:70px;
	margin-top:12px;
	padding-top:20px;
	line-height: 15px;
}

.bioContent span {
	color: #990000;
	display: block;
}

