/*  WWC main Content css page */

#content {
	font-size:              medium;
	color:     		        #00008b;
	font-family:            sans-serif;
	padding:                10px;
	text-align:             justify;
	line-height:			1.5;
}

.title {
	padding-left:			+10px;
	font-size:              larger;
}

.blurb {
	padding-left:			+25px;
}


.author {
	position:				relative;
	top:					0px;
	left:					20px;
	height:					100px;
}

.indent {
	padding-left:			+20px;
}

a {
	color:					#00008b;
}

.headshot {
	height:					100px;
	width:					100px;
	margin:					0px 10px 10px 0px;
	float:					left;
	border:					1px solid #00008b;
}

hr {
	color:					#00008b;
}

.bio {
	min-height:				120px;
}

